gnu: python-astroalign: Sort alphabetically.
* gnu/packages/astronomy.scm (python-astroalign): Sort alphabetically. Change-Id: I114f79715ec0d9ecebd1858ae45661558b399a14
This commit is contained in:
parent
43747274c3
commit
57334d189d
1 changed files with 33 additions and 33 deletions
|
@ -689,6 +689,39 @@ interchange format for scientific data. This package contains the Python
|
||||||
implementation of the ASDF Standard.")
|
implementation of the ASDF Standard.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-astroalign
|
||||||
|
(package
|
||||||
|
(name "python-astroalign")
|
||||||
|
(version "2.5.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
;; There are no tests in the PyPI tarball.
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/quatrope/astroalign")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1kr5cszcxvrdbksy7mvv3ps1h1jzrn4yamfr6x7whkbi6bpqf7xp"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-astropy
|
||||||
|
python-ccdproc
|
||||||
|
python-pillow
|
||||||
|
python-pytest))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-bottleneck
|
||||||
|
python-numpy
|
||||||
|
python-scikit-image
|
||||||
|
python-scipy
|
||||||
|
python-sep))
|
||||||
|
(home-page "https://astroalign.readthedocs.io/")
|
||||||
|
(synopsis "Astrometric Alignment of Images")
|
||||||
|
(description
|
||||||
|
"ASTROALIGN is a python module that will try to align two stellar
|
||||||
|
astronomical images, especially when there is no WCS information available.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-astroml
|
(define-public python-astroml
|
||||||
(package
|
(package
|
||||||
(name "python-astroml")
|
(name "python-astroml")
|
||||||
|
@ -4952,39 +4985,6 @@ for Roman since FITS format data files will not be used by the Roman calibration
|
||||||
pipelines.")
|
pipelines.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-astroalign
|
|
||||||
(package
|
|
||||||
(name "python-astroalign")
|
|
||||||
(version "2.5.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
;; There are no tests in the PyPI tarball.
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/quatrope/astroalign")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1kr5cszcxvrdbksy7mvv3ps1h1jzrn4yamfr6x7whkbi6bpqf7xp"))))
|
|
||||||
(build-system pyproject-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list python-astropy
|
|
||||||
python-ccdproc
|
|
||||||
python-pillow
|
|
||||||
python-pytest))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-bottleneck
|
|
||||||
python-numpy
|
|
||||||
python-scikit-image
|
|
||||||
python-scipy
|
|
||||||
python-sep))
|
|
||||||
(home-page "https://astroalign.readthedocs.io/")
|
|
||||||
(synopsis "Astrometric Alignment of Images")
|
|
||||||
(description
|
|
||||||
"ASTROALIGN is a python module that will try to align two stellar
|
|
||||||
astronomical images, especially when there is no WCS information available.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public python-skyfield
|
(define-public python-skyfield
|
||||||
(package
|
(package
|
||||||
(name "python-skyfield")
|
(name "python-skyfield")
|
||||||
|
|
Reference in a new issue