[Erp5-report] r41010 rafael - /erp5/trunk/buildout/software-profiles/python-2.4.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 2 08:54:26 CET 2010
Author: rafael
Date: Thu Dec 2 08:54:26 2010
New Revision: 41010
URL: http://svn.erp5.org?rev=41010&view=rev
Log:
It is not required to use python-common (at least not for now). Reduce the configuration options to become same as as python2.6 way.
Modified:
erp5/trunk/buildout/software-profiles/python-2.4.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=41010&r1=41009&r2=41010&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Thu Dec 2 08:54:26 2010
@@ -25,11 +25,24 @@ download-only = true
filename = python2.4-dbm.patch
[python2.4]
-<= python-common
+recipe = hexagonit.recipe.cmmi
+# 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.4
+package_version = ${:version}.6
+executable = ${:prefix}/bin/python${:version}
+
python_version_major = 2.4
python_version_minor = 6
+python_version_full = ${:python_version_major}.${:python_version_minor}
+url =
+ http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz
patches =
${python2.4-dbm-patch:location}/${python2.4-dbm-patch:filename}
+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 -I${gettext:location}/include
More information about the Erp5-report
mailing list