From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 15/18] gnu: Add python-pyparsing-1.5.0. Date: Sun, 2 Oct 2016 11:00:52 +0000 Message-ID: <20161002110054.2297-16-ngillmann@runbox.com> References: <87bmz9cu89.fsf@we.make.ritual.n0.is> <20161002110054.2297-1-ngillmann@runbox.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqeWP-0005uz-Ij for guix-devel@gnu.org; Sun, 02 Oct 2016 07:01:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqeWM-0002gf-9g for guix-devel@gnu.org; Sun, 02 Oct 2016 07:01:29 -0400 Received: from aibo.runbox.com ([91.220.196.211]:32776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqeWM-0002gQ-3g for guix-devel@gnu.org; Sun, 02 Oct 2016 07:01:26 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bqeWL-0002LX-Cq for guix-devel@gnu.org; Sun, 02 Oct 2016 13:01:25 +0200 In-Reply-To: <20161002110054.2297-1-ngillmann@runbox.com> 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" To: guix-devel@gnu.org * gnu/packages/python.scm (python-pyparsing-1.5.0): New variable. --- gnu/packages/python.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0fccf1f..1bdce65 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3494,6 +3494,19 @@ that client code uses to construct the grammar directly in Python code.") (define-public python2-pyparsing (package-with-python2 python-pyparsing)) +(define-public python2-pyparsing-1.5.0 + (package + (inherit python2-pyparsing) + (name "python2-pyparsing") + (version "1.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pyparsing" version)) + (sha256 + (base32 + "0ff1fgvmvin32xcmnz7xcz4rn57987m52cs91wmjr00qbf09x895")))))) + (define-public python-numpydoc (package (name "python-numpydoc") -- 2.10.0