[Erp5-report] r34409 leonardo - /erp5/trunk/buildout/software-profiles/
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 9 04:20:38 CEST 2010
Author: leonardo
Date: Fri Apr 9 04:20:35 2010
New Revision: 34409
URL: http://svn.erp5.org?rev=34409&view=rev
Log:
remove last piece of hard-coding from the python compilation parts
Modified:
erp5/trunk/buildout/software-profiles/python-2.4.cfg
erp5/trunk/buildout/software-profiles/python-2.6.cfg
erp5/trunk/buildout/software-profiles/python-common.cfg
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=34409&r1=34408&r2=34409&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Fri Apr 9 04:20:35 2010
@@ -16,8 +16,6 @@
<= python-common
python_version_major = 2.4
python_version_minor = 6
-# this next setting should always match the name of this part
-name = python2.4
# XXX maybe add the tarfile patch as well?
patches =
${python2.4-dbm-patch:location}/${python2.4-dbm-patch:filename}
Modified: erp5/trunk/buildout/software-profiles/python-2.6.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.6.cfg?rev=34409&r1=34408&r2=34409&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] Fri Apr 9 04:20:35 2010
@@ -8,8 +8,6 @@
<= python-common
python_version_major = 2.6
python_version_minor = 5
-# this next setting should always match the name of this part
-name = python2.6
[bootstrap2.6]
recipe = zc.recipe.egg
Modified: erp5/trunk/buildout/software-profiles/python-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-common.cfg?rev=34409&r1=34408&r2=34409&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-common.cfg [utf8] Fri Apr 9 04:20:35 2010
@@ -10,7 +10,7 @@
# This is actually the default setting for prefix, but we can't use it in
# other settings in this part if we don't set it explicitly here.
-prefix = ${buildout:parts-directory}/${:name}
+prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
version = ${:python_version_major}
executable = ${:prefix}/bin/python${:version}
More information about the Erp5-report
mailing list