From dc3760d00a4365f267c44f1c8a28a736fe42d304 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 10 Jan 2011 20:32:35 +0000
Subject: [PATCH] software-profiles/python-common.cfg is no longer used.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42178 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/python-2.4.cfg    |  1 -
 buildout/software-profiles/python-common.cfg | 29 --------------------
 2 files changed, 30 deletions(-)
 delete mode 100644 buildout/software-profiles/python-common.cfg

diff --git a/buildout/software-profiles/python-2.4.cfg b/buildout/software-profiles/python-2.4.cfg
index a4304bcebb..6153c7b365 100644
--- a/buildout/software-profiles/python-2.4.cfg
+++ b/buildout/software-profiles/python-2.4.cfg
@@ -9,7 +9,6 @@ extends =
   ../software-profiles/readline.cfg
   ../software-profiles/sqlite3.cfg
   ../software-profiles/zlib.cfg
-  ../software-profiles/python-common.cfg
   ../profiles/bootstrap.cfg
   ../profiles/links.cfg
 
diff --git a/buildout/software-profiles/python-common.cfg b/buildout/software-profiles/python-common.cfg
deleted file mode 100644
index e670466c34..0000000000
--- a/buildout/software-profiles/python-common.cfg
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.
-prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
-version = ${:python_version_major}
-executable = ${:prefix}/bin/python${:version}
-
-recipe = hexagonit.recipe.cmmi
-python_version_full = ${:python_version_major}.${:python_version_minor}
-url =
-  http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz
-# XXX: md5sum unfriendly
-configure-options =
-  --enable-unicode=ucs4
-  --with-threads
-  --with-readline
-  --with-dbm
-  --with-zlib
-  --with-ssl
-  --with-bz2
-- 
2.30.9