Re: python 2.7 in wheezy

2011-10-06 Thread Scott Kitterman
On Thursday, October 06, 2011 08:50:30 PM Andrey Rahmatullin wrote: > On Thu, Oct 06, 2011 at 04:12:44PM +0200, Thomas Waldmann wrote: > > Considering that it'll take a while until wheezy gets stable, I hope > > there is also a python 3.x (x=rather latest) then, so that projects can > > do a python

Re: python 2.7 in wheezy

2011-10-06 Thread Andrey Rahmatullin
On Thu, Oct 06, 2011 at 04:12:44PM +0200, Thomas Waldmann wrote: > Considering that it'll take a while until wheezy gets stable, I hope > there is also a python 3.x (x=rather latest) then, so that projects can > do a python3 migration without running into basic issues then. 3.2 is already there. -

Re: python 2.7 in wheezy

2011-10-06 Thread Thomas Waldmann
Cool! Not for squeeze (as I discussed recently), but it is nice to hear that we don't have the same "no python 2.7" issue in wheezy, but even have it as default then. Considering that it'll take a while until wheezy gets stable, I hope there is also a python 3.x (x=rather latest) then, so that pr

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Faheem Mitha
On Thu, 6 Oct 2011, Sandro Tosi wrote: On Thu, Oct 6, 2011 at 13:57, Faheem Mitha wrote: It doesn't look like the tests are the problem. If I comment them out, I still get a failure at the same place. .. dh_install cp: cannot stat `debian/tmp/doc/build/html': No such file or directory dh_

Re: python-mysqldb 1.2.3

2011-10-06 Thread Jonas Meurer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Mario, Am 02.08.2011 01:12, schrieb Bernd Zeimetz: > On 07/25/2011 01:47 AM, Mario Limonciello wrote: >> I've provided the duff, just needs someone to sponsor. > > Could you commit everything in the modules' team repository? I agree with Bernd,

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Faheem Mitha
On Thu, 6 Oct 2011, Faheem Mitha wrote: On Thu, 6 Oct 2011, Sandro Tosi wrote: On Thu, Oct 6, 2011 at 08:40, Faheem Mitha wrote: Ran 3541 tests in 44.650s OK (KNOWNFAIL=3, SKIP=4) [255665 refs] Traceback (most recent call last):  File "", line 1, in  File "numpy/__init__.py", line 127, i

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Sandro Tosi
On Thu, Oct 6, 2011 at 13:57, Faheem Mitha wrote: > It doesn't look like the tests are the problem. If I comment them out, I > still get a failure at the same place. .. > dh_install > cp: cannot stat `debian/tmp/doc/build/html': No such file or directory > dh_install: cp -a debian/tmp/doc/build/h

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Faheem Mitha
On Thu, 6 Oct 2011, Sandro Tosi wrote: On Thu, Oct 6, 2011 at 08:40, Faheem Mitha wrote: Ran 3541 tests in 44.650s OK (KNOWNFAIL=3, SKIP=4) [255665 refs] Traceback (most recent call last):  File "", line 1, in  File "numpy/__init__.py", line 127, in    raise ImportError(msg) ImportError:

python 2.7 in wheezy

2011-10-06 Thread Julien Cristau
Hi, as of the just finished britney run, the /usr/bin/python symlink points to python2.7 in wheezy. In this process, a number of packages had to be removed from testing to avoid more waiting time and complications. They should be able to migrate back quickly on their own, but if you maintain one

Re: Dependencies with cType

2011-10-06 Thread Piotr Ożarowski
> >> There are no definitive mappings between Cheeseshop names and Debian > >> package names, but > > > >take a look at /usr/share/python/dist_fallback, sane ones are not listed > >there, though > > Ah neat. Do you keep that updated manually? semi-manually (it's not run in every python-defaults

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Sandro Tosi
On Thu, Oct 6, 2011 at 08:40, Faheem Mitha wrote: > Ran 3541 tests in 44.650s > > OK (KNOWNFAIL=3, SKIP=4) > [255665 refs] > Traceback (most recent call last): >  File "", line 1, in >  File "numpy/__init__.py", line 127, in >    raise ImportError(msg) > ImportError: Error importing numpy: you s

building python-numpy on

2011-10-06 Thread Faheem Mitha
Hi, I was trying to rebuild python-numpy 1.6.1-3 (the version currently in experimental) on squeeze. A straight debuild binary seems to come really close. I do need to get python-sphinx from backports. It errors out at the end with the following error. I don't have any idea how to fix it.