gnu: python2-contextlib2: Update to 0.5.5.
* gnu/packages/python.scm (python2-contextlib2): Update to 0.5.5. [native-inputs]: Add PYTHON2-UNITTEST2.master
parent
d4c04e509b
commit
d06940882d
|
@ -7162,14 +7162,14 @@ be set via config files and/or environment variables.")
|
||||||
(define-public python2-contextlib2
|
(define-public python2-contextlib2
|
||||||
(package
|
(package
|
||||||
(name "python2-contextlib2")
|
(name "python2-contextlib2")
|
||||||
(version "0.4.0")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "contextlib2" version))
|
(uri (pypi-uri "contextlib2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cmp131dlh0d0zvw0aza1zd13glvngzk8lb4avks0hm7yxwdr9am"))))
|
"0j6ad6lwwyc9kv71skj098v5l7x5biyj2hs4lc5x1kcixqcr97sh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
|
@ -7179,6 +7179,8 @@ be set via config files and/or environment variables.")
|
||||||
(lambda _ (zero?
|
(lambda _ (zero?
|
||||||
(system*
|
(system*
|
||||||
"python" "test_contextlib2.py" "-v")))))))
|
"python" "test_contextlib2.py" "-v")))))))
|
||||||
|
(native-inputs
|
||||||
|
`(("python2-unittest2" ,python2-unittest2)))
|
||||||
(home-page "http://contextlib2.readthedocs.org/")
|
(home-page "http://contextlib2.readthedocs.org/")
|
||||||
(synopsis "Tools for decorators and context managers")
|
(synopsis "Tools for decorators and context managers")
|
||||||
(description "This module is primarily a backport of the Python
|
(description "This module is primarily a backport of the Python
|
||||||
|
|
Reference in New Issue