mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: python-six: Update to 1.13.0.
* gnu/packages/python-xyz.scm (python-six): Update to 1.13.0. [native-inputs]: Remove PYTHON-PY.
This commit is contained in:
parent
c6bc3529a5
commit
f00722b40c
1 changed files with 3 additions and 4 deletions
|
@ -1091,14 +1091,14 @@ (define-public python2-eventlet
|
||||||
(define-public python-six
|
(define-public python-six
|
||||||
(package
|
(package
|
||||||
(name "python-six")
|
(name "python-six")
|
||||||
(version "1.12.0")
|
(version "1.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "six" version))
|
(uri (pypi-uri "six" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wxs1q74v07ssjywbbm7x6h5v9qx209ld2yfsif4060sxi0h2sni"))))
|
"0rkby0kxlxj0kk2m6q5mh73ka5rk608p886vnv57h9cbkqki1xih"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1107,8 +1107,7 @@ (define-public python-six
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "py.test" "-v"))))))
|
(invoke "py.test" "-v"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-py" ,python-py)
|
`(("python-pytest" ,python-pytest-bootstrap)))
|
||||||
("python-pytest" ,python-pytest-bootstrap)))
|
|
||||||
(home-page "https://pypi.python.org/pypi/six/")
|
(home-page "https://pypi.python.org/pypi/six/")
|
||||||
(synopsis "Python 2 and 3 compatibility utilities")
|
(synopsis "Python 2 and 3 compatibility utilities")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue