From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/4] gnu: Add python-mccabe. Date: Mon, 29 Jun 2015 14:04:59 +0200 Message-ID: <87oajyn2j8.fsf@gnu.org> References: <1435359538-4149-1-git-send-email-tipecaml@gmail.com> <1435359538-4149-4-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]:36992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9XoA-0000x5-QD for guix-devel@gnu.org; Mon, 29 Jun 2015 08:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9Xo5-0000Fa-SZ for guix-devel@gnu.org; Mon, 29 Jun 2015 08:05:06 -0400 In-Reply-To: <1435359538-4149-4-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Sat, 27 Jun 2015 00:58:57 +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-mccabe, python2-mccabe): New variables. [...] > + (description "McCabe checker, plugin for flake8") I=E2=80=99m just guessing, but rather something like: =E2=80=9CThis package= provides a Flake8 plug-in to compute the McCabe cyclomatic complexity of Python source code.=E2=80=9D OK with such a change. Thanks, Ludo=E2=80=99.