[Erp5-report] r39911 luke - /erp5/trunk/buildout/software-profiles/lxml-python.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 4 16:33:06 CET 2010
Author: luke
Date: Thu Nov 4 16:33:05 2010
New Revision: 39911
URL: http://svn.erp5.org?rev=39911&view=rev
Log:
- as lxml shall be built against locally provided xml and xslt
libraries provide its profile
Added:
erp5/trunk/buildout/software-profiles/lxml-python.cfg
Added: erp5/trunk/buildout/software-profiles/lxml-python.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/lxml-python.cfg?rev=39911&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/lxml-python.cfg (added)
+++ erp5/trunk/buildout/software-profiles/lxml-python.cfg [utf8] Thu Nov 4 16:33:05 2010
@@ -0,0 +1,18 @@
+[buildout]
+extends =
+ https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/libxml2.cfg
+ https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/libxslt.cfg
+
+parts =
+ lxml-python
+
+[lxml-python-env]
+PATH = ${libxslt:location}/bin:%(PATH)s
+
+[lxml-python]
+recipe = zc.recipe.egg:custom
+egg = lxml
+rpath =
+ ${libxml2:location}/lib/
+ ${libxslt:location}/lib/
+environment = lxml-python-env
More information about the Erp5-report
mailing list