GNU bug report logs -
#75015
[PATCH 00/38] Astro update 2024/12
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.8.0.
Change-Id: I923db07707b4d40fc75209063064262cd236dc8c
---
gnu/packages/astronomy.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4c5a3cfda0..a0fb2cedf2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5367,13 +5367,13 @@ (define-public python-stdatamodels
(define-public python-stpipe
(package
(name "python-stpipe")
- (version "0.7.0")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stpipe" version))
(sha256
- (base32 "0kxm0vllyi3z149q3g3xpfl0c0wpviiyfh55rv0x6zvs0px6c81j"))
+ (base32 "1883gbn9dy3f53423rka55r828ml38dsqdamn2bgf2w5xf6cp7dg"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -5384,17 +5384,16 @@ (define-public python-stpipe
(("from astropy.extern.configobj.configobj import ") "from configobj import ")
(("from astropy.extern.configobj.validate import ") "from validate import "))))))
(build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-pytest-doctestplus
+ python-pytest-openfiles
+ python-setuptools-scm))
(propagated-inputs
(list python-asdf
python-astropy
python-crds
python-stdatamodels))
- (native-inputs
- (list ;; python-jwst ; cycle: python-stpipe -> python-jwst -> python-stpipe
- python-pytest
- python-pytest-doctestplus
- python-pytest-openfiles
- python-setuptools-scm))
(home-page "https://github.com/spacetelescope/stpipe")
(synopsis "Framework for calibration pipeline software")
(description
--
2.46.0
This bug report was last modified 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.