[buildout]parts = python2.7[python2.7]# 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.7executable = ${:prefix}/bin/python${:version}recipe = hexagonit.recipe.cmmipython_version_full = ${:python_version_major}url = http://python.org/ftp/python/2.7/Python-2.7.tgzmd5sum = 35f56b092ecf39a6bd59d64f142aae0fconfigure-options = --enable-unicode=ucs4 --with-threadspython_version_major = 2.7[bootstrap2.7]recipe = zc.recipe.eggeggs = zc.buildoutpython = python2.7scripts = buildout=bootstrap2.7arguments = ["bootstrap"]