[Distutils] [buildout] http://downloads.buildout.org/1/bootstrap.py resulting in buildout 2.0.1

Philippe Ombredanne pombredanne at nexb.com
Tue Feb 19 23:34:17 CET 2013


On Tue, Feb 19, 2013 at 2:19 PM, Chris Withers <chris at simplistix.co.uk> wrote:
> Am I the only one who has buildouts ending up using 2.0.1 when using:
> http://downloads.buildout.org/1/bootstrap.py
> ...which I thought would keep zc.recipe.egg and zc.buildout pinned pre 2.0?

With this buildout.cfg:
[buildout]
parts= eggo
[eggo]
recipe=zc.recipe.egg
eggs = anyreadline

I get this:

$ wget http://downloads.buildout.org/1/bootstrap.py
$ python2.6 bootstrap.py
Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg
[...]
Getting distribution for 'setuptools'.
Got setuptools 0.6c12dev-r88846.
[...]
$ bin/buildout
Getting distribution for 'zc.recipe.egg<2'.
Got zc.recipe.egg 1.3.2.
Installing eggo.
Getting distribution for 'anyreadline'.
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
Got anyreadline 0.1.1.

$ ls -l eggs
total 328
drwxr-xr-x+ 1 pombredanne None      0 2013-02-19 14:32
anyreadline-0.1.1-py2.6.egg
-rw-r--r--+ 1 pombredanne None 334419 2013-02-19 14:31
setuptools-0.6c12dev_r88846-py2.6.egg
drwxr-xr-x+ 1 pombredanne None      0 2013-02-19 14:31
zc.buildout-1.7.0-py2.6.egg
drwxr-xr-x+ 1 pombredanne None      0 2013-02-19 14:32
zc.recipe.egg-1.3.2-py2.6.egg

Nothing pinned, only latest current 1.x buildout eggs coming my way.

-- 
Philippe Ombredanne

+1 650 799 0949 | pombredanne at nexB.com
DejaCode Enterprise at http://www.dejacode.com
nexB Inc. at http://www.nexb.com


More information about the Distutils-SIG mailing list