mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-extinction: Sort alphabetically.
* gnu/packages/astronomy.scm (python-extinction): Sort alphabetically. Change-Id: Iacadaa9d5e54ff52f599f1e3121ccc409c77e6ee
This commit is contained in:
parent
57334d189d
commit
a58f40b8b6
1 changed files with 26 additions and 26 deletions
|
@ -778,6 +778,32 @@ astronomical images, especially when there is no WCS information available.")
|
||||||
mining in astronomy.")
|
mining in astronomy.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public python-extinction
|
||||||
|
(package
|
||||||
|
(name "python-extinction")
|
||||||
|
(version "0.4.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch) ; No tests in PyPI
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kbarbary/extinction")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1adxq926jd469mxm6llvsljgf2jqb06905h61i9qzc7m2yrm4wga"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:test-flags #~(list "test.py")))
|
||||||
|
(native-inputs (list python-cython python-pytest))
|
||||||
|
(propagated-inputs (list python-numpy))
|
||||||
|
(home-page "http://github.com/kbarbary/extinction")
|
||||||
|
(synopsis "Fast interstellar dust extinction laws")
|
||||||
|
(description
|
||||||
|
"This package provides a cython-optimized implementations of empirical dust
|
||||||
|
exitinction laws found in the literature.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-fitsio
|
(define-public python-fitsio
|
||||||
(package
|
(package
|
||||||
(name "python-fitsio")
|
(name "python-fitsio")
|
||||||
|
@ -2377,32 +2403,6 @@ for a table giving the position of a planet, asteroid, or comet for a series
|
||||||
of dates.")
|
of dates.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-extinction
|
|
||||||
(package
|
|
||||||
(name "python-extinction")
|
|
||||||
(version "0.4.6")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch) ; No tests in PyPI
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/kbarbary/extinction")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1adxq926jd469mxm6llvsljgf2jqb06905h61i9qzc7m2yrm4wga"))))
|
|
||||||
(build-system pyproject-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:test-flags #~(list "test.py")))
|
|
||||||
(native-inputs (list python-cython python-pytest))
|
|
||||||
(propagated-inputs (list python-numpy))
|
|
||||||
(home-page "http://github.com/kbarbary/extinction")
|
|
||||||
(synopsis "Fast interstellar dust extinction laws")
|
|
||||||
(description
|
|
||||||
"This package provides a cython-optimized implementations of empirical dust
|
|
||||||
exitinction laws found in the literature.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public python-hvpy
|
(define-public python-hvpy
|
||||||
(package
|
(package
|
||||||
(name "python-hvpy")
|
(name "python-hvpy")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue