Tarek Ziadé wrote:
> On Mon, Oct 5, 2009 at 4:27 PM, M.-A. Lemburg <m...@egenix.com> wrote:
>> Tarek Ziadé wrote:
>>> Now I am astonished that we are talking about reverting changes in
>>> Distutils that were done for bugfixes, for a third party package that
>>> does monkey
>>> patches on Distutils.
>>>
>>> If this choice wins here, it means that setuptools and the stdlib are
>>> tied together, and that the setuptools package should be integrated to
>>> the stdlib *immediatly*.
>>
>> We've discussed ways of doing that some years ago and found that
>> it was not possible to make ends join.
>>
>> I'd much rather like to see some of the features in setuptools
>> get implemented in distutils. eGenix could contribute a
>> bdist_egg implementation that doesn't rely on setuptools and its
>> monkey patches - along with some other new commands that people
>> might find useful such as the ability to build Unix libraries,
>> optional and self-configuring extensions, autoconf-style setups,
>> etc. (see mxSetup.py in egenix-mx-base for all the details).
>>
>> We'd just need some help with integrating the things into
>> distutils, since we currently don't have the bandwidth for such
>> things.
> 
> What about making the Distribute project the laboratory for this work ?
> It's open to contributions.

The way the distutils extensions are implemented (by sub-classing
distutils classes) make it easier to add them back to core
distutils, rather than to integrate them into another 3rd
party distutils extension.

I'm not sure how adding them to Distribute would help, since then
you'd only be able to access them using Distribute.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Oct 05 2009)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to