me
/
guix
Archived
1
0
Fork 0

gnu: python-stpipe: Improve indentation.

* gnu/packages/astronomy.scm (python-stpipe): Improve indentation.

Change-Id: I0889f1374aa0024c34eaf9a670c3d8beda40011a
master
Sharlatan Hellseher 2024-07-02 13:29:54 +01:00
parent 33ec096ca5
commit c7b37bcc90
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 24 additions and 18 deletions

View File

@ -3523,12 +3523,12 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
(package (package
(name "python-stpipe") (name "python-stpipe")
(version "0.6.0") (version "0.6.0")
(source (origin (source
(origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "stpipe" version)) (uri (pypi-uri "stpipe" version))
(sha256 (sha256
(base32 (base32 "0iipbz5ydxxxk44q8ab0ylk7jpxjfhag4vgkhvpj67zs4s45sd8a"))
"0iipbz5ydxxxk44q8ab0ylk7jpxjfhag4vgkhvpj67zs4s45sd8a"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -3544,9 +3544,15 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
#:test-flags #~(list "-k" "not test_roman_datamodel"))) #:test-flags #~(list "-k" "not test_roman_datamodel")))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-asdf python-astropy python-crds python-stdatamodels)) (list python-asdf
(native-inputs (list python-pytest python-pytest-doctestplus python-astropy
python-pytest-openfiles python-setuptools-scm)) python-crds
python-stdatamodels))
(native-inputs
(list python-pytest
python-pytest-doctestplus
python-pytest-openfiles
python-setuptools-scm))
(home-page "https://github.com/spacetelescope/stpipe") (home-page "https://github.com/spacetelescope/stpipe")
(synopsis "Framework for calibration pipeline software") (synopsis "Framework for calibration pipeline software")
(description (description