mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rad: Update to 0.22.0.
* gnu/packages/astronomy.scm (python-rad): Update to 0.22.0. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: If9509ccba985f08a3a6d263316beb263ff055db4
This commit is contained in:
parent
12fcf98071
commit
f2033e78a8
1 changed files with 8 additions and 4 deletions
|
@ -6207,13 +6207,13 @@ default) to world coordinates.")
|
||||||
(define-public python-rad
|
(define-public python-rad
|
||||||
(package
|
(package
|
||||||
(name "python-rad")
|
(name "python-rad")
|
||||||
(version "0.21.0")
|
(version "0.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rad" version))
|
(uri (pypi-uri "rad" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0b2gfsyccfx9dmmh725h7qjh5rxabg5w1j52yzfi8b0a8nmg6j6a"))))
|
(base32 "1p6v49gzbzishy1kdd5g8nbl97qp459s1smb6j94wvif4262zkm8"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -6221,9 +6221,13 @@ default) to world coordinates.")
|
||||||
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
|
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
|
||||||
#:test-flags #~(list "--ignore=tests/test_schemas.py")))
|
#:test-flags #~(list "--ignore=tests/test_schemas.py")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-setuptools-scm))
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-asdf python-asdf-astropy))
|
(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")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue