mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: Remove python2-twodict.
* gnu/packages/python-xyz.scm (python2-twodict): Delete variable.
This commit is contained in:
parent
a8c87c9f06
commit
29618c72d5
1 changed files with 0 additions and 15 deletions
|
@ -505,21 +505,6 @@ remembers the order in which the items were inserted and supports almost all the
|
||||||
features of the Python's built-in dict.")
|
features of the Python's built-in dict.")
|
||||||
(license license:unlicense)))
|
(license license:unlicense)))
|
||||||
|
|
||||||
(define-public python2-twodict
|
|
||||||
(package
|
|
||||||
(inherit python-twodict)
|
|
||||||
(name "python2-twodict")
|
|
||||||
(version "1.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "twodict" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0ifv7dv18jn2lg0a3l6zdlvmmlda2ivixfjbsda58a2ay6kxznr0"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:python ,python-2))))
|
|
||||||
|
|
||||||
(define-public python-argopt
|
(define-public python-argopt
|
||||||
(package
|
(package
|
||||||
(name "python-argopt")
|
(name "python-argopt")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue