python-2.6.cfg 383 Bytes
Newer Older
1
[buildout]
2
extends = ../software-profiles/python-common.cfg
3

4 5 6 7 8 9
parts =
    python2.6

[python2.6]
<= python-common
python_version_major = 2.6
10
python_version_minor = 6
11 12 13 14 15 16 17 18

[bootstrap2.6]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.6
scripts =
    buildout=bootstrap2.6
arguments = ["bootstrap"]
19 20 21 22 23

[rebootstrap2.6]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.6