[Erp5-report] r39990 luke - /erp5/trunk/buildout/software-profiles/python-2.6.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 5 18:32:32 CET 2010


Author: luke
Date: Fri Nov  5 18:32:31 2010
New Revision: 39990

URL: http://svn.erp5.org?rev=39990&view=rev
Log:
 - make profile independent from python-common, as this way is to
   cumbersome
 - make similar to 2.7, but do not factorise to early

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

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=39990&r1=39989&r2=39990&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] Fri Nov  5 18:32:31 2010
@@ -8,16 +8,27 @@ extends =
   ../software-profiles/readline.cfg
   ../software-profiles/sqlite3.cfg
   ../software-profiles/zlib.cfg
-  ../software-profiles/python-common.cfg
   ../profiles/bootstrap.cfg
+  ../profiles/links.cfg
 
 parts =
     python2.6
 
 [python2.6]
-<= python-common
-python_version_major = 2.6
-python_version_minor = 6
+recipe = erp5.recipe.cmmisafe
+# 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.6
+package_version = ${:version}.6
+executable = ${:prefix}/bin/python${:version}
+
+url =
+  http://python.org/ftp/python/${:package_version}/Python-${:package_version}.tgz
+md5sum = b2f209df270a33315e62c1ffac1937f0
+configure-options =
+  --enable-unicode=ucs4
+  --with-threads
 
 environment =
   CPPFLAGS=-I${zlib:location}/include -I${readline:location}/include -I${ncurses:location}/include/ -I${ncurses:location}/include/ncursesw/ -I${bzip2:location}/include  -I${gdbm:location}/include -I${openssl:location}/include -I${sqlite3:location}/include -I${libdb:location}/include




More information about the Erp5-report mailing list