gnu: python-stsci-stimage: Update to 0.2.9.

* gnu/packages/astronomy.scm (python-stsci-stimage): Update to 0.2.9.
[native-inputs]: Add python-wheel.

Change-Id: I87595ff5b40506451e69057cde249af0ac6462ea
This commit is contained in:
Sharlatan Hellseher 2024-06-21 08:03:36 +01:00
parent 865f53b8c7
commit eb58258b43
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -3288,16 +3288,17 @@ task}.")
(name "python-stsci-stimage") (name "python-stsci-stimage")
;; PyPI version was 0.2.8 but the latest version tag on GiHub was 0.2.7, ;; PyPI version was 0.2.8 but the latest version tag on GiHub was 0.2.7,
;; see <https://github.com/spacetelescope/stsci.stimage/issues/38> ;; see <https://github.com/spacetelescope/stsci.stimage/issues/38>
(version "0.2.8") (version "0.2.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "stsci_stimage" version)) (uri (pypi-uri "stsci_stimage" version))
(sha256 (sha256
(base32 (base32
"0p188my6djy65a8j6qsc3v0dpr2svqqv90n0pxxzy52vdjiz3w0w")))) "18sqmjiyn76hzkmv3g8549vfygi136gnar6pb0s7wb44j7cvc0in"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
#:build-backend "setuptools.build_meta"
#:test-flags #~(list "test_c") #:test-flags #~(list "test_c")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
@ -3312,7 +3313,10 @@ task}.")
(propagated-inputs (propagated-inputs
(list python-numpy)) (list python-numpy))
(native-inputs (native-inputs
(list python-pytest python-setuptools-scm python-waf)) (list python-pytest
python-wheel
python-setuptools-scm
python-waf))
(home-page "https://stscistimage.readthedocs.io/en/latest/") (home-page "https://stscistimage.readthedocs.io/en/latest/")
(synopsis "STScI image processing") (synopsis "STScI image processing")
(description (description