mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
4c13bef6e1
commit
be86376b46
1 changed files with 0 additions and 30 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue