Re: [Python-modules-team] Numpy 1.5 and python 3

2011-01-30 Thread Sandro Tosi
Hi, On Sat, Jan 29, 2011 at 16:00, Ben Gamari bgamari.f...@gmail.com wrote: On Sat, 29 Jan 2011 15:19:18 +0100, Sandro Tosi mo...@debian.org wrote: Propose patches, and I'll see if they can be accepted. As you've probably noticed, I'm not exactly an expert in debian packaging. I did do some

Re: [Python-modules-team] Numpy 1.5 and python 3

2011-01-30 Thread Ben Gamari
On Sun, 30 Jan 2011 13:43:28 +0100, Sandro Tosi mo...@debian.org wrote: Hi, On Sat, Jan 29, 2011 at 16:00, Ben Gamari bgamari.f...@gmail.com wrote: On Sat, 29 Jan 2011 15:19:18 +0100, Sandro Tosi mo...@debian.org wrote: Propose patches, and I'll see if they can be accepted. As you've

[Python-modules-team] Numpy 1.5 and python 3

2011-01-29 Thread Ben Gamari
Now since there is finally a python3-capable version of numpy in the repository, how difficult would it be to generate python 3 packages in addition to the python 2 series? Numpy is one of the few things preventing me from moving to python 3 (in addition to scipy and I suppose

Re: [Python-modules-team] Numpy 1.5 and python 3

2011-01-29 Thread Sandro Tosi
Propose patches, and I'll see if they can be accepted. Sandro On Sat, Jan 29, 2011 at 15:02, Ben Gamari bgamari.f...@gmail.com wrote: Now since there is finally a python3-capable version of numpy in the repository, how difficult would it be to generate python 3 packages in addition to the

Re: [Python-modules-team] Numpy 1.5 and python 3

2011-01-29 Thread Ben Gamari
On Sat, 29 Jan 2011 15:19:18 +0100, Sandro Tosi mo...@debian.org wrote: Propose patches, and I'll see if they can be accepted. As you've probably noticed, I'm not exactly an expert in debian packaging. I did do some research[1], however, and it looks like the cdbs (0.4.83) currently shipped in

Re: [Python-modules-team] Numpy 1.5 and python 3

2011-01-29 Thread Piotr Ożarowski
[Ben Gamari, 2011-01-29] By the way, what is the recommended way to track changes/generate patches in /debian packaging directories? $ debcheckout python-numpy $ cd python-numpy $ sensible-editor debian/{control,rules} $ dch -m 'my changes $ svn diff my_changes.patch and yes, it looks like

Re: [Python-modules-team] Numpy 1.5 and python 3

2011-01-29 Thread Ben Gamari
On Sat, 29 Jan 2011 10:00:06 -0500, Ben Gamari bgamari.f...@gmail.com wrote: On Sat, 29 Jan 2011 15:19:18 +0100, Sandro Tosi mo...@debian.org wrote: Propose patches, and I'll see if they can be accepted. As you've probably noticed, I'm not exactly an expert in debian packaging. I did do

Re: [Python-modules-team] Numpy 1.5 and python 3

2011-01-29 Thread Ben Gamari
On Sat, 29 Jan 2011 16:33:31 +0100, Piotr Ożarowski pi...@debian.org wrote: [Ben Gamari, 2011-01-29] By the way, what is the recommended way to track changes/generate patches in /debian packaging directories? $ debcheckout python-numpy $ cd python-numpy $ sensible-editor