[Erp5-report] r34200 rafael - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 29 22:27:02 CEST 2010


Author: rafael
Date: Mon Mar 29 22:26:54 2010
New Revision: 34200

URL: http://svn.erp5.org?rev=34200&view=rev
Log:
Partially reverted r34171 to use localbin again.

The bin/python2.4 must be able to run another buildout.


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

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=34200&r1=34199&r2=34200&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Mon Mar 29 22:26:54 2010
@@ -83,9 +83,6 @@
 interpreter = python${python2.4:version}
 extra-paths =
   ${zope-2.8:location}/lib/python
-scripts =
-  python=${:interpreter}
-  ipython=ipython${python2.4:version}
 
 [requirements]
 development =

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=34200&r1=34199&r2=34200&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Mon Mar 29 22:26:54 2010
@@ -1,8 +1,9 @@
 [buildout]
+develop += local-eggs/localbin
 # extend your buildout with python-common.cfg before extending with this file
 
 parts =
-    python2.4
+    pythonbin2.4
 
 [python2.4-dbm-patch]
 recipe = hexagonit.recipe.download
@@ -19,3 +20,16 @@
 # XXX maybe add the tarfile patch as well?
 patches =
 	${python2.4-dbm-patch:location}/${python2.4-dbm-patch:filename}
+
+[pythonbin2.4]
+# XXX/Note: This is hackish way to have fully featured python interpreter
+recipe = zc.recipe.egg:scripts
+eggs = ${eggs:eggs}
+  invokepython
+extra-paths =
+  ${zope-2.8:location}/lib/python
+dependent-scripts = true
+scripts =
+  invokepython=python${python2.4:python_version_major}
+  ipython=ipython${python2.4:python_version_major}
+




More information about the Erp5-report mailing list