1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-29 19:54:06 +02:00

gnu: Add python-openspace-api.

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

Change-Id: Idffd14b9600024a31adbb479c25ca498781853c1
This commit is contained in:
Sharlatan Hellseher
2026-05-18 00:27:27 +01:00
parent d53a54e788
commit 613d3f87f1
+22
View File
@@ -7373,6 +7373,28 @@ translations.")
Astronomy.")
(license license:expat)))
(define-public python-openspace-api
(package
(name "python-openspace-api")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "openspace_api" version))
(sha256
(base32 "02iqkgv3n3xzxkj94pwklll1vba6lnphmlbvbvkbgzkqk34r63ic"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ;no tests
(native-inputs
(list python-setuptools))
(home-page "https://openspaceproject.com")
(synopsis "Python library to interface with OpenSpace using sockets")
(description
"Python library to interface with
@url{https://github.com/OpenSpace/OpenSpace, OpenSpace} using TCP sockets.")
(license license:expat)))
(define-public python-orbitalpy
(package
(name "python-orbitalpy")