gnu: Remove python-sep-pjw.

* gnu/packages/astronomy.scm (python-sep-pjw): Delete variable.

Fixes: guix/guix#3573
Change-Id: I7801e00aa2bcfb7a773010051770f31c93c341a0
This commit is contained in:
Andreas Enge 2025-11-17 17:00:33 +01:00
parent 4c13bef6e1
commit be86376b46
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -7915,36 +7915,6 @@ well as ephemerides services
(list python-numpy))
(synopsis "Python library for Source Extraction and Photometry")))
(define-public python-sep-pjw
(package
(name "python-sep-pjw")
(version "1.3.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sep_pjw" version))
(sha256
(base32 "0lhxfq1acc6qc8nszfdrpwq6dizaypz3b6frknfv5qm59mb488r0"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags #~(list "test.py")))
(native-inputs
(list python-cython
python-pytest
python-setuptools
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-numpy
python-sep))
(home-page "https://github.com/PJ-Watson/sep-pjw")
(synopsis "Alternative fork of SEP library")
(description
"This package provides an alternative maintained fork of SEP python
library with bug fixtures.")
(license (list license:expat license:lgpl3+ license:bsd-3))))
(define-public python-sgp4
(package
(name "python-sgp4")