Re: [PATCH] gnu: Add docopt.

2015-12-04 Thread Ricardo Wurmus
> +(inputs > + `(("python-setuptools" ,python-setuptools))) This probably should be “native-inputs”. Other than that and Leo’s comment on disabling tests this looks good to me. Thank you! ~~ Ricardo

Re: [PATCH] gnu: Add docopt.

2015-12-03 Thread Kyle Meyer
Leo Famulari writes: > On Thu, Dec 03, 2015 at 01:24:09AM -0500, Kyle Meyer wrote: >> * gnu/packages/python.scm (python-docopt, python2-docopt): New >> variables. > > Have you tested the software provided by this patch to make sure it > works? I'm not sure how to test it since it's just a libra

Re: [PATCH] gnu: Add docopt.

2015-12-03 Thread Leo Famulari
On Thu, Dec 03, 2015 at 01:24:09AM -0500, Kyle Meyer wrote: > * gnu/packages/python.scm (python-docopt, python2-docopt): New > variables. Have you tested the software provided by this patch to make sure it works? I'm not sure how to test it since it's just a library. > --- > gnu/packages/pytho

[PATCH] gnu: Add docopt.

2015-12-02 Thread Kyle Meyer
* gnu/packages/python.scm (python-docopt, python2-docopt): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 45222e9..5b31ae8 100644 --- a/gnu/packages/python.scm +++