Commit 8f625be4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use python-2.7 for buildout process to create Zope-2.8 environment with python-2.4 and its eggs.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44037 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0817d552
...@@ -30,6 +30,7 @@ extends = ...@@ -30,6 +30,7 @@ extends =
../software-profiles/w3-validator.cfg ../software-profiles/w3-validator.cfg
../software-profiles/libreoffice-bin.cfg ../software-profiles/libreoffice-bin.cfg
../software-profiles/python-2.4.cfg ../software-profiles/python-2.4.cfg
../software-profiles/python-2.7.cfg
../software-profiles/rdiff-backup.cfg ../software-profiles/rdiff-backup.cfg
../software-profiles/w3m.cfg ../software-profiles/w3m.cfg
../software-profiles/varnish.cfg ../software-profiles/varnish.cfg
...@@ -86,14 +87,12 @@ parts = ...@@ -86,14 +87,12 @@ parts =
products-other products-other
[bootstrap2.4] [bootstrap2.4]
# as bootstrap in python software does not know that slapos.rebootstrap >= 2.0 python = python2.4
# is used it is required to go back to default -- use own version of python
python = buildout
[rebootstrap] [rebootstrap]
# This is first version of python # This is first version of python
version = 1 version = 2
section = python2.4 section = python2.7
[software_definition] [software_definition]
software_home = ${buildout:directory} software_home = ${buildout:directory}
......
...@@ -129,6 +129,18 @@ scripts = ...@@ -129,6 +129,18 @@ scripts =
python=${:interpreter} python=${:interpreter}
ipython=i${:interpreter} ipython=i${:interpreter}
[mysql-python]
python = python2.4
[lxml-python]
python = python2.4
[python-ldap-python]
python = python2.4
[pysvn-python]
python = python2.4
[omelette] [omelette]
# XXX don't use this part until this omelette bug is fixed: # XXX don't use this part until this omelette bug is fixed:
# https://bugs.launchpad.net/collective.buildout/+bug/553005 # https://bugs.launchpad.net/collective.buildout/+bug/553005
......
# based on https://svn.erp5.org/repos/public/experimental/erp5.buildout # based on https://svn.erp5.org/repos/public/experimental/erp5.buildout
[buildout] [buildout]
extends=
python-2.4.cfg
[zope-2.8] [zope-2.8]
recipe = erp5.recipe.zope2install recipe = erp5.recipe.zope2install
url = http://www.zope.org/Products/Zope/2.8.11/Zope-2.8.11-final.tgz url = http://www.zope.org/Products/Zope/2.8.11/Zope-2.8.11-final.tgz
md5sum = eff3e52d6ecde2d3669ea81e445b5a3a md5sum = eff3e52d6ecde2d3669ea81e445b5a3a
python = python2.4
skip-fake-eggs = skip-fake-eggs =
ClientForm ClientForm
mechanize mechanize
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment