mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-gwcs: Update to 0.22.1.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.22.1. [arguments] <phases>: Add 'relax-requirements. [propagated-inputs]: Add python-asdf. [native-inputs]: Remove python-asdf-3, python-jsonschema, python-jmespath, and python-pytest-doctestplus; add python-pytest-astropy. (python-asdf-3): Delete variable. Change-Id: I535176880f840ab60fe262324633226816c16be5 gnu: Remove python-asdf-3. Change-Id: Id8422b905b5890dfbb27e9aeafd764092a6ab14e
This commit is contained in:
parent
23790fe46e
commit
ec8b6d5f07
1 changed files with 13 additions and 6 deletions
|
@ -2523,19 +2523,26 @@ (define-public python-glue-qt
|
|||
(define-public python-gwcs
|
||||
(package
|
||||
(name "python-gwcs")
|
||||
(version "0.21.0")
|
||||
(version "0.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gwcs" version))
|
||||
(sha256
|
||||
(base32 "1fn5l4v236bl7xqi1is40c2q57dji8by98iwqcndfnmjwqf7zllc"))))
|
||||
(base32 "0lvab51ryfb4sjsnckmap7idh29as2mjngkyin4ngfy7hdzknvg9"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "pyproject.toml"
|
||||
;; scipy>=1.14.1
|
||||
((">=1.14.1") ">=1.12.0")))))))
|
||||
(native-inputs
|
||||
(list python-jsonschema
|
||||
python-jmespath
|
||||
python-pytest
|
||||
python-pytest-doctestplus
|
||||
(list python-pytest
|
||||
python-pytest-astropy
|
||||
python-pyyaml
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue