mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
7c099fe746
commit
90fe7f2d25
1 changed files with 0 additions and 22 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue