gnu: Add python2-pyflakes and fix python2-pyflakes-0.8.1.

* gnu/packages/python.scm (python2-pyflakes): New variable.
* gnu/packages/python.scm (python2-pyflakes-0.8.1): Fix the definition.
This commit is contained in:
Cyril Roelandt 2015-09-16 23:24:36 +02:00
parent 350ba0a32b
commit 7261d9eb16

View file

@ -4434,6 +4434,9 @@ (define-public python-pyflakes
"Pyflakes statically checks Python source code for common errors.")
(license license:expat)))
(define-public python2-pyflakes
(package-with-python2 python-pyflakes))
(define-public python-mccabe
(package
(name "python-mccabe")
@ -4497,7 +4500,7 @@ (define-public python-pyflakes-0.8.1
"0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"))))))
(define-public python2-pyflakes-0.8.1
(package-with-python2 python-pyflakes))
(package-with-python2 python-pyflakes-0.8.1))
(define-public python-flake8
(package