diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-15 09:39:18 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:52 +0000 |
| commit | 8568fd55dbdecd394258ba75d214cf8d1f6d717d (patch) | |
| tree | 1c8f2820097bf54da6f68c55cbde6b3ba2570f7b /gnu | |
| parent | e0434920090836ab29bf1851a2bc9060dd8b1dd6 (diff) | |
gnu: python-stpipe: Update to 0.11.1.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.11.1.
[native-inputs]: Remove python-wheel.
[synopses]: Clarify it by mentioning the framework ecosystem.
Change-Id: I102467ef38e5bc88c210b98ce3f7ce460522cf64
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 7a30f8ca338..9f16b488130 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8590,13 +8590,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (define-public python-stpipe (package (name "python-stpipe") - (version "0.10.0") + (version "0.11.1") (source (origin (method url-fetch) (uri (pypi-uri "stpipe" version)) (sha256 - (base32 "1z5y8sbpkzxccvxwv19as2a8c69f3l01kgmicsk472p91bbm8v31")) + (base32 "1and1hjlwbmqb2nkw04gmp7q0nrnc0s22vgkq6bfs78c77z7cswf")) (modules '((guix build utils))) (snippet '(begin @@ -8611,8 +8611,7 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (list python-pytest python-pytest-doctestplus python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-asdf python-astropy @@ -8620,7 +8619,7 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and python-importlib-metadata python-pyyaml)) (home-page "https://github.com/spacetelescope/stpipe") - (synopsis "Framework for calibration pipeline software") + (synopsis "STScI framework for calibration pipeline software") (description "This package provides base classes and command-line tools for implementing calibration pipeline software.") |
