mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-numpydoc: Update to 1.5.0.
* gnu/packages/python-xyz.scm (python-numpydoc): Update to 1.5.0. [arguments]: Delete relax-requirements phase.
This commit is contained in:
parent
d477018b57
commit
ffef022d65
1 changed files with 2 additions and 7 deletions
|
@ -6900,23 +6900,18 @@ parse and apply unified diffs. It has features such as:
|
||||||
(define-public python-numpydoc
|
(define-public python-numpydoc
|
||||||
(package
|
(package
|
||||||
(name "python-numpydoc")
|
(name "python-numpydoc")
|
||||||
(version "1.2.1")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "numpydoc" version))
|
(uri (pypi-uri "numpydoc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xjsli2fqks4iv3524v1d329siad7bbsi4kr174zvhsl1pnjds3w"))))
|
"0k2z3g4s3w39h1nd293542hl9qv55j29gcr3bkia0rr3ldsppnxh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'relax-requirements
|
|
||||||
(lambda _
|
|
||||||
(substitute* "setup.py"
|
|
||||||
(("'Jinja2>=2.10,<3.1'")
|
|
||||||
"'Jinja2>=2.10'"))))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue