summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-19 16:37:34 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:34 +0100
commit3694fcfd28cf247aec1bc459551ebc7905ef7bb9 (patch)
tree23ae449bda3e05810b9c30fd30eb6b1c5411e09d /gnu/packages/python-xyz.scm
parent00dc48d22b925830854fcee0714e1ed43c5932ab (diff)
gnu: Remove python-linecache2.
Upstream note: This repository was archived by the owner on Nov 25, 2023. It is now read-only. No users in Guix. * gnu/packages/python-xyz.scm (python-linecache2): Delete variable. Change-Id: I12deda7a2359ceec86daa60c86dce9d2bfc9764e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d2b0390dbf..3dd5d58574 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27701,32 +27701,6 @@ distributions. It authenticates the user over HTTPS, allows them to pre-sign
their files and supports any packaging format (including wheels).")
(license license:asl2.0)))
-(define-public python-linecache2
- (package
- (name "python-linecache2")
- (version "1.0.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "linecache2" version))
- (sha256
- (base32
- "0z79g3ds5wk2lvnqw0y2jpakjf32h95bd9zmnvp7dnqhf57gy9jb"))))
- (build-system python-build-system)
- (arguments
- `(;; The tests depend on unittest2, and our version is a bit too old.
- #:tests? #f))
- (native-inputs
- `(("python-pbr" ,python-pbr-minimal)))
- (home-page
- "https://github.com/testing-cabal/linecache2")
- (synopsis "Backports of the linecache module")
- (description
- "The linecache module allows one to get any line from any file, while
-attempting to optimize internally, using a cache, the common case where many
-lines are read from a single file.")
- (license license:psfl)))
-
(define-public python-tracerite
(package
(name "python-tracerite")