summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 08:49:20 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:41 +0100
commit6addf32835c8454456a2742af6b4a55a788b3273 (patch)
treea8d4ea4cf5674e9f70695fd09ad92149d4beb372 /gnu/packages/python-xyz.scm
parentc7a2471a50a94d5541bace56469dad0b5d76caa1 (diff)
gnu: Remove python-jdcal.
1.4.1 was released in 2019, no active work on master branch for 3y, no users in Guix fails to build. * gnu/packages/python-xyz.scm (python-jdcal): Delete variable. Change-Id: I9ac7d76cbe483c5bfdd486660b002fee6b2ae117
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4021153ded..d7f239f713 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7435,33 +7435,6 @@ version numbers.")
(home-page "https://github.com/habnabit/vcversioner")
(license license:isc)))
-(define-public python-jdcal
- (package
- (name "python-jdcal")
- (version "1.4.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "jdcal" version))
- (sha256
- (base32
- "1j6g19jf21qprjsr8h0r7nsbss366gy8j9izq8cz53gbjvh74a27"))))
- (build-system python-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
- (native-inputs
- (list python-pytest))
- (home-page "https://github.com/phn/jdcal")
- (synopsis "Functions to convert between Julian dates Gregorian dates")
- (description "This Python library provides functions for converting
-between Julian dates and Gregorian dates.")
- (license license:bsd-2)))
-
(define-public python-jsondiff
(package
(name "python-jsondiff")