From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 3/5] gnu: Add python2-pyflakes. Date: Thu, 17 Sep 2015 16:23:47 +0200 Message-ID: <1442499829-13894-4-git-send-email-tipecaml@gmail.com> References: <1442499829-13894-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zca6S-0000lR-Ju for guix-devel@gnu.org; Thu, 17 Sep 2015 10:24:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zca6R-0003Sv-U1 for guix-devel@gnu.org; Thu, 17 Sep 2015 10:24:00 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:34735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zca6R-0003Si-Mc for guix-devel@gnu.org; Thu, 17 Sep 2015 10:23:59 -0400 Received: by wicfx3 with SMTP id fx3so26258592wic.1 for ; Thu, 17 Sep 2015 07:23:59 -0700 (PDT) In-Reply-To: <1442499829-13894-1-git-send-email-tipecaml@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * 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