mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: Add python-astlib.
* gnu/packages/astronomy.scm (python-astlib): New variable. Change-Id: I63691c616210c03d59ae268980161b2807e13c76
This commit is contained in:
parent
ca763bdd2e
commit
26642d5323
1 changed files with 27 additions and 0 deletions
|
|
@ -2543,6 +2543,33 @@ format for chunked, compressed, N-dimensional arrays based on an open-source
|
|||
specification.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-astlib
|
||||
(package
|
||||
(name "python-astlib")
|
||||
(version "0.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astlib" version))
|
||||
(sha256
|
||||
(base32 "0iffjk05gm0kdksjw4kx3g231rq0dmp1vgvidj42bznfjq1z3iag"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
python-matplotlib
|
||||
python-numpy
|
||||
python-scipy))
|
||||
(home-page "https://astlib.readthedocs.io")
|
||||
(synopsis "Plots with World Coordinate System information")
|
||||
(description
|
||||
"This package provides a set of Python modules for producing simple plots,
|
||||
statistics, common calculations, coordinate conversions, and manipulating FITS
|
||||
images with World Coordinate System (WCS) information.")
|
||||
(license license:lgpl2.1)))
|
||||
|
||||
(define-public python-astral
|
||||
(package
|
||||
(name "python-astral")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue