[Erp5-report] r42934 luke - /erp5/trunk/buildout/software-profiles/pyxml-python.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 2 15:35:13 CET 2011


Author: luke
Date: Wed Feb  2 15:35:13 2011
New Revision: 42934

URL: http://svn.erp5.org?rev=42934&view=rev
Log:
 - build pyxml python locally

Added:
    erp5/trunk/buildout/software-profiles/pyxml-python.cfg

Added: erp5/trunk/buildout/software-profiles/pyxml-python.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/pyxml-python.cfg?rev=42934&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/pyxml-python.cfg (added)
+++ erp5/trunk/buildout/software-profiles/pyxml-python.cfg [utf8] Wed Feb  2 15:35:13 2011
@@ -0,0 +1,16 @@
+[buildout]
+extends =
+ libexpat.cfg
+
+parts =
+  pyxml-python
+
+[pyxml-python]
+recipe = zc.recipe.egg:custom
+egg = PyXML
+include-dirs =
+  ${libexpat:location}/include
+library-dirs =
+  ${libexpat:location}/lib
+rpath =
+  ${libexpat:location}/lib



More information about the Erp5-report mailing list