Archived
1
0
Fork 0

gnu: Add python-hvpy.

* gnu/packages/astronomy.scm (python-hvpy): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Sharlatan Hellseher 2022-11-24 11:24:39 +00:00 committed by Christopher Baines
parent 0458cbd84c
commit 0575012803
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1202,6 +1202,27 @@ 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-hvpy
(package
(name "python-hvpy")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hvpy" version))
(sha256
(base32 "0r0asyflz2sw9zn5vgs138nh81m0rbwbakmrncbc1ghdr3g6jahv"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ; Requires HTTP(S) access to api.beta.helioviewer.org
(propagated-inputs (list python-pydantic python-requests))
(native-inputs (list python-pytest python-pytest-astropy))
(home-page "https://helioviewer.org/")
(synopsis "Helioviewer Python API Wrapper")
(description "@code{hvpy} is a Python API wrapper around the formal
@url{Helioviewer API, https://api.helioviewer.org/docs/v2/}.")
(license license:bsd-2)))
(define-public python-mpl-animators (define-public python-mpl-animators
(package (package
(name "python-mpl-animators") (name "python-mpl-animators")