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 | [email protected] DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
