1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-16 23:30:29 +02:00

gnu: python-roman-datamodels: Update to 0.22.0.

* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.22.0.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I7cfc5aed379c9056f93e1214ec5b06f56edced74
This commit is contained in:
Sharlatan Hellseher
2024-11-21 17:10:07 +00:00
parent 0e199a3113
commit f9ef0789e2

View File

@@ -6307,13 +6307,13 @@ solar physics.")
(define-public python-roman-datamodels
(package
(name "python-roman-datamodels")
(version "0.21.0")
(version "0.22.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "roman_datamodels" version))
(sha256
(base32 "00hwyxixdk3i48nhqnn7pnkkp3fran6fn8kzwx2w4bjkwv8cd126"))))
(base32 "0n50pgs7y0nmrx86qlny27mas2zgx708gm3xfkl7an2nwkdfwfld"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -6324,6 +6324,14 @@ solar physics.")
(add-after 'unpack 'set-env
(lambda _
(setenv "HOME" "/tmp"))))))
(native-inputs
(list python-pytest
python-pytest-doctestplus
python-pytest-env
python-pytest-xdist
python-setuptools
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-asdf
python-asdf-astropy
@@ -6332,12 +6340,6 @@ solar physics.")
python-numpy
python-psutil
python-rad))
(native-inputs
(list python-pytest
python-pytest-doctestplus
python-pytest-env
python-pytest-xdist
python-setuptools-scm))
(home-page "https://github.com/spacetelescope/roman_datamodels")
(synopsis "Roman Datamodels Support")
(description