gnu: python-tweakwcs: Adjust indentation.
* gnu/packages/astronomy.scm (python-tweakwcs): Adjust indentation. Change-Id: Ic8c79addbd0253c2364382e6a0e632945eafb05a
This commit is contained in:
parent
915c5d4475
commit
9f05edf761
1 changed files with 21 additions and 19 deletions
|
@ -4379,26 +4379,28 @@ of the old packages.")
|
||||||
(package
|
(package
|
||||||
(name "python-tweakwcs")
|
(name "python-tweakwcs")
|
||||||
(version "0.8.6")
|
(version "0.8.6")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "tweakwcs" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "tweakwcs" version))
|
||||||
(base32
|
(sha256
|
||||||
"1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99"))))
|
(base32 "1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-astropy
|
(propagated-inputs
|
||||||
python-gwcs
|
(list python-astropy
|
||||||
python-numpy
|
python-gwcs
|
||||||
python-packaging
|
python-numpy
|
||||||
python-spherical-geometry
|
python-packaging
|
||||||
python-stsci-imagestats
|
python-spherical-geometry
|
||||||
python-stsci-stimage))
|
python-stsci-imagestats
|
||||||
(native-inputs (list python-codecov
|
python-stsci-stimage))
|
||||||
python-pytest
|
(native-inputs
|
||||||
python-pytest-cov
|
(list python-codecov
|
||||||
python-scipy
|
python-pytest
|
||||||
python-semantic-version
|
python-pytest-cov
|
||||||
python-setuptools-scm))
|
python-scipy
|
||||||
|
python-semantic-version
|
||||||
|
python-setuptools-scm))
|
||||||
(home-page "https://tweakwcs.readthedocs.io/en/latest/")
|
(home-page "https://tweakwcs.readthedocs.io/en/latest/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Algorithms for matching and aligning catalogs and for tweaking the WCS")
|
"Algorithms for matching and aligning catalogs and for tweaking the WCS")
|
||||||
|
|
Reference in a new issue