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-30 Thread Thomas Kluyver
Scott: > I've got python3 packaging for python-qt4 in svn already as a work in progress. I think you'll find it's more complicated than what you've got, but maybe I was over thinking it. I had a feeling that might be the case, but I wanted something that I can use now, and at least my python3-qt4

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 upst

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 n

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,

Python 3 packaging

2011-10-29 Thread Thomas Kluyver
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 I've worked out something that seems to build the exp