Ticket #12372: docs.patch
File docs.patch, 1.3 KB (added by nirs@…, 17 years ago) |
---|
-
files/patch-setup.py
3 3 @@ -15,7 +15,7 @@ 4 4 from distutils.command.install_lib import install_lib 5 5 6 # This global variable is used to hold the list of modules to be disabled. 6 # Modules disabled because of unknown reason. Some of the disabled 7 # modules are avilable as separate py25-xxx ports. 7 8 -disabled_module_list = [] 8 9 +disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"] 9 10 -
Portfile
11 11 12 12 description An interpreted, object-oriented programming language 13 13 long_description Python is an interpreted, interactive, object-oriented \ 14 programming language. 14 programming language. \ 15 This port does not include these modules: zlib, _hashlib, _ssl, \ 16 _bsddb, _sqlite3, _tkinter, bz2, gdbm, readline, _curses, \ 17 _curses_panel. Some of the modules are available as separate \ 18 py25-xxx ports, for example, py25-hashlib. 15 19 16 20 homepage http://www.python.org/ 17 21 master_sites ${homepage}/ftp/python/${version}/ \