buildout-versions 1.7 released!

2 views
Skip to first unread message

Chris Withers

unread,
Sep 28, 2011, 3:09:47 PM9/28/11
to distut...@python.org, simpl...@googlegroups.com
Hi All,

I'm pleased to announce a new release of buildout-versions.

This release allows you to specify the version of python that a buildout
should be run with, for example:

[buildout]
extensions = buildout-versions
versions = versions
parts =

[versions]
python = 2.6
buildout-versions = 1.2
setuptools = 0.6c11
zc.buildout = 1.5.0

If you attempt to run the buildout with the wrong version of python,
you'll get an error such as:

$ bin/buildout
While:
Installing.
Loading extensions.
Error: python version specified not found in sys.version: 2.6

The PyPI page is here:
http://pypi.python.org/pypi/buildout-versions

The documentation is here:
http://packages.python.org/buildout-versions/use.html

If you have any problems or suggestions, please let me know on this list
or the Simplistix open source google group!

cheers,

Chris

Reply all
Reply to author
Forward
0 new messages