From be86376b4646ddb34b92540653c07693a42b1052 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 17 Nov 2025 17:00:33 +0100 Subject: [PATCH] gnu: Remove python-sep-pjw. * gnu/packages/astronomy.scm (python-sep-pjw): Delete variable. Fixes: guix/guix#3573 Change-Id: I7801e00aa2bcfb7a773010051770f31c93c341a0 --- gnu/packages/astronomy.scm | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index aa71223f557..52b3f1aada2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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")