From 95340a84dc81dbf3fe8377e5a7d185b82ca5ea65 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Thu, 8 Jul 2004 15:53:45 +0000 Subject: - Update to 2.4a1, the first alpha release of Python 2.4. - Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown --- lang/python25/files/patch-setup.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lang/python25/files/patch-setup.py') diff --git a/lang/python25/files/patch-setup.py b/lang/python25/files/patch-setup.py index acf4e60dc734..003d0a4ae1fd 100644 --- a/lang/python25/files/patch-setup.py +++ b/lang/python25/files/patch-setup.py @@ -1,5 +1,5 @@ ---- setup.py.orig Wed Oct 22 00:41:15 2003 -+++ setup.py Thu Oct 30 06:21:21 2003 +--- setup.py.orig Sun Jun 27 07:29:42 2004 ++++ setup.py Thu Jul 8 23:55:04 2004 @@ -15,7 +15,7 @@ from distutils.command.install_lib import install_lib @@ -9,7 +9,7 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -770,7 +770,7 @@ +@@ -778,7 +778,7 @@ # Linux-specific modules exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) @@ -18,11 +18,12 @@ exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) if platform == 'sunos5': -@@ -1140,7 +1140,7 @@ +@@ -1160,8 +1160,7 @@ ext_modules=[Extension('struct', ['structmodule.c'])], # Scripts to install -- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle'] +- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', +- 'Lib/smtpd.py'] + scripts = [] ) -- cgit v1.2.3