summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-09 16:18:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-09 22:34:59 +0100
commit90fe7f2d25e0d97272f4a0988ddd8f400ff2b9c4 (patch)
tree43ab116b727354cd959faa284eacb92f97fa6e20 /gnu/packages/python-xyz.scm
parent7c099fe746ac2e3d410729fe5ae50df5dc8386b1 (diff)
gnu: Remove python-backpack.
No updates for 9 years, no users in Guix. * gnu/packages/python-xyz.scm (python-backpack): Delete variable. Change-Id: Ifd694afba2764935f719ec4648db3eb48c87bb1d
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 71e5969c72..ac08e90a16 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23759,28 +23759,6 @@ YAML-serialized data.")
environment variables in YAML files.")
(license license:expat)))
-(define-public python-backpack
- (package
- (name "python-backpack")
- (version "0.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "backpack" version))
- (sha256
- (base32
- "14rq1mvm0jda90lcx9gyyby9dvq4x3js2cmxvd6vl4686ixwyqh1"))))
- (build-system python-build-system)
- (native-inputs
- (list python-pytest python-nose python-toml))
- (propagated-inputs
- (list python-simplejson))
- (home-page "https://github.com/sdispater/backpack")
- (synopsis "Utilities for working with Python collections")
- (description "Backpack provides some useful utilities for working with
-collections of data.")
- (license license:expat)))
-
(define-public python-prompt-toolkit
(package
(name "python-prompt-toolkit")