[buildout] extends = ../libxml2/buildout.cfg ../libxslt/buildout.cfg ../zlib/buildout.cfg parts = lxml-python [lxml-python-env] PATH = ${libxslt:location}/bin:%(PATH)s [lxml-python] recipe = zc.recipe.egg:custom egg = lxml find-links = http://pypi.python.org/pypi/lxml/2.2.8 http://pypi.python.org/pypi/lxml/2.3 rpath = ${libxml2:location}/lib/ ${libxslt:location}/lib/ ${zlib:location}/lib/ environment = lxml-python-env