From a1ea196cc0ed31e2d9b92c18f125c4d9908c0e5e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 6 Jun 2024 22:53:59 +0100 Subject: gnu: swarp: Sort alphabetically. * gnu/packages/astronomy.scm (swarp): Sort alphabetically. Change-Id: Ifb41e436ae7f59e597c391537b6ecd7b280d2930 --- gnu/packages/astronomy.scm | 50 +++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 908cd1cf5d..f342bb13ee 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1558,31 +1558,6 @@ (define-public stuff @uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.") (license license:gpl3+))) -(define-public swarp - (package - (name "swarp") - (version "2.41.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/astromatic/swarp") - (commit (string-append version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00463r5rd4xl74xs4h1n4gl2qk7v9p5nw9x05pbzgh8jm77q90qq")))) - (build-system gnu-build-system) - (native-inputs - (list automake autoconf libtool pkg-config)) - (inputs - (list cfitsio)) - (home-page "https://www.astromatic.net/software/swarp") - (synopsis "FITS image resampling and co-addition") - (description - "SWarp is a program that resamples and co-adds together FITS images using -any arbitrary astrometric projection defined in the WCS standard.") - (license license:gpl3+))) - (define-public celestia (package (name "celestia") @@ -5296,6 +5271,31 @@ (define-public python-yt ;; yt/frontends/artio/artio_headers/LICENSE: for C code. license:lgpl3)))) +(define-public swarp + (package + (name "swarp") + (version "2.41.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/astromatic/swarp") + (commit (string-append version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "00463r5rd4xl74xs4h1n4gl2qk7v9p5nw9x05pbzgh8jm77q90qq")))) + (build-system gnu-build-system) + (native-inputs + (list automake autoconf libtool pkg-config)) + (inputs + (list cfitsio)) + (home-page "https://www.astromatic.net/software/swarp") + (synopsis "FITS image resampling and co-addition") + (description + "SWarp is a program that resamples and co-adds together FITS images using +any arbitrary astrometric projection defined in the WCS standard.") + (license license:gpl3+))) + (define-public unsio ;; There is no versioned tag, use the latest commit. (let ((commit "25e52468298e1194c9726ef5dba9d5fbb46870f5") -- cgit v1.2.3