[Distutils] [zc.buildout] another way of specifying egg versions?

Jim Fulton jim at zope.com
Wed Jul 16 15:40:15 CEST 2008


On Jul 15, 2008, at 6:56 PM, Chris Withers wrote:

> Just reading this:
>
> http://pypi.python.org/pypi/zc.buildout/1.0.6#automatic-buildout-updates
>
> Is this pattern:
>
> [buildout]
> zc.buildout-version == 1.0.6
> setuptools-version == 0.6
>
> ...only applicable to buildout and setuptools or does it generalize  
> to:
>
> [buildout]
> <egg>-version <setup tools operators> <version text>
>
> ?


No.  Note that the options predated the versions feature, which  
accomplishes the same thing.  These 2 options should probably be  
deprecated.

Jim

--
Jim Fulton
Zope Corporation




More information about the Distutils-SIG mailing list