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

Chris Withers chris at simplistix.co.uk
Wed Jul 16 01:44:47 CEST 2008


Chris Withers wrote:
> [buildout]
> zc.buildout-version == 1.0.6
> setuptools-version == 0.6
> 
> ...only applicable to buildout and setuptools or does it generalize to:

Okay, correct me if I'm wrong, but the answer is that the above are 
special magic keys that only apply to buildout and setuptools.

Worse still, to get the intention of the above, you actually have to 
spell it like:

setuptools-version = == 0.6c8
zc.buildout-version = == 1.0.6

:-(

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Distutils-SIG mailing list