mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-24 18:11:51 +02:00
gnu: python-stpipe: Update to 0.8.1.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.8.1. [propagated-inputs]: Add python-importlib-metadata and python-pyyaml. [native-inputs]: Remove python-pytest-openfiles. Change-Id: Idc8ea72b5bf19e435489eef055cec31a93e40494
This commit is contained in:
@@ -5951,13 +5951,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
|
||||
(define-public python-stpipe
|
||||
(package
|
||||
(name "python-stpipe")
|
||||
(version "0.8.0")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stpipe" version))
|
||||
(sha256
|
||||
(base32 "1883gbn9dy3f53423rka55r828ml38dsqdamn2bgf2w5xf6cp7dg"))
|
||||
(base32 "1bvdcyhqnk10ks60hcdh8javgva23y9rxqsk69frdij39ainb872"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
@@ -5971,14 +5971,15 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-doctestplus
|
||||
python-pytest-openfiles
|
||||
python-setuptools-scm
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-asdf
|
||||
python-astropy
|
||||
python-crds
|
||||
python-importlib-metadata
|
||||
python-pyyaml
|
||||
python-stdatamodels))
|
||||
(home-page "https://github.com/spacetelescope/stpipe")
|
||||
(synopsis "Framework for calibration pipeline software")
|
||||
|
||||
Reference in New Issue
Block a user