[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71702] [PATCH 19/30] gnu: python-stsci-stimage: Update to 0.2.9.
From: |
Sharlatan Hellseher |
Subject: |
[bug#71702] [PATCH 19/30] gnu: python-stsci-stimage: Update to 0.2.9. |
Date: |
Fri, 21 Jun 2024 19:38:41 +0100 |
* gnu/packages/astronomy.scm (python-stsci-stimage): Update to 0.2.9.
[native-inputs]: Add python-wheel.
Change-Id: I87595ff5b40506451e69057cde249af0ac6462ea
---
gnu/packages/astronomy.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1ea0c8ce7c..bed1d93b83 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3288,16 +3288,17 @@ (define-public python-stsci-stimage
(name "python-stsci-stimage")
;; 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>
- (version "0.2.8")
+ (version "0.2.9")
(source (origin
(method url-fetch)
(uri (pypi-uri "stsci_stimage" version))
(sha256
(base32
- "0p188my6djy65a8j6qsc3v0dpr2svqqv90n0pxxzy52vdjiz3w0w"))))
+ "18sqmjiyn76hzkmv3g8549vfygi136gnar6pb0s7wb44j7cvc0in"))))
(build-system pyproject-build-system)
(arguments
(list
+ #:build-backend "setuptools.build_meta"
#:test-flags #~(list "test_c")
#:phases
#~(modify-phases %standard-phases
@@ -3312,7 +3313,10 @@ (define-public python-stsci-stimage
(propagated-inputs
(list python-numpy))
(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/")
(synopsis "STScI image processing")
(description
--
2.41.0
- [bug#71702] [PATCH 05/30] gnu: python-crds: Update to 11.17.25., (continued)
- [bug#71702] [PATCH 05/30] gnu: python-crds: Update to 11.17.25., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 07/30] gnu: python-dust-extinction: Update to 1.4.1., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 11/30] gnu: python-pyerfa: Update to 2.0.1.4., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 12/30] gnu: python-pyvo: Update to 1.5.2., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 13/30] gnu: python-skyfield: Update to 1.49., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 17/30] gnu: python-stsci-image: Update to 2.3.9., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 20/30] gnu: python-sunpy: Update to 5.1.4., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 16/30] gnu: python-stpipe: Update to 0.5.2., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 14/30] gnu: python-spherical-geometry: Update to 1.3.2., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 18/30] gnu: python-stsci-imagestats: Update to 1.8.3., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 19/30] gnu: python-stsci-stimage: Update to 0.2.9.,
Sharlatan Hellseher <=
- [bug#71702] [PATCH 23/30] gnu: Add python-fast-histogram., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 24/30] gnu: Add python-naima., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 21/30] gnu: python-jwst: Replace reference to external configobj., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 25/30] gnu: Add python-regularizepsf., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 26/30] gnu: Add python-schwimmbad., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 27/30] gnu: Add python-statmorph., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 15/30] gnu: python-stcal: Update to 1.7.1., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 28/30] gnu: Add python-yt-astro-analysis., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 29/30] gnu: Add specification-specreduce-data., Sharlatan Hellseher, 2024/06/21
- [bug#71702] [PATCH 30/30] gnu: Add python-jwst-reffiles., Sharlatan Hellseher, 2024/06/21