Re: [Python-Dev] "packaging" merge imminent

2011-05-18 Thread Éric Araujo
> I fixed recently some bugs in distutils. Should I also fix them in the > packaging module, or are both modules already "synchronized"? I ported some fixes, especially in sysconfig; for distutils, I have a number of them marked for backport in the bug tracker (distutils2 component) or in personal

Re: [Python-Dev] "packaging" merge imminent

2011-05-18 Thread Éric Araujo
Le 17/05/2011 18:42, Christian Heimes a écrit : > A good place for a local sysconfig.cfg could be the user's stdlib > directory (e.g. ~/.local/lib/python3.2/sysconfig.cfg). I don’t think so. See http://bugs.python.org/issue7175 and http://mail.python.org/pipermail/python-dev/2010-August/103011.ht

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Ned Deily
In article , Tarek Ziadé wrote: > On Wed, May 18, 2011 at 1:25 AM, Ned Deily wrote: > > Just to be clear: what about for the build of the interpreter itself, > > i.e. its setup.py for the standard library extension modules?  Will the > > existing distutils code continue to be used for that? [...

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Tarek Ziadé
On Wed, May 18, 2011 at 1:25 AM, Ned Deily wrote: ... > Just to be clear: what about for the build of the interpreter itself, > i.e. its setup.py for the standard library extension modules?  Will the > existing distutils code continue to be used for that?  Or is it being > replaced by code in pack

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Ned Deily
In article , Tarek Ziadé wrote: > On Tue, May 17, 2011 at 10:40 PM, Victor Stinner > wrote: > > Le mardi 17 mai 2011 à 17:36 +0200, Tarek Ziadé a écrit : > >> - addition of Lib/packaging > >> - addition of test/test_packaging.py > >> - changes in Lib/sysconfig.py > >> - addition of Lib/sysconfig

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Tarek Ziadé
On Tue, May 17, 2011 at 6:42 PM, Christian Heimes wrote: > Am 17.05.2011 17:36, schrieb Tarek Ziadé: >> The next change I have planned is to allow several levels of >> configuration, like distutils.cfg does. sysconfig.py will look for a >> sysconfig.cfg file in these places: >> >> 1. the current w

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Tarek Ziadé
On Tue, May 17, 2011 at 10:40 PM, Victor Stinner wrote: > Le mardi 17 mai 2011 à 17:36 +0200, Tarek Ziadé a écrit : >> - addition of Lib/packaging >> - addition of test/test_packaging.py >> - changes in Lib/sysconfig.py >> - addition of Lib/sysconfig.cfg > > Does setup.py continue to use the "old"

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Tarek Ziadé
On Tue, May 17, 2011 at 7:21 PM, Ronald Oussoren wrote: ... >> 1. the current working directory -- so can be potentially included in >> a project source release > > Does this mean that python behaves differently when there happens to be a > sysconfig.cfg file in the current working directory? Tha

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Victor Stinner
Le mardi 17 mai 2011 à 17:36 +0200, Tarek Ziadé a écrit : > - addition of Lib/packaging > - addition of test/test_packaging.py > - changes in Lib/sysconfig.py > - addition of Lib/sysconfig.cfg Does setup.py continue to use the "old" distutils module? I fixed recently some bugs in distutils. Shoul

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Ronald Oussoren
On 17 May, 2011, at 17:36, Tarek Ziadé wrote: > Hello > > I am about to merge packaging in the stdlib, and we will continue our > work there :) > > The impact is: > > - addition of Lib/packaging > - addition of test/test_packaging.py > - changes in Lib/sysconfig.py > - addition of Lib/sysconfi

Re: [Python-Dev] "packaging" merge imminent

2011-05-17 Thread Christian Heimes
Am 17.05.2011 17:36, schrieb Tarek Ziadé: > The next change I have planned is to allow several levels of > configuration, like distutils.cfg does. sysconfig.py will look for a > sysconfig.cfg file in these places: > > 1. the current working directory -- so can be potentially included in > a projec