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
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/
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?
* 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.