1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Remove python-monotonic.

* gnu/packages/time.scm (python-monotonic): Delete variable.

Fixes: guix/guix#4898
Change-Id: Icfef9179d6cd841adfd0aaea43dcae62fa87723b
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Andreas Enge
2026-01-19 11:05:53 +01:00
committed by Rutherther
parent ac3ddab6a4
commit dd2b2e0970

View File

@@ -689,26 +689,6 @@ ISO 8601 dates, time and duration.")
(native-inputs
(list python-pytest python-pytz)))))
(define-public python-monotonic
(package
(name "python-monotonic")
(version "1.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "monotonic" version))
(sha256
(base32
"1c6z46yb600klbfhqadyl7vq0jdjdxkm72k43ra3iw3d0xakv593"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; no tests
(home-page "https://github.com/atdt/monotonic")
(synopsis "Implementation of time.monotonic() for Python 2 & < 3.3")
(description
"This module provides a @code{monotonic()} function which returns the
value (in fractional seconds) of a clock which never goes backwards.")
(license asl2.0)))
(define-public python-pyrfc3339
(package
(name "python-pyrfc3339")