~ruther/guix-local

be86376b4646ddb34b92540653c07693a42b1052 — Andreas Enge 5 months ago 4c13bef
gnu: Remove python-sep-pjw.

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

Fixes: guix/guix#3573
Change-Id: I7801e00aa2bcfb7a773010051770f31c93c341a0
1 files changed, 0 insertions(+), 30 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +0 -30
@@ 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")