This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new 369f6a72a3 gnu: Remove python-monotonic.
369f6a72a3 is described below
commit 369f6a72a3a179870c5b2819b4aabdbb380ce9d7
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jan 19 11:05:53 2026 +0100
gnu: Remove python-monotonic.
* gnu/packages/time.scm (python-monotonic): Delete variable.
Fixes: guix/guix#4898
Change-Id: Icfef9179d6cd841adfd0aaea43dcae62fa87723b
---
gnu/packages/time.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 6871ac4157..1e620a46d1 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")