[Erp5-report] r32975 luke - in /erp5/trunk/buildout: Makefile software-profiles/python-2.4.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 22 17:07:52 CET 2010


Author: luke
Date: Mon Feb 22 17:07:51 2010
New Revision: 32975

URL: http://svn.erp5.org?rev=32975&view=rev
Log:
 - generate python with path to zope
 - fix assertion, as -V for python outputs on stderr
 - add ERP5Diff assertion, as zope is now available

Modified:
    erp5/trunk/buildout/Makefile
    erp5/trunk/buildout/software-profiles/python-2.4.cfg

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32975&r1=32974&r2=32975&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Mon Feb 22 17:07:51 2010
@@ -10,7 +10,7 @@
 assert-software: assert-python2.4 assert-parts-libs
 
 assert-python2.4: bin/python2.4
-	bin/python2.4 -V | grep 'Python 2.4.6'
+	bin/python2.4 -V 2>&1 | grep 'Python 2.4.6'
 	bin/python2.4 -c 'import _ssl'
 	bin/python2.4 -c 'import bz2'
 	bin/python2.4 -c 'import dbm'
@@ -25,7 +25,7 @@
 	bin/python2.4 -c 'import threadframe'
 	bin/python2.4 -c 'import itools'
 	bin/python2.4 -c 'import MySQLdb'
-	# erp5diff
+	bin/python2.4 -c 'import ERP5Diff'
 	# elementtree
 	# PyXML
 	# simplejson

Modified: erp5/trunk/buildout/software-profiles/python-2.4.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.4.cfg?rev=32975&r1=32974&r2=32975&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Mon Feb 22 17:07:51 2010
@@ -37,6 +37,8 @@
 recipe = zc.recipe.egg:scripts
 eggs = ${eggs:eggs}
   invokepython
+extra-paths =
+  ${zope-2.8:location}/lib/python
 dependent-scripts = true
 scripts =
   invokepython=python${buildout:python_version}




More information about the Erp5-report mailing list