me
/
guix
Archived
1
0
Fork 0

gnu: python-stpipe: Update to 0.5.1.

* gnu/packages/astronomy.scm (python-stpipe): Update to 0.5.1.
[arguments]{test-flags}: Disable on failing test.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Sharlatan Hellseher 2023-10-09 00:40:19 +01:00 committed by Christopher Baines
parent 46bdcee9c8
commit 9e2f605b28
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 6 additions and 2 deletions

View File

@ -2660,13 +2660,17 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
(define-public python-stpipe (define-public python-stpipe
(package (package
(name "python-stpipe") (name "python-stpipe")
(version "0.5.0") (version "0.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "stpipe" version)) (uri (pypi-uri "stpipe" version))
(sha256 (sha256
(base32 (base32
"17gnwzhl10vbg059lfprdyci19dlh3whkmb9rl7z25wr593rnvcp")))) "11ccb3v2s20lf851061s4nanljwm9s9xzkcfgb3qhv0hjwziq0vr"))))
(arguments
(list
;; See https://github.com/spacetelescope/stpipe/issues/114
#:test-flags #~(list "-k" "not test_roman_datamodel")))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(propagated-inputs (list python-asdf python-astropy python-crds (propagated-inputs (list python-asdf python-astropy python-crds
python-semantic-version python-stdatamodels)) python-semantic-version python-stdatamodels))