mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-crds: Update to 11.17.22.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.22. Adjust indentation. [native-inputs]: Remove python-flake8, python-ipython, python-lockfile, python-mock, python-nose, python-pylint, and python-pytest. Change-Id: Idbbece6544755753dce2046292d2552924992959 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
9aaa58bc82
commit
b0d3182d20
1 changed files with 20 additions and 25 deletions
|
@ -2150,13 +2150,13 @@ (define-public python-cmyt
|
|||
(define-public python-crds
|
||||
(package
|
||||
(name "python-crds")
|
||||
(version "11.17.20")
|
||||
(source (origin
|
||||
(version "11.17.22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "crds" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0480jjklv2p60fp892dr4qglwv44k86hx29y8q1c967l9k53wc9f"))))
|
||||
(base32 "1i2wh7cgyn7r0fnn7ikfsdqjrcpg46xsk619mhdqywk5yjcxlz9f"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -2164,7 +2164,8 @@ (define-public python-crds
|
|||
;; additional test data. See:
|
||||
;; https://github.com/spacetelescope/crds/blob/master/setup_test_cache
|
||||
#:tests? #f))
|
||||
(propagated-inputs (list python-asdf
|
||||
(propagated-inputs
|
||||
(list python-asdf
|
||||
python-astropy
|
||||
python-boto3
|
||||
python-filelock
|
||||
|
@ -2174,14 +2175,8 @@ (define-public python-crds
|
|||
python-roman-datamodels
|
||||
python-stsynphot
|
||||
python-requests))
|
||||
(native-inputs (list python-flake8
|
||||
python-ipython
|
||||
python-lockfile
|
||||
python-mock
|
||||
python-nose
|
||||
python-pylint
|
||||
python-pytest
|
||||
python-setuptools-scm))
|
||||
(native-inputs
|
||||
(list python-setuptools-scm))
|
||||
(home-page "https://hst-crds.stsci.edu")
|
||||
(synopsis "Calibration Reference Data System for HST and JWST")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue