Re: [PATCH 07/10] gnu: Add python-funcsigs.

2016-05-05 Thread Cyril Roelandt
On 05/03/2016 08:25 PM, Efraim Flashner wrote: > Based on the description, does it make sense to have a python- version > and not just a python2- version? It would make sense not to use funcsigs with Python 3.4+, but I think some people might use it in Python 3 code, so it might end up being requi

Re: [PATCH 07/10] gnu: Add python-funcsigs.

2016-05-03 Thread Efraim Flashner
On Fri, Apr 29, 2016 at 04:21:00PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-funcsigs, python2-funcsigs): New variables. > --- > gnu/packages/python.scm | 32 > 1 file changed, 32 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/

Re: [PATCH 07/10] gnu: Add python-funcsigs.

2016-04-30 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:21:00PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-funcsigs, python2-funcsigs): New variables. > +(native-inputs > + `(("python-setuptools" ,python-setuptools) Can it go in the python-2 variant?

[PATCH 07/10] gnu: Add python-funcsigs.

2016-04-29 Thread Cyril Roelandt
* gnu/packages/python.scm (python-funcsigs, python2-funcsigs): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 698b683..ad69368 100644 --- a/gnu/packages/python.