From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 0/4] Add flake8 and its dependencies. Date: Sat, 27 Jun 2015 00:58:54 +0200 Message-ID: <1435359538-4149-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8caX-0002Kv-8E for guix-devel@gnu.org; Fri, 26 Jun 2015 18:59:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8caS-0006pL-9J for guix-devel@gnu.org; Fri, 26 Jun 2015 18:59:13 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:38666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8caS-0006p2-2z for guix-devel@gnu.org; Fri, 26 Jun 2015 18:59:08 -0400 Received: by wibdq8 with SMTP id dq8so29346079wib.1 for ; Fri, 26 Jun 2015 15:59:06 -0700 (PDT) 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 This patch series adds flake8, a tool commonly used by Python developers. Cyril. --- Cyril Roelandt (4): gnu: Add python-pep8. gnu: Add python-pyflakes. gnu: Add python-mccabe. gnu: Add python-flake8. gnu/packages/python.scm | 149 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) -- 1.8.4.rc3