mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: swarp: Sort alphabetically.
* gnu/packages/astronomy.scm (swarp): Sort alphabetically. Change-Id: Ifb41e436ae7f59e597c391537b6ecd7b280d2930
This commit is contained in:
parent
d7543abe35
commit
a1ea196cc0
1 changed files with 25 additions and 25 deletions
|
@ -1558,31 +1558,6 @@ (define-public stuff
|
||||||
@uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.")
|
@uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public celestia
|
||||||
(package
|
(package
|
||||||
(name "celestia")
|
(name "celestia")
|
||||||
|
@ -5296,6 +5271,31 @@ (define-public python-yt
|
||||||
;; yt/frontends/artio/artio_headers/LICENSE: for C code.
|
;; yt/frontends/artio/artio_headers/LICENSE: for C code.
|
||||||
license:lgpl3))))
|
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
|
(define-public unsio
|
||||||
;; There is no versioned tag, use the latest commit.
|
;; There is no versioned tag, use the latest commit.
|
||||||
(let ((commit "25e52468298e1194c9726ef5dba9d5fbb46870f5")
|
(let ((commit "25e52468298e1194c9726ef5dba9d5fbb46870f5")
|
||||||
|
|
Loading…
Reference in a new issue