From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: Add python-flake8. Date: Mon, 29 Jun 2015 14:07:49 +0200 Message-ID: <87fv5an2ei.fsf@gnu.org> References: <1435359538-4149-1-git-send-email-tipecaml@gmail.com> <1435359538-4149-5-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Xqq-0001MQ-24 for guix-devel@gnu.org; Mon, 29 Jun 2015 08:07:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9Xqp-0001ld-AO for guix-devel@gnu.org; Mon, 29 Jun 2015 08:07:51 -0400 In-Reply-To: <1435359538-4149-5-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Sat, 27 Jun 2015 00:58:58 +0200") 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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/python.scm (python-flake8, python2-flake8): New variables. [...] > + (synopsis > + "The modular source code checker: pep8, pyflakes and co") Rather: =E2=80=9CModular Python source code analysis tool=E2=80=9D? > + (description > + "Flake8 is a wrapper around these tools: > +- PyFlakes; > +- pep8; > +- Ned Batchelder=E2=80=99s McCabe script.") Don=E2=80=99t write a bullet list since it=E2=80=99s formatting would be lo= st in the various UIs. OK with these changes. Thank you! Ludo=E2=80=99.