From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add pyparsing. Date: Tue, 25 Nov 2014 18:11:34 +0100 Message-ID: <878uizfbnd.fsf@gnu.org> References: 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]:50703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtJeP-0006xy-9P for guix-devel@gnu.org; Tue, 25 Nov 2014 12:11:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtJeK-0003KG-C9 for guix-devel@gnu.org; Tue, 25 Nov 2014 12:11:41 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:39717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtJeK-0003KB-4j for guix-devel@gnu.org; Tue, 25 Nov 2014 12:11:36 -0500 In-Reply-To: (Federico Beffa's message of "Tue, 25 Nov 2014 17:55:08 +0100") 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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > From edebe9d7663932912c6245abd690795fc02c1d02 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Tue, 25 Nov 2014 16:27:33 +0100 > Subject: [PATCH] gnu: Add pyparsing. > > * gnu/packages/python.scm (python-pyparsing, python2-pyparsing): New > variables. [...] > + (synopsis "A Python parsing module") Please remove =E2=80=9CA=E2=80=9D. Perhaps =E2=80=9CPython parsing class l= ibrary=E2=80=9D would be more descriptive? OK to push with a change along these lines. Thank you, Ludo=E2=80=99.