diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-19 11:05:53 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:31 +0100 |
| commit | dd2b2e0970f3cc0975bf89b6879e6d9c8ad2b218 (patch) | |
| tree | 21dc0c607a938a316d1689a290ca52d65185b670 /gnu/packages/time.scm | |
| parent | ac3ddab6a44a4b0d444d30a05fff239ea2fc7464 (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/time.scm')
| -rw-r--r-- | gnu/packages/time.scm | 20 |
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.") | |||
| 689 | (native-inputs | 689 | (native-inputs |
| 690 | (list python-pytest python-pytz))))) | 690 | (list python-pytest python-pytz))))) |
| 691 | 691 | ||
| 692 | (define-public python-monotonic | ||
| 693 | (package | ||
| 694 | (name "python-monotonic") | ||
| 695 | (version "1.5") | ||
| 696 | (source | ||
| 697 | (origin | ||
| 698 | (method url-fetch) | ||
| 699 | (uri (pypi-uri "monotonic" version)) | ||
| 700 | (sha256 | ||
| 701 | (base32 | ||
| 702 | "1c6z46yb600klbfhqadyl7vq0jdjdxkm72k43ra3iw3d0xakv593")))) | ||
| 703 | (build-system python-build-system) | ||
| 704 | (arguments '(#:tests? #f)) ; no tests | ||
| 705 | (home-page "https://github.com/atdt/monotonic") | ||
| 706 | (synopsis "Implementation of time.monotonic() for Python 2 & < 3.3") | ||
| 707 | (description | ||
| 708 | "This module provides a @code{monotonic()} function which returns the | ||
| 709 | value (in fractional seconds) of a clock which never goes backwards.") | ||
| 710 | (license asl2.0))) | ||
| 711 | |||
| 712 | (define-public python-pyrfc3339 | 692 | (define-public python-pyrfc3339 |
| 713 | (package | 693 | (package |
| 714 | (name "python-pyrfc3339") | 694 | (name "python-pyrfc3339") |
