me
/
guix
Archived
1
0
Fork 0

gnu: python-tweakwcs: Adjust indentation.

* gnu/packages/astronomy.scm (python-tweakwcs): Adjust indentation.

Change-Id: Ic8c79addbd0253c2364382e6a0e632945eafb05a
master
Sharlatan Hellseher 2024-04-03 16:39:16 +01:00
parent 915c5d4475
commit 9f05edf761
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 21 additions and 19 deletions

View File

@ -4379,26 +4379,28 @@ of the old packages.")
(package
(name "python-tweakwcs")
(version "0.8.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "tweakwcs" version))
(sha256
(base32
"1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99"))))
(source
(origin
(method url-fetch)
(uri (pypi-uri "tweakwcs" version))
(sha256
(base32 "1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-astropy
python-gwcs
python-numpy
python-packaging
python-spherical-geometry
python-stsci-imagestats
python-stsci-stimage))
(native-inputs (list python-codecov
python-pytest
python-pytest-cov
python-scipy
python-semantic-version
python-setuptools-scm))
(propagated-inputs
(list python-astropy
python-gwcs
python-numpy
python-packaging
python-spherical-geometry
python-stsci-imagestats
python-stsci-stimage))
(native-inputs
(list python-codecov
python-pytest
python-pytest-cov
python-scipy
python-semantic-version
python-setuptools-scm))
(home-page "https://tweakwcs.readthedocs.io/en/latest/")
(synopsis
"Algorithms for matching and aligning catalogs and for tweaking the WCS")