summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-01-19 11:05:53 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:25:31 +0100
commitdd2b2e0970f3cc0975bf89b6879e6d9c8ad2b218 (patch)
tree21dc0c607a938a316d1689a290ca52d65185b670 /gnu/packages
parentac3ddab6a44a4b0d444d30a05fff239ea2fc7464 (diff)
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/time.scm20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 6871ac41571..1e620a46d1a 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -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")