From 57334d189dc326594ffde8858af5d2b86f64e354 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 6 Jun 2024 23:07:58 +0100 Subject: gnu: python-astroalign: Sort alphabetically. * gnu/packages/astronomy.scm (python-astroalign): Sort alphabetically. Change-Id: I114f79715ec0d9ecebd1858ae45661558b399a14 --- gnu/packages/astronomy.scm | 66 +++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a5cd0162ef..bc0000070b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -689,6 +689,39 @@ (define-public python-asdf implementation of the ASDF Standard.") (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 (package (name "python-astroml") @@ -4952,39 +4985,6 @@ (define-public python-roman-datamodels pipelines.") (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 (package (name "python-skyfield") -- cgit v1.2.3