mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
638e72dc16
. Python 2.1 support . EAPI option added. (for www/apache13-modssl) . MASTER_SITES order changed (www.modpython.org site is always slow) PR: 27214 Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
12 lines
450 B
Python
12 lines
450 B
Python
--- ../Python-2.1/setup.py.orig Fri Mar 2 07:24:14 2001
|
|
+++ ../Python-2.1/setup.py Mon Mar 5 15:26:17 2001
|
|
@@ -14,7 +14,7 @@
|
|
from distutils.command.build_ext import build_ext
|
|
|
|
# This global variable is used to hold the list of modules to be disabled.
|
|
-disabled_module_list = []
|
|
+disabled_module_list = ["_tkinter", "gdbm", "pyexpat"]
|
|
|
|
def find_file(filename, std_dirs, paths):
|
|
"""Searches for the directory where a given file is located,
|