summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-19 16:35:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:33 +0100
commit00dc48d22b925830854fcee0714e1ed43c5932ab (patch)
tree2ea083b81659a4b8af64b2f11bbe1f96bfae67ac /gnu/packages/python-xyz.scm
parentfca31a2254b2916ab83cbec736faf8510ce83f43 (diff)
gnu: Remove python-traceback2.
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-traceback2): Delete variable. Change-Id: I67c4575841bf9fbc775b0105de0c6a281620c175
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9c41c2cd2f..d2b0390dbf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27727,34 +27727,6 @@ 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-traceback2
- (package
- (name "python-traceback2")
- (version "1.4.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "traceback2" version))
- (sha256
- (base32
- "0c1h3jas1jp1fdbn9z2mrgn3jj0hw1x3yhnkxp7jw34q15xcdb05"))))
- (build-system python-build-system)
- (arguments
- `(;; python-traceback2 and python-unittest2 depend on one another.
- #:tests? #f))
- (native-inputs
- `(("python-pbr" ,python-pbr-minimal)))
- (propagated-inputs
- (list python-linecache2 python-six))
- (home-page
- "https://github.com/testing-cabal/traceback2")
- (synopsis "Backports of the traceback module")
- (description
- "This module provides a standard interface to extract, format and print
-stack traces of Python programs. It exactly mimics the behavior of the Python
-interpreter when it prints a stack trace.")
- (license license:psfl)))
-
(define-public python-tracerite
(package
(name "python-tracerite")