Re: Quick analysis of the Python dist-packages transition

2009-09-25 Thread Stefano Zacchiroli
On Tue, Sep 22, 2009 at 12:36:09PM +0200, Josselin Mouette wrote:
 Done, omitting a reported false positive and a few packages fixed in the
 meantime.
 http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=debian-pyt...@lists.debian.org;tag=python2.6

Thanks.

Question: why the severity is only important?

Shouldn't we aim at uploading python 2.6 to unstable really soon now? In
that respect, if I understand the problems you mentioned in the first
post correctly, those bugs should be better made RC.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Quick analysis of the Python dist-packages transition

2009-09-22 Thread Josselin Mouette
Le vendredi 18 septembre 2009 à 21:18 +0200, Josselin Mouette a écrit : 
 If there are no objections, I will submit a MBF for those 75 packages in
 a few days.

Done, omitting a reported false positive and a few packages fixed in the
meantime.

http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=debian-pyt...@lists.debian.org;tag=python2.6

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Quick analysis of the Python dist-packages transition

2009-09-20 Thread Steve Langasek
On Fri, Sep 18, 2009 at 09:18:16PM +0200, Josselin Mouette wrote:
   * 505 of these packages do not use distutils and should not be
 affected, still shipping files to site-packages/. However,
 according to Scott Kimmermann (who handled parts of this
 transition in Ubuntu), python-central does not look for modules
 in /usr/lib/python2.6/site-packages, so most modules using it
 are broken.

What do you mean, look for modules there?  Are you proposing that these
packages ship files under /usr/lib/python2.6/site-packages, or that
python-central find modules under this directory at build-time and move them
to /usr/lib/python2.6/dist-packages?

AIUI, the former would be contrary to upstream's wishes regarding the
organization of distro-provided modules.

 If this is the case, python-central needs to be NMUed to handle
 such packages. 

There is no bug filed against python-central for this.  An NMU would be out
of order.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: Quick analysis of the Python dist-packages transition

2009-09-20 Thread Piotr Ożarowski
[Steve Langasek, 2009-09-20]
 On Fri, Sep 18, 2009 at 09:18:16PM +0200, Josselin Mouette wrote:
* 505 of these packages do not use distutils and should not be
  affected, still shipping files to site-packages/. However,
  according to Scott Kimmermann (who handled parts of this
  transition in Ubuntu), python-central does not look for modules
  in /usr/lib/python2.6/site-packages, so most modules using it
  are broken.
 
 What do you mean, look for modules there?  Are you proposing that these
 packages ship files under /usr/lib/python2.6/site-packages, or that
 python-central find modules under this directory at build-time and move them
 to /usr/lib/python2.6/dist-packages?

no, move them to /usr/share/pyshared, just like it does with
dist-packages

 There is no bug filed against python-central for this.

I will file a bug in a minute (not that it will change much)
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


signature.asc
Description: Digital signature


Re: Quick analysis of the Python dist-packages transition

2009-09-19 Thread Raphael Hertzog
On Fri, 18 Sep 2009, Josselin Mouette wrote:
 If there are no objections, I will submit a MBF for those 75 packages in
 a few days.

Go ahead, we have waited too much for python 2.6 already.

Cheers,
-- 
Raphaël Hertzog


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Quick analysis of the Python dist-packages transition

2009-09-19 Thread Luca Falavigna
Il giorno Sat, 19 Sep 2009 20:20:16 +0200
Alexandre Rossi alexandre.ro...@gmail.com ha scritto:

 Fixed package is awaiting sponsorship at mentors.debian.net

To speed things up, if you haven't a regular sponsor or if he/she is
busy ATM, please join #debian-python on OFTC and add pointers to your
packages to the channel topic, they will be processed quicker.

Regards,

-- 
  .''`.
 :  :' :   Luca Falavigna dktrkr...@debian.org
 `.  `'
   `-


signature.asc
Description: PGP signature


Re: Quick analysis of the Python dist-packages transition

2009-09-18 Thread Josselin Mouette
Le vendredi 18 septembre 2009 à 21:18 +0200, Josselin Mouette a écrit : 
 * 246 packages don’t, but should work as well provided that we
 ensure python-central is fixed. 

I forgot to explain how exactly it needs to be fixed.

 * python-central needs a NMU to
 handle /usr/lib/python2.6/site-packages as a source directory. 

It needs to support /usr/local/lib/python2.6/{dist,site}-packages as
well. Otherwise, 83 more packages will have to be changed.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: Quick analysis of the Python dist-packages transition

2009-09-18 Thread Ben Finney
Josselin Mouette j...@debian.org writes:

 Therefore, a number of packages have to be fixed before they can work
 with python2.6. Practically speaking, this is the only thing that
 prevents python2.6 from entering unstable. This is a first attempt at
 listing packages needing to be fixed.

Thank you for this work, and for communicating the results in these
forums. This also allows us to have a better idea how far Python 2.6 is
From unstable.

-- 
 \   “A thorough reading and understanding of the Bible is the |
  `\   surest path to atheism.” —Donald Morgan |
_o__)  |
Ben Finney


pgpUVX1ATuHVj.pgp
Description: PGP signature