[Erp5-report] r42965 luke - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 3 09:58:42 CET 2011


Author: luke
Date: Thu Feb  3 09:58:42 2011
New Revision: 42965

URL: http://svn.erp5.org?rev=42965&view=rev
Log:
 - even if PyXML is being compiled it does not link with non-libc libraries,
   so it is safe to not workaround buildout limitation and install it as usual
   egg

Removed:
    erp5/trunk/buildout/software-profiles/pyxml-python.cfg
Modified:
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
    erp5/trunk/buildout/software-profiles/erp5.cfg

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=42965&r1=42964&r2=42965&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Thu Feb  3 09:58:42 2011
@@ -4,7 +4,6 @@ extends =
   mysql-tritonn-5.0.cfg
   python-2.6.cfg
   lxml-python.cfg
-  pyxml-python.cfg
   mysql-python.cfg
   python-ldap-python.cfg
   pysvn-python.cfg
@@ -66,9 +65,9 @@ recipe = zc.recipe.egg
 eggs =
   ${mysql-python:egg}
   ${lxml-python:egg}
-  ${pyxml-python:egg}
   ${python-ldap-python:egg}
   ${pysvn-python:egg}
+  PyXML
   SOAPpy
   cElementTree
   chardet

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=42965&r1=42964&r2=42965&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Thu Feb  3 09:58:42 2011
@@ -3,7 +3,6 @@ extends =
   mysql-tritonn-5.0.cfg
   python-2.4.cfg
   lxml-python.cfg
-  pyxml-python.cfg
   mysql-python.cfg
   subversion.cfg
   pysvn-python.cfg
@@ -83,9 +82,9 @@ eggs =
   ${itools:egg}
   ${mysql-python:egg}
   ${lxml-python:egg}
-  ${pyxml-python:egg}
   ${pysvn-python:egg}
   ${python-ldap-python:egg}
+  PyXML
   ClientForm
   SOAPpy
   cElementTree

Removed: erp5/trunk/buildout/software-profiles/pyxml-python.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/pyxml-python.cfg?rev=42964&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/pyxml-python.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/pyxml-python.cfg (removed)
@@ -1,16 +0,0 @@
-[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