Re: New python distutils class

2006-06-14 Thread Raphael Hertzog
On Wed, 14 Jun 2006, Marc Dequènes wrote: > They all are available in unstable now. You can find in my web directory > 2 examples (soya and editobj), where, besides bugs in pysupport or > pycentral, are well built using an updated version of the class : > http://perso.duckcorp.org/duck/python-new

Re: New python distutils class

2006-06-13 Thread Raphael Hertzog
On Wed, 14 Jun 2006, Marc Dequènes wrote: > > - Perhaps in keeping with the style of cdbs, it would be better to have > > two classes python-pycentral and python-pysupport (and some > > python-common or python-core) behind it? This would also avoid the > > tacky use of -ng in the class name. :-

Re: New python distutils class

2006-06-13 Thread Duck
Coin, Peter Eisentraut <[EMAIL PROTECTED]> writes: > - Perhaps in keeping with the style of cdbs, it would be better to have > two classes python-pycentral and python-pysupport (and some > python-common or python-core) behind it? This would also avoid the > tacky use of -ng in the class name

Re: New python distutils class

2006-06-13 Thread Raphael Hertzog
On Tue, 13 Jun 2006, Peter Eisentraut wrote: > - The appearance of the DEB_PYTHON_PRIVATE_MODULES_DIRS variable seems > to be unrelated to this change. I don't doubt it might be useful, but > I just want to be sure where it's coming from. Well, it's kind of unrelated since the old dh_python can

Re: New python distutils class

2006-06-12 Thread Peter Eisentraut
Marc Dequènes wrote: > As you may have heard, Python packaging is moving fast these days. We > plan the move the current Python version to 2.4 and in the same time > are drafting a new policy and creating new tools to greatly improve > the current situation. All this leads to the need for a newer c

Re: New python distutils class

2006-06-12 Thread Matthias Klose
Raphael Hertzog writes: > On Tue, 13 Jun 2006, Marc Dequènes wrote: > > Coin, > [...] > > You can find the current class here : > > http://perso.duckcorp.org/duck/soya-new-policy/ > > Some things to fix: > > cdbs_python_build_versions := $(patsubst python%, %, $(shell pyversions -r > > debian/

Re: New python distutils class

2006-06-12 Thread Raphael Hertzog
On Tue, 13 Jun 2006, Marc Dequènes wrote: > Coin, [...] > You can find the current class here : > http://perso.duckcorp.org/duck/soya-new-policy/ Some things to fix: > cdbs_python_build_versions := $(patsubst python%, %, $(shell pyversions -r > debian/control | grep -E "^python[0-9.]+( python[

New python distutils class

2006-06-12 Thread Duck
Coin, As you may have heard, Python packaging is moving fast these days. We plan the move the current Python version to 2.4 and in the same time are drafting a new policy and creating new tools to greatly improve the current situation. All this leads to the need for a newer class, which will at t