gnu: python-tweakwcs: Sort alphabetically.
* gnu/packages/astronomy.scm (python-tweakwcs): Sort alphabetically. Change-Id: Ifbc33e0d4605e8cae6ebcf18a90cfbd60c3a393b
This commit is contained in:
parent
dfece5197c
commit
4c51c895c0
1 changed files with 35 additions and 35 deletions
|
@ -4492,41 +4492,6 @@ PYSYNPHOT, utilizing Astropy and covering the non-instrument specific portions
|
|||
of the old packages.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-tweakwcs
|
||||
(package
|
||||
(name "python-tweakwcs")
|
||||
(version "0.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tweakwcs" version))
|
||||
(sha256
|
||||
(base32 "0cch4z5zmmi1s02n1wdwss8p7qhrzyiajkaik0gga510kgdsvx48"))))
|
||||
(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-setuptools-scm))
|
||||
(home-page "https://tweakwcs.readthedocs.io/en/latest/")
|
||||
(synopsis
|
||||
"Algorithms for matching and aligning catalogs and for tweaking the WCS")
|
||||
(description
|
||||
"@code{tweakwcs} is a package that provides core algorithms for computing
|
||||
and applying corrections to @code{WCS} objects such as to minimize mismatch
|
||||
between image and reference catalogs. Currently only aligning images with
|
||||
@code{FITS WCS} and @code{JWST gWCS} are supported.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-asdf
|
||||
(package
|
||||
(name "python-asdf")
|
||||
|
@ -5163,6 +5128,41 @@ astronomical images, especially when there is no WCS information available.")
|
|||
orbit around the Earth.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-tweakwcs
|
||||
(package
|
||||
(name "python-tweakwcs")
|
||||
(version "0.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tweakwcs" version))
|
||||
(sha256
|
||||
(base32 "0cch4z5zmmi1s02n1wdwss8p7qhrzyiajkaik0gga510kgdsvx48"))))
|
||||
(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-setuptools-scm))
|
||||
(home-page "https://tweakwcs.readthedocs.io/en/latest/")
|
||||
(synopsis
|
||||
"Algorithms for matching and aligning catalogs and for tweaking the WCS")
|
||||
(description
|
||||
"@code{tweakwcs} is a package that provides core algorithms for computing
|
||||
and applying corrections to @code{WCS} objects such as to minimize mismatch
|
||||
between image and reference catalogs. Currently only aligning images with
|
||||
@code{FITS WCS} and @code{JWST gWCS} are supported.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-viresclient
|
||||
(package
|
||||
(name "python-viresclient")
|
||||
|
|
Reference in a new issue