summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-05 22:07:37 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:26 +0100
commit255789dd9d2bd4fd315978ea40cba765aa195b44 (patch)
tree7a9761f321315e2d7ab2ee35b8cc26ec346d541c /gnu/packages/python-xyz.scm
parente33946c0e248ebee4f1a1342a9e296d644a68d94 (diff)
gnu: Remove python-contexttimer.
The latest release was in 2016, no actively developed, depends on outdated inputs, has no users in Guix. * gnu/packages/python-xyz.scm (python-contexttimer): Delete variable. Change-Id: I35ceb328a511854cb10c6a126aacf88f06a5d4b8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4b1d1a1188..f2351b5094 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20157,29 +20157,6 @@ and dataclasses.")
@code{ArgumentParser} object.")
(license license:asl2.0)))
-(define-public python-contexttimer
- (package
- (name "python-contexttimer")
- (version "0.3.3")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/brouberol/contexttimer")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "00a9h06a1wj66935n863qlk4jpl9gvdvzkkhl8xmgqwdkwv0js54"))))
- (build-system pyproject-build-system)
- (propagated-inputs (list python-decorator python-unittest2))
- (native-inputs (list python-mock python-setuptools python-wheel))
- (home-page "https://github.com/brouberol/contexttimer")
- (synopsis "Timer as a context manager")
- (description
- "This package offers utilities to measure code block or function
-execution time.")
- (license license:gpl3)))
-
(define-public python-texttable
(package
(name "python-texttable")