# part template for building python distributions# http://bluedynamics.com/articles/jens/build-python-in-buildout# based on https://svn.plone.org/svn/collective/buildout/bda-naked-python/buildout2.4.cfg[python-common]# override these three variables in parts that extend this one:#python_version_major = 2.4#python_version_minor = 6#name = python2.4 # unfortunately there is no way to get the part name here# 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.