me
/
guix
Archived
1
0
Fork 0

gnu: python-flake8: Update to 3.7.7.

* gnu/packages/python-xyz.scm (python-flake8): Update to 3.7.7.
[propagated-inputs]: Add PYTHON-ENTRYPOINTS.
(python2-flake8)[propagated-inputs]: Add PYTHON2-TYPING.
master
Marius Bakke 2019-03-04 18:17:11 +01:00
parent 6c58a06e79
commit beaff4a8a9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 2 deletions

View File

@ -5751,13 +5751,13 @@ complexity of Python source code.")
(define-public python-flake8 (define-public python-flake8
(package (package
(name "python-flake8") (name "python-flake8")
(version "3.6.0") (version "3.7.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "flake8" version)) (uri (pypi-uri "flake8" version))
(sha256 (sha256
(base32 (base32
"0w0nprx22rbvrrkbfx9v5jc5gskbm08g219l7r8wai8zfswgadba")))) "0qg6zggqigrd4k3gv88shd1a27d0cwgfql8vfiq2c7rl7w3rd6c5"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -5770,6 +5770,7 @@ complexity of Python source code.")
#t))))) #t)))))
(propagated-inputs (propagated-inputs
`(("python-pycodestyle" ,python-pycodestyle) `(("python-pycodestyle" ,python-pycodestyle)
("python-entrypoints" ,python-entrypoints)
("python-pyflakes" ,python-pyflakes) ("python-pyflakes" ,python-pyflakes)
("python-mccabe" ,python-mccabe))) ("python-mccabe" ,python-mccabe)))
(native-inputs (native-inputs
@ -5790,6 +5791,7 @@ complexity of Python source code.")
(propagated-inputs (propagated-inputs
`(("python2-configparser" ,python2-configparser) `(("python2-configparser" ,python2-configparser)
("python2-enum34" ,python2-enum34) ("python2-enum34" ,python2-enum34)
("python2-typing" ,python2-typing)
,@(package-propagated-inputs base)))))) ,@(package-propagated-inputs base))))))
;; python-hacking requires flake8 <2.6.0. ;; python-hacking requires flake8 <2.6.0.