Commit 6957a2dc authored by Łukasz Nowak's avatar Łukasz Nowak

- make profile independent from python-common, as this way is to

   cumbersome
 - make similar to 2.7, but do not factorise to early


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39990 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e23bed1
......@@ -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
......
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