gnu: python-pyflakes-0.8.1: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-pyflakes-0.8.1)[source]: Use PYPI-URI.
This commit is contained in:
Ricardo Wurmus 2019-01-28 12:12:14 +01:00
parent f3576970e5
commit 8c4dffb50e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 9 deletions

View File

@ -5539,15 +5539,12 @@ complexity of Python source code.")
(package (inherit python-pyflakes) (package (inherit python-pyflakes)
(version "0.8.1") (version "0.8.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "pyflakes" version))
"https://pypi.python.org/packages/source/p/pyflakes/pyflakes-" (sha256
version (base32
".tar.gz")) "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"))))
(sha256
(base32
"0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"))))
(arguments (arguments
;; XXX Tests not compatible with Python 3.5. ;; XXX Tests not compatible with Python 3.5.
'(#:tests? #f)))) '(#:tests? #f))))