[Erp5-report] r37387 luke - /erp5/trunk/buildout/software-profiles/python-2.7.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Jul 31 19:10:19 CEST 2010


Author: luke
Date: Sat Jul 31 19:10:19 2010
New Revision: 37387

URL: http://svn.erp5.org?rev=37387&view=rev
Log:
 - create profile to install python2.7

Note: Unfortunately current way of compiling python is not compatible
with python versions without minor suffix, so this profile does not use
common parts of python compilation. This is minor issue, which shall be
fixed in future.

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

Added: erp5/trunk/buildout/software-profiles/python-2.7.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.7.cfg?rev=37387&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.7.cfg (added)
+++ erp5/trunk/buildout/software-profiles/python-2.7.cfg [utf8] Sat Jul 31 19:10:19 2010
@@ -0,0 +1,29 @@
+[buildout]
+parts =
+    python2.7
+
+[python2.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}/${:_buildout_section_name_}
+version = 2.7
+executable = ${:prefix}/bin/python${:version}
+
+recipe = hexagonit.recipe.cmmi
+python_version_full = ${:python_version_major}
+url =
+  http://python.org/ftp/python/2.7/Python-2.7.tgz
+md5sum = 35f56b092ecf39a6bd59d64f142aae0f
+configure-options =
+  --enable-unicode=ucs4
+  --with-threads
+
+python_version_major = 2.7
+
+[bootstrap2.7]
+recipe = zc.recipe.egg
+eggs = zc.buildout
+python = python2.7
+scripts =
+    buildout=bootstrap2.7
+arguments = ["bootstrap"]




More information about the Erp5-report mailing list