[Erp5-report] r44018 arnaud.fontaine - in /erp5/trunk/buildout: ./ profiles/ software-profi...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Mar 7 15:48:58 CET 2011
Author: arnaud.fontaine
Date: Mon Mar 7 15:48:58 2011
New Revision: 44018
URL: http://svn.erp5.org?rev=44018&view=rev
Log:
Apply python2.4-no_system_inc_dirs-patch and python2.4-CPPFLAGS-patch patches
Modified:
erp5/trunk/buildout/buildout.cfg
erp5/trunk/buildout/profiles/official.cfg
erp5/trunk/buildout/software-profiles/python-2.4.cfg
Modified: erp5/trunk/buildout/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/buildout.cfg?rev=44018&r1=44017&r2=44018&view=diff
==============================================================================
--- erp5/trunk/buildout/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/buildout.cfg [utf8] Mon Mar 7 15:48:58 2011
@@ -5,3 +5,4 @@ extends =
profiles/development.cfg
profiles/official.cfg
unzip = true
+ignore-existing = true
\ No newline at end of file
Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=44018&r1=44017&r2=44018&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Mon Mar 7 15:48:58 2011
@@ -94,6 +94,7 @@ python = buildout
# This is first version of python
version = 1
section = python2.4
+developer-mode = true
[software_definition]
software_home = ${buildout:directory}
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=44018&r1=44017&r2=44018&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 7 15:48:58 2011
@@ -20,6 +20,20 @@ md5sum = 8611020af1463b42f253ac73a91b09a
download-only = true
filename = python2.4-dbm.patch
+[python2.4-no_system_inc_dirs-patch]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+md5sum = 65c1193ac42c15109be0e6f9b7a671b8
+download-only = true
+filename = python2.4-no_system_inc_dirs.patch
+
+[python2.4-CPPFLAGS-patch]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+md5sum = 912b6d4b107e3f382995a4d3afcd3eca
+download-only = true
+filename = python2.4-backport-CPPFLAGS-setup-from-python2.6.patch
+
[python2.4]
recipe = hexagonit.recipe.cmmi
# This is actually the default setting for prefix, but we can't use it in
@@ -36,6 +50,9 @@ 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}
+ ${python2.4-no_system_inc_dirs-patch:location}/${python2.4-no_system_inc_dirs-patch:filename}
+ ${python2.4-CPPFLAGS-patch:location}/${python2.4-CPPFLAGS-patch:filename}
+
configure-options =
--enable-unicode=ucs4
--with-threads
More information about the Erp5-report
mailing list