From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH 4/5] gnu: Add python-mccabe-0.2.1 Date: Thu, 17 Sep 2015 19:38:23 +0200 Message-ID: <87fv2dhrow.fsf@openmailbox.org> References: <1442499829-13894-1-git-send-email-tipecaml@gmail.com> <1442499829-13894-5-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcd8h-0000N4-L7 for guix-devel@gnu.org; Thu, 17 Sep 2015 13:38:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcd8c-0006IF-Ga for guix-devel@gnu.org; Thu, 17 Sep 2015 13:38:31 -0400 Received: from smtp11.openmailbox.org ([62.4.1.45]:40763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcd8c-0006Gq-5e for guix-devel@gnu.org; Thu, 17 Sep 2015 13:38:26 -0400 In-Reply-To: <1442499829-13894-5-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Thu, 17 Sep 2015 16:23:48 +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 writes: > * gnu/packages/python.scm (python-mccabe-0.2.1, > python2-mccabe-0.2.1): New variables. > --- > gnu/packages/python.scm | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 0117eb7..cecd750 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -4464,6 +4464,24 @@ complexity of Python source code.") > (define-public python2-mccabe > (package-with-python2 python-mccabe)) > > +;; XXX Hacking requires this specific version of mccabe. ^^^ > +;; This should be removed ASAP. > +(define-public python-mccabe-0.2.1 Could you be more precise about what package(s) or context requires it? Otherwise LGTM. Thanks. -- Mathieu Lirzin