From dd2b2e0970f3cc0975bf89b6879e6d9c8ad2b218 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 19 Jan 2026 11:05:53 +0100 Subject: [PATCH] gnu: Remove python-monotonic. * gnu/packages/time.scm (python-monotonic): Delete variable. Fixes: guix/guix#4898 Change-Id: Icfef9179d6cd841adfd0aaea43dcae62fa87723b Signed-off-by: Rutherther --- 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")