[Distutils] Updated pull request for conditional Buildout sections in Buildout 2.x

Philippe Ombredanne pombredanne at nexb.com
Sun Feb 17 04:34:47 CET 2013


I posted an updated pull request with support for conditional Buildout
sections in Buildout 2.x
https://github.com/buildout/buildout/pull/76

This new version addresses some issues when handling arbitrary Python
expressions and comments with brackets [ ] as these were sometimes
ambiguous as the section names are also enclosed in comments and
section expressions can also contain list comprehensions and other
brackets enclosed lists.
All the tests are passing and I am getting good mileage from these on
rather large buildouts.

You can give it a local test spin by fetching this branch:
https://github.com/pombredanne/buildout/tree/buildout_21dev
building a dist with setup.py
and asking for a buildout with version 2.1.0dev1 in your boostrap with
boostrap.py --version 2.1.0dev1 --find-links=<some path to your built buildout>

-- 
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