Re: [PATCH] gnu: Add Cython

2014-11-03 Thread Federico Beffa
On Mon, Nov 3, 2014 at 9:12 PM, Federico Beffa wrote: > No, Andreas is right: this patch suffers from the same problem as Numpy. Maybe I wasn't clear :-) the patch does include python as an input. So, it will build in master, without any change in python-wrapper. After the changes in python-wrap

Re: [PATCH] gnu: Add Cython

2014-11-03 Thread Federico Beffa
On Mon, Nov 3, 2014 at 8:50 PM, Andreas Enge wrote: > On Mon, Nov 03, 2014 at 08:42:25PM +0100, Ludovic Courtès wrote: >> But are you sure you aren’t confusing it with NumPy, which requires the >> new python-wrapper? > > Probably I am confusing things, even less problems then! > No, Andreas is ri

Re: [PATCH] gnu: Add Cython

2014-11-03 Thread Andreas Enge
On Mon, Nov 03, 2014 at 08:42:25PM +0100, Ludovic Courtès wrote: > But are you sure you aren’t confusing it with NumPy, which requires the > new python-wrapper? Probably I am confusing things, even less problems then! Andreas

Re: [PATCH] gnu: Add Cython

2014-11-03 Thread Ludovic Courtès
Andreas Enge skribis: > On Mon, Nov 03, 2014 at 05:57:58PM +0100, Ludovic Courtès wrote: >> Federico Beffa skribis: >> > Subject: [PATCH] gnu: Add Cython >> > * gnu/packages/python.scm(cython,cython2): New variables. >> Pushed, with missing spaces in the c

Re: [PATCH] gnu: Add Cython

2014-11-03 Thread Andreas Enge
On Mon, Nov 03, 2014 at 05:57:58PM +0100, Ludovic Courtès wrote: > Federico Beffa skribis: > > Subject: [PATCH] gnu: Add Cython > > * gnu/packages/python.scm(cython,cython2): New variables. > Pushed, with missing spaces in the commit log added. I think that should have gone

Re: [PATCH] gnu: Add Cython

2014-11-03 Thread Ludovic Courtès
Federico Beffa skribis: > From 3155aa1ec614afb01b7bff0bbf3eabb4ee5bb0de Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 20 Oct 2014 19:52:45 +0200 > Subject: [PATCH] gnu: Add Cython > > * gnu/packages/python.scm(cython,cython2): New variables. Pushed, with mis

Re: [PATCH] gnu: Add Cython

2014-10-25 Thread Federico Beffa
On Fri, Oct 24, 2014 at 9:50 PM, Andreas Enge wrote: > Maybe we should propagate its input python? Then python-wrapper would > also install python instead of just adding a few links to the binaries. >From my point of view this would be desirable. I'm having the same problem with other packages s

Re: [PATCH] gnu: Add Cython

2014-10-24 Thread Andreas Enge
Concerning the following problem with python-wrapper: On Fri, Oct 24, 2014 at 05:51:12PM +0200, Federico Beffa wrote: > +;; we need the full python package and not just the python-wrapper > +;; because we need libpython3.3m.so Maybe we should propagate its input python? Then python-wrappe

Re: [PATCH] gnu: Add Cython

2014-10-24 Thread Federico Beffa
ot; would look as if this were > a next generation cython (in particular, it would look newer than plain > cython in version 0.21.1). Makes sense: updated. Thanks, Fede From 3155aa1ec614afb01b7bff0bbf3eabb4ee5bb0de Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 20 Oct 2014 19:52:45

Re: [PATCH] gnu: Add Cython

2014-10-22 Thread Andreas Enge
On Mon, Oct 20, 2014 at 08:43:38PM +0200, Federico Beffa wrote: > I'm a little bit unsure about the name of the package. I've not > prefixed it with "python[2]-" as the program extends the Python > language and can work with both (2 and 3) Python version series. > However, the package installs file

Re: [PATCH] gnu: Add Cython

2014-10-21 Thread Federico Beffa
(name "cython2"))) Yes, that's nicer. Changed. Thanks for the comments! Fede From 28ff33bea638e9d8182b013624acbc7dedd68b4a Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 20 Oct 2014 19:52:45 +0200 Subject: [PATCH] gnu: Add Cython * gnu/packages/python.scm(cython,cython

Re: [PATCH] gnu: Add Cython

2014-10-20 Thread Eric Bavier
gt; ".../lib/python${version}/site-packages/...". The naming is in-line > with Debian naming. What you did seems reasonable to me. > From b9e7cdb367518547be3d8bc535828a0d1f1ac96e Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 20 Oct 2014 19:52:45 +0200 >

[PATCH] gnu: Add Cython

2014-10-20 Thread Federico Beffa
ith both (2 and 3) Python version series. However, the package installs files in ".../lib/python${version}/site-packages/...". The naming is in-line with Debian naming. Regards, Fede From b9e7cdb367518547be3d8bc535828a0d1f1ac96e Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 20