mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pydl.
* gnu/packages/astronomy.scm (python-pydl): New variable. Change-Id: If6ef2787bc72fdfcbddaf27b5dd115126914850b
This commit is contained in:
parent
818aa007dd
commit
47ebec0a48
1 changed files with 29 additions and 0 deletions
|
@ -6334,6 +6334,35 @@ Pipeline Library, CPL} toolkit, including the CPL plugin interface.")
|
||||||
(properties '((upstream-name . "pycpl")))
|
(properties '((upstream-name . "pycpl")))
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-pydl
|
||||||
|
(package
|
||||||
|
(name "python-pydl")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pydl" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0z08c05qf0ix4h348n0hhxixn1wipdm55g9z6qys24z41ywf69jh"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest-astropy
|
||||||
|
python-pytest-mock
|
||||||
|
python-setuptools-next
|
||||||
|
python-setuptools-scm))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-astropy
|
||||||
|
python-scipy))
|
||||||
|
(home-page "https://github.com/weaverba137/pydl")
|
||||||
|
(synopsis "IDL astronomy routines converted to Python")
|
||||||
|
(description
|
||||||
|
"This package consists of Python replacements for functions that are part
|
||||||
|
of the @url{https://www.nv5geospatialsoftware.com/Products/IDL, IDL} built-in
|
||||||
|
library or part of astronomical IDL libraries. The emphasis is on reproducing
|
||||||
|
results of the astronomical library functions. Only the bare minimum of IDL
|
||||||
|
built-in functions are implemented to support this.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-pyerfa
|
(define-public python-pyerfa
|
||||||
(package
|
(package
|
||||||
(name "python-pyerfa")
|
(name "python-pyerfa")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue