mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add python2-twodict.
* gnu/packages/python-xyz.scm (python2-twodict): New variable.
This commit is contained in:
parent
2aa802ee5e
commit
5c8369d6c1
1 changed files with 15 additions and 0 deletions
|
@ -239,6 +239,21 @@ (define-public python-twodict
|
|||
features of the Python's built-in dict.")
|
||||
(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
|
||||
(package
|
||||
(name "python-argopt")
|
||||
|
|
Loading…
Reference in a new issue