mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
7859d5bb5a
commit
0d0c52c45f
1 changed files with 0 additions and 27 deletions
|
@ -7459,33 +7459,6 @@ version numbers.")
|
||||||
(home-page "https://github.com/habnabit/vcversioner")
|
(home-page "https://github.com/habnabit/vcversioner")
|
||||||
(license license:isc)))
|
(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
|
(define-public python-jsondiff
|
||||||
(package
|
(package
|
||||||
(name "python-jsondiff")
|
(name "python-jsondiff")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue