Commit e8ab903a authored by Łukasz Nowak's avatar Łukasz Nowak

- make python profiles self contained, as they are only software providers

 - remove not needed profile used as bootstrap template


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43069 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3291cc6
[buildout]
parts =
bootstrap
[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap${:suffix}
arguments = sys.argv[1:] + ["bootstrap"]
[buildout]
# XXX: Extends shall not jump out of software
extends =
bzip2.cfg
gdbm.cfg
......@@ -9,8 +8,6 @@ extends =
readline.cfg
sqlite3.cfg
zlib.cfg
../profiles/bootstrap.cfg
../profiles/links.cfg
parts =
pythonbin2.4
......@@ -60,6 +57,11 @@ scripts =
ipython=ipython${python2.4:python_version_major}
[bootstrap2.4]
<= bootstrap
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap2.4
arguments = sys.argv[1:] + ["bootstrap"]
suffix = 2.4
python = python2.4
......@@ -9,8 +9,6 @@ extends =
readline.cfg
sqlite3.cfg
zlib.cfg
../profiles/bootstrap.cfg
../profiles/links.cfg
parts =
python2.6
......@@ -36,6 +34,10 @@ environment =
LDFLAGS=-L${zlib:location}/lib -L${readline:location}/lib -L${ncurses:location}/lib -L${bzip2:location}/lib -L${gdbm:location}/lib -L${openssl:location}/lib -L${sqlite3:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${readline:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${gdbm:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -L${gettext:location}/lib -Wl,-rpath -Wl,${gettext:location}/lib
[bootstrap2.6]
<= bootstrap
suffix = 2.6
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]
python = python2.6
[buildout]
# XXX: Extends shall not jump out of software
extends =
bzip2.cfg
gdbm.cfg
......@@ -8,8 +7,6 @@ extends =
readline.cfg
sqlite3.cfg
zlib.cfg
../profiles/bootstrap.cfg
../profiles/links.cfg
parts =
python2.7
......@@ -30,8 +27,12 @@ md5sum = edee1f9ccb3bbdab68cae1931e954701
package_version_suffix = rc1
[bootstrap2.7]
<= bootstrap
suffix = 2.7
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap2.7
arguments = sys.argv[1:] + ["bootstrap"]
python = python2.7
[python2.7common]
......
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