Re: [PATCH] gnu: Add pyparsing.

2014-11-26 Thread Cyril Roelandt
On 11/25/2014 06:51 PM, Federico Beffa wrote: > Cyril Roelandt writes: > >> >> Maybe you could add the PyPI mirror here. >> > > I'm not sure I understand. Do you mean replace or really add? A second > uri field? Could you give an example? The sourceforge download site is > the one mentioned on t

Re: [PATCH] gnu: Add pyparsing.

2014-11-25 Thread Federico Beffa
ind-files dir ".*"))) > (list "docs" "htmldoc" "examples") > (list doc html-doc exmples) > > Not tested of course ;) Definitely less boilerplate :-) Thanks, Fede From 10f16ec3d3cca44c89e33df81e050dff5ea8c7f1 Mon Sep 17 00:00:00 2001 From: Federico

Re: [PATCH] gnu: Add pyparsing.

2014-11-25 Thread Federico Beffa
Cyril Roelandt writes: > > Maybe you could add the PyPI mirror here. > I'm not sure I understand. Do you mean replace or really add? A second uri field? Could you give an example? The sourceforge download site is the one mentioned on the homepage. > > There is a "unitTests.py" that can be run m

Re: [PATCH] gnu: Add pyparsing.

2014-11-25 Thread Eric Bavier
Federico Beffa writes: > Please find attached a pyparsing package for review. [...] > +(with-directory-excursion "docs" > + (map (lambda (file) > + (copy-file file (string-append doc "/" file))) > + (find-files "." ".*"))) > +

Re: [PATCH] gnu: Add pyparsing.

2014-11-25 Thread Cyril Roelandt
derico 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. > --- > gnu/packages/python.scm | 54 > +

Re: [PATCH] gnu: Add pyparsing.

2014-11-25 Thread Ludovic Courtès
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):

[PATCH] gnu: Add pyparsing.

2014-11-25 Thread Federico Beffa
Please find attached a pyparsing package for review. Regards, Fede 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