[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77975] [PATCH 24/32] gnu: python-stsci-stimage: Update to 0.3.0.
From: |
Sharlatan Hellseher |
Subject: |
[bug#77975] [PATCH 24/32] gnu: python-stsci-stimage: Update to 0.3.0. |
Date: |
Mon, 21 Apr 2025 23:03:23 +0100 |
* gnu/packages/astronomy.scm (python-stsci-stimage): Update to 0.3.0.
[arguments] <build-backend>: Use default.
<test-flags>: Remove them.
<phases>: Remove 'waf-configure-build; add 'build-extensions.
[native-inputs]: Remove python-waf.
Change-Id: Iaefe173dc00084ca5a751e01bb2e88e1ef5ad6fe
---
gnu/packages/astronomy.scm | 26 +++++++++-----------------
1 file changed, 9 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f6fef80900..cbab2c3daf 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7096,33 +7096,25 @@ (define-public python-stsci-skypac
(define-public python-stsci-stimage
(package
(name "python-stsci-stimage")
- (version "0.2.10")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "stsci_stimage" version))
- (sha256
- (base32
- "02qzblw11kfdw9rp2m26zbzlzl3w0dnrhncn383a3sw3dwjn9lpf"))))
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "stsci_stimage" version))
+ (sha256
+ (base32 "10vhc2kfryis37k5jkg357z7lhlmyci4makzy50xgh08648ak7cd"))))
(build-system pyproject-build-system)
(arguments
(list
- #:build-backend "setuptools.build_meta"
- #:test-flags #~(list "test_c")
#:phases
#~(modify-phases %standard-phases
- ;; Test steps are taken from GitHub Actions, see
- ;; <https://github.com/spacetelescope/stsci.stimage/issues/27>
- (add-before 'check 'waf-configure-build
+ (add-before 'check 'build-extensions
(lambda _
- (copy-file (string-append
- #$(this-package-native-input "python-waf")
"/bin/waf")
- "waf")
- (invoke "python" "waf" "configure" "build"))))))
+ (invoke "python" "setup.py" "build_ext" "--inplace"))))))
(native-inputs
(list python-pytest
python-setuptools
python-setuptools-scm
- python-waf
python-wheel))
(propagated-inputs
(list python-numpy))
--
2.49.0
- [bug#77975] [PATCH 13/32] gnu: python-stcal: Update to 1.12.0., (continued)
- [bug#77975] [PATCH 13/32] gnu: python-stcal: Update to 1.12.0., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 15/32] gnu: python-cdflib: Update to 1.3.4., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 14/32] gnu: python-jwst: Update to 1.18.0., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 16/32] gnu: python-ginga: Update to 5.3.0., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 20/32] gnu: python-rad: Update to 0.24.0., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 22/32] gnu: python-sncosmo: Update to 2.12.1., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 27/32] gnu: python-zodipy: Update to 1.1.1., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 21/32] gnu: python-roman-datamodels: Update to 0.24.0., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 23/32] gnu: python-spherical-geometry: Update to 1.3.3., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 25/32] gnu: python-sunkit-magex: Update to 1.0.0rc1., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 24/32] gnu: python-stsci-stimage: Update to 0.3.0.,
Sharlatan Hellseher <=
- [bug#77975] [PATCH 26/32] gnu: python-tweakwcs: Update to 0.8.10., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 30/32] gnu: Add python-libstempo., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 17/32] gnu: python-glue-core: Update to 1.22.1., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 19/32] gnu: python-pyvo: Update to 1.6.2., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 29/32] gnu: Add python-gw-sky., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 32/32] gnu: Add rust-moc-0.17., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 28/32] gnu: Add java-cds-healpix., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 18/32] gnu: python-losoto: Update to 2.5.0., Sharlatan Hellseher, 2025/04/21
- [bug#77975] [PATCH 31/32] gnu: Add python-sunraster., Sharlatan Hellseher, 2025/04/21