gnu: python-pep8-1.5.7: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-pep8-1.5.7)[source]: Use PYPI-URI.
This commit is contained in:
parent
c9671d4bb2
commit
f3576970e5
|
@ -5520,15 +5520,12 @@ complexity of Python source code.")
|
||||||
(package (inherit python-pep8)
|
(package (inherit python-pep8)
|
||||||
(version "1.5.7")
|
(version "1.5.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "pep8" version))
|
||||||
"https://pypi.python.org/packages/source/p/pep8/pep8-"
|
(sha256
|
||||||
version
|
(base32
|
||||||
".tar.gz"))
|
"12b9bbdbwnspxgak14xg58c130x2n0blxzlms5jn2dszn8qj3d0m"))))
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"12b9bbdbwnspxgak14xg58c130x2n0blxzlms5jn2dszn8qj3d0m"))))
|
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX Tests not compatible with Python 3.5.
|
;; XXX Tests not compatible with Python 3.5.
|
||||||
'(#:tests? #f))))
|
'(#:tests? #f))))
|
||||||
|
|
Loading…
Reference in New Issue