Commit 5135f31c authored by Łukasz Nowak's avatar Łukasz Nowak

- fine tune our own python2.4 buildout build

As we want to be more extensible and more egg and future friendly put more
stuff in configurable and reusable way. Drop extending original recipe, just
put it as reference and inspiration.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32325 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9abc60d8
[buildout]
# http://bluedynamics.com/articles/jens/build-python-in-buildout
extends = https://svn.plone.org/svn/collective/buildout/bda-naked-python/buildout2.4.cfg
# based on https://svn.plone.org/svn/collective/buildout/bda-naked-python/buildout2.4.cfg
python_version = 2.4
python_version_minor = 6
python_version_full = ${:python_version}.${:python_version_minor}
python = python
parts =
python
pythonbin
[python]
recipe = zc.recipe.cmmi
url =
http://python.org/ftp/python/${buildout:python_version_full}/Python-${buildout:python_version_full}.tgz
extra_options +=
--prefix=${buildout:directory}/parts/python${buildout:python_version}
executable = ${buildout:directory}/parts/python${buildout:python_version}/bin/python${buildout:python_version}
......@@ -11,3 +20,17 @@ executable = ${buildout:directory}/parts/python${buildout:python_version}/bin/py
[pythonbin]
recipe = plone.recipe.command
command = ln -s ${python:executable} ${buildout:bin-directory}/python${buildout:python_version}
[requirements]
binary =
g++
gcc
make
development =
/usr/include/termcap.h
/usr/include/curses.h
/usr/include/zlib.h
/usr/include/bzlib.h
/usr/include/openssl/ssl.h
/usr/include/jpeglib.h
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