gnu: python-flake8-polyfill: Update to 1.0.2.

* gnu/packages/python.scm (python-flake8-polyfill): Update to 1.0.2.
[native-inputs]: Add PYTHON-PEP8.
This commit is contained in:
Marius Bakke 2018-02-01 10:52:12 +01:00
parent 29f25f2929
commit 8b7009de75
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5446,14 +5446,14 @@ (define-public python2-flake8
(define-public python-flake8-polyfill (define-public python-flake8-polyfill
(package (package
(name "python-flake8-polyfill") (name "python-flake8-polyfill")
(version "1.0.1") (version "1.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "flake8-polyfill" version)) (uri (pypi-uri "flake8-polyfill" version))
(sha256 (sha256
(base32 (base32
"02gn2wxvh9vnf7m7dld7ca4l60mg5c370hv3swwppkngwaqmcw67")))) "1nlf1mkqw856vi6782qcglqhaacb23khk9wkcgn55npnjxshhjz4"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -5467,6 +5467,7 @@ (define-public python-flake8-polyfill
(native-inputs (native-inputs
`(("python-flake8" ,python-flake8) `(("python-flake8" ,python-flake8)
("python-mock" ,python-mock) ("python-mock" ,python-mock)
("python-pep8" ,python-pep8)
("python-pycodestyle" ,python-pycodestyle) ("python-pycodestyle" ,python-pycodestyle)
("python-pytest" ,python-pytest))) ("python-pytest" ,python-pytest)))
(home-page "https://gitlab.com/pycqa/flake8-polyfill") (home-page "https://gitlab.com/pycqa/flake8-polyfill")