gnu: python-rad: Update to 0.17.1.
* gnu/packages/astronomy.scm (python-rad): Update to 0.17.1. [arguments]{tests?}: Disable them to break dependencies cycle. [native-inputs]: Remove python-astropy, python-pytest, python-pytest-doctestplus, python-pytest-openfiles. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
56dae77d1c
commit
9bf19a302b
|
@ -3807,22 +3807,20 @@ default) to world coordinates.")
|
||||||
(define-public python-rad
|
(define-public python-rad
|
||||||
(package
|
(package
|
||||||
(name "python-rad")
|
(name "python-rad")
|
||||||
(version "0.15.0")
|
(version "0.17.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rad" version))
|
(uri (pypi-uri "rad" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j51pkywxdaqrfz162rdsywlvx1mbb2h0gi5framvhf25i1im7mb"))))
|
"11jhh3qmd00g8sn6hcfshbpb2qy1rfj0xkxn30pd63lqazg4ra3p"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:test-flags #~(list "-k" "not remote_data")))
|
(list
|
||||||
(native-inputs (list python-astropy
|
;; XXX: Tests introduce dependencies cycle, breaking it by disable them.
|
||||||
python-pytest
|
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
|
||||||
python-pytest-doctestplus
|
#:tests? #f))
|
||||||
python-pytest-openfiles
|
(native-inputs (list python-semantic-version python-setuptools-scm))
|
||||||
python-semantic-version
|
|
||||||
python-setuptools-scm))
|
|
||||||
(propagated-inputs (list python-asdf python-asdf-astropy))
|
(propagated-inputs (list python-asdf python-asdf-astropy))
|
||||||
(home-page "https://github.com/spacetelescope/rad")
|
(home-page "https://github.com/spacetelescope/rad")
|
||||||
(synopsis "Roman Attribute Dictionary")
|
(synopsis "Roman Attribute Dictionary")
|
||||||
|
|
Reference in New Issue