Problems with Python 3 packaging using pybuild

2017-08-05 Thread Muammar El Khatib
Hi, I hope some of you could help with this problem. I have created a package[0] that will be working using Python 3 and I am getting problems with running its tests in pbuilder. I am using pybuild as you can see in the debian/rules[1]. If I build it using `dpkg-buildpackage` or `gbp` the package

Re: Python 3 packaging

2011-10-29 Thread Bernd Zeimetz
On 10/29/2011 08:05 PM, Thomas Kluyver wrote: Hi, I've been having a go at repackaging some Python modules where I know the same codebase can be compiled for Python 3. So far, that's pyzmq and python-qt4. I've not done any packaging before, so I've no idea if I'm doing it the best way, but

Re: Python 3 packaging

2011-10-29 Thread Scott Kitterman
On 10/29/2011 05:23 PM, Bernd Zeimetz wrote: On 10/29/2011 08:05 PM, Thomas Kluyver wrote: Hi, I've been having a go at repackaging some Python modules where I know the same codebase can be compiled for Python 3. So far, that's pyzmq and python-qt4. I've not done any packaging before, so I've

Re: Python 3 packaging

2011-10-29 Thread Paul Wise
On Sun, Oct 30, 2011 at 2:05 AM, Thomas Kluyver wrote: I've been having a go at repackaging some Python modules where I know the same codebase can be compiled for Python 3. Any chance someone could update numpy for Python 3 (#601593)? I need it for testing a Python 3 patch for fonttools