Re: python2.7 as default: where are we? (Was: Bug#641207: ITP: ordereddict)

2011-09-20 Thread Julien Cristau
On Sun, Sep 18, 2011 at 23:58:26 +0200, Luca Falavigna wrote:

> Il 12/09/2011 09:53, Julien Cristau ha scritto:
> > So out of these, I'd expect that libimobiledevice, gobject-introspection
> > and pygobject (and maybe hplip?) need to be fixed, and the rest can
> > hopefully be removed if they stay broken.
> 
> libimobiledevice, pygobject and hplip are fixed, gobject-introspection
> just needs a binNMU after switching default.
> 
libimobiledevice is bumping SONAME, should be done in about a week.
pygobject should also get into testing next week.

hplip doesn't move to testing because of #635486, filed 2 months ago and
with 0 reply.

> Here's a quick summary of the outstanding bugs [1]:
> 
> UPLOADED TO DELAYED
> * lilypond (#606642)
> * revelation (#628852)
> * pychess (#635356)
> 
> PATCHES AVAILABLE
> * poker-network (#629145)
> * setools (#631800)
> * pypoker-eval (#632234)
> * shogun (#632249)
> 
> WITHOUT PATCHES
> * setools (#625678)
> * freevo (#629085)
> * openmeeg (#631856)
> * subvertpy (#632225)
> 
subvertpy is now fixed.

> [1] #622279 produces a 500 error, so this is based on data I previously
> collected in the bug report.
> 
And Don fixed this yesterday on the bts side.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110920095907.ga22...@crater2.logilab.fr



Re: RFS: decibel-audio-player (Adoption, new upstream release)

2011-09-20 Thread Thomas Goirand
On 09/20/2011 06:26 AM, Leonardo Marín wrote:
> Hi,
> This was what I did,
>
> ljmarin@LM trunk $ svn diff
> Index: debian/control
> ===
> --- debian/control(revisión: 7520)
> +++ debian/control(copia de trabajo)
> @@ -4,11 +4,12 @@
>  Maintainer: Leonardo Marín 
>  Uploaders: Python Applications Packaging Team 
> 
>  Build-Depends: debhelper (>= 8.0.0)
> -Build-Depends-Indep: python (>=2.4), python-support
> +Build-Depends-Indep: python (>= 2.6.6-3~)
>   

For what reason do you need that exact specific version of Python?

Cheers,

Thomas


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e788a8e.3040...@debian.org



Re: RFS: decibel-audio-player (Adoption, new upstream release)

2011-09-20 Thread Piotr Ożarowski
[Thomas Goirand, 2011-09-20]
> On 09/20/2011 06:26 AM, Leonardo Marín wrote:
> > ljmarin@LM trunk $ svn diff
> > Index: debian/control
> > ===
> > --- debian/control  (revisión: 7520)
> > +++ debian/control  (copia de trabajo)
> > @@ -4,11 +4,12 @@
> >  Maintainer: Leonardo Marín 
> >  Uploaders: Python Applications Packaging Team 
> > 
> >  Build-Depends: debhelper (>= 8.0.0)
> > -Build-Depends-Indep: python (>=2.4), python-support
> > +Build-Depends-Indep: python (>= 2.6.6-3~)
> >   
> 
> For what reason do you need that exact specific version of Python?

python binary package provides dh_python2 helper and that's why Leonardo
bumped minimum required python version. See also
http://wiki.debian.org/Python/TransitionToDHPython2
-- 
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


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110920131352.gb16...@piotro.eu



Re: RFS: decibel-audio-player (Adoption, new upstream release)

2011-09-20 Thread Thomas Goirand
On 09/20/2011 09:13 PM, Piotr Ożarowski wrote:
>
> python binary package provides dh_python2 helper and that's why Leonardo
> bumped minimum required python version. See also
> http://wiki.debian.org/Python/TransitionToDHPython2
>   
Thanks for the pointer. However, I don't understand this:

"All packages that use the same namespace have to be
converted at the same time. Be sure to use Breaks or
Depends relationships to ensure you cannot mix
installation of python-support-based packages with
dh_python2-based ones."

Can you explain, or even better, enhance the wiki so
that you wont have to explain to another person?

Cheers,

Thomas


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e78de1d.7080...@goirand.fr



Re: RFS: decibel-audio-player (Adoption, new upstream release)

2011-09-20 Thread Barry Warsaw
On Sep 21, 2011, at 02:40 AM, Thomas Goirand wrote:

>Thanks for the pointer. However, I don't understand this:
>
>"All packages that use the same namespace have to be
>converted at the same time. Be sure to use Breaks or
>Depends relationships to ensure you cannot mix
>installation of python-support-based packages with
>dh_python2-based ones."
>
>Can you explain, or even better, enhance the wiki so
>that you wont have to explain to another person?

It's because of the way namespace packages __init__.py files are handled.
Until PEP 382 or 402 lands (which won't help Python 2 at all), you have
package collisions for namespace __init__.py files.  Each Python packaging
regime has its own way of handling this and you don't want conflicting regimes
or you're just asking for trouble.  Thus all packages which share a namespace
must use the same Python helper.

I updated the wiki.

-Barry


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110920151433.2a356...@resist.wooz.org