From e18b838fd903ca4a6c3dca6db8a75eedefd645e4 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Fri, 13 Oct 2006 07:16:45 +0000 Subject: Revert the default version of Python to 2.4 for the ports freeze period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merge it later. Sorry for the inconvenience. Approved by: portmgr (kris) --- lang/python32/files/patch-setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lang/python32/files/patch-setup.py') diff --git a/lang/python32/files/patch-setup.py b/lang/python32/files/patch-setup.py index 07708de2c558..4ed6f0f38c8e 100644 --- a/lang/python32/files/patch-setup.py +++ b/lang/python32/files/patch-setup.py @@ -27,3 +27,13 @@ curses_libs = ['ncursesw'] # Bug 1464056: If _curses.so links with ncursesw, # _curses_panel.so must link with panelw. +-@@ -1498,8 +1500,7 @@ +- ext_modules=[Extension('_struct', ['_struct.c'])], +- +- # Scripts to install +-- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', +-- 'Lib/smtpd.py'] +-+ scripts = [] +- ) +- +- # --install-platlib -- cgit v1.2.3