gnu: python-stpipe: Improve indentation.
* gnu/packages/astronomy.scm (python-stpipe): Improve indentation. Change-Id: I0889f1374aa0024c34eaf9a670c3d8beda40011amaster
parent
33ec096ca5
commit
c7b37bcc90
|
@ -3523,12 +3523,12 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
|
|||
(package
|
||||
(name "python-stpipe")
|
||||
(version "0.6.0")
|
||||
(source (origin
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stpipe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iipbz5ydxxxk44q8ab0ylk7jpxjfhag4vgkhvpj67zs4s45sd8a"))
|
||||
(base32 "0iipbz5ydxxxk44q8ab0ylk7jpxjfhag4vgkhvpj67zs4s45sd8a"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -3544,9 +3544,15 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
|
|||
#:test-flags #~(list "-k" "not test_roman_datamodel")))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-asdf python-astropy python-crds python-stdatamodels))
|
||||
(native-inputs (list python-pytest python-pytest-doctestplus
|
||||
python-pytest-openfiles python-setuptools-scm))
|
||||
(list python-asdf
|
||||
python-astropy
|
||||
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")
|
||||
(synopsis "Framework for calibration pipeline software")
|
||||
(description
|
||||
|
|
Reference in New Issue