guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/5] gnu: Add python2-pyflakes.


From: Cyril Roelandt
Subject: [PATCH 3/5] gnu: Add python2-pyflakes.
Date: Thu, 17 Sep 2015 16:23:47 +0200

* gnu/packages/python.scm (python2-pyflakes): New variable.
---
 gnu/packages/python.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0f94a54..0117eb7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4434,6 +4434,9 @@ PEP 8.")
       "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")
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]