mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-crds: Update to 13.0.4.
* gnu/packages/astronomy.scm (python-crds): Update to 13.0.4. [propagated-inputs]: Remove python-boto3 and python-pysynphot. [native-inputs]: Remove python-stsynphot and python-wheel. Change-Id: I275d5d8eee1fa24bd3f6ffde7c107f258347dc94
This commit is contained in:
parent
0abf9e40cd
commit
3fdac3c5ed
1 changed files with 11 additions and 12 deletions
|
@ -3637,13 +3637,13 @@ Spectrograph}.")
|
||||||
(define-public python-crds
|
(define-public python-crds
|
||||||
(package
|
(package
|
||||||
(name "python-crds")
|
(name "python-crds")
|
||||||
(version "12.1.11")
|
(version "13.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "crds" version))
|
(uri (pypi-uri "crds" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1h4n5wyv23pa1fld2nfqph6app8zxb8zkzv5p1w6dm11n7zbnxih"))))
|
(base32 "02901rqzvgd8ssw1rv3skinqbxp0nycwx75k7n3bn3fjyfn2g2zc"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3683,19 +3683,18 @@ Spectrograph}.")
|
||||||
python-pytest-astropy
|
python-pytest-astropy
|
||||||
python-pytest-doctestplus
|
python-pytest-doctestplus
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm))
|
||||||
python-stsynphot
|
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-asdf
|
(list python-astropy
|
||||||
python-astropy
|
|
||||||
python-beautifulsoup4
|
|
||||||
python-boto3
|
|
||||||
python-filelock
|
|
||||||
python-numpy
|
python-numpy
|
||||||
python-parsley
|
python-filelock
|
||||||
python-pysynphot
|
python-asdf
|
||||||
python-requests
|
python-requests
|
||||||
|
python-parsley
|
||||||
|
;; [optional]
|
||||||
|
python-beautifulsoup4
|
||||||
|
;; python-crds -> python-ci-watson -> python-jwst -> python-crds
|
||||||
|
;; python-jwst
|
||||||
python-roman-datamodels
|
python-roman-datamodels
|
||||||
python-stsynphot))
|
python-stsynphot))
|
||||||
(home-page "https://hst-crds.stsci.edu")
|
(home-page "https://hst-crds.stsci.edu")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue