Jim Fulton <j...@zope.com> writes:

> On Tue, Jan 19, 2010 at 11:00 AM, Reinout van Rees <rein...@vanrees.org> 
> wrote:
>> On 01/19/2010 01:06 PM, Jim Fulton wrote:
>>>
>>> On Tue, Jan 19, 2010 at 5:15 AM, Chris Withers<ch...@simplistix.co.uk>
>>>  wrote:
>>>>
>>>> Hi All,
>>>>
>>>> I'm wondering what the state of play is with the following branches:
>>>>
>>>> reinout-scripts
>>>
>>> Not sure. I need to review this.
>>
>> Do you need me to make a fresh branch off the current trunk?
>
> No

I've run into the problem of buildout not installing distutils `scritps`
many times.  This means I can't use buildout when I would like to.  It's
also worth noting that pip handles this properly.

At the moment, I'm writing a buildout tutorial whose aim is to help
developers using Python understand the utility and core concepts of
buildout.  It's really unfortunate I can't tell them to do use the
following `buildout.cfg` to get the `docutils` scripts in an isolated
buildout:

    [buildout]
    parts = docutils
    
    [docutils]
    recipe = zc.recipe.egg

Can we possibly get this branch merged and a release made?

Ross

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to