Ticket #12372: docs.patch

File docs.patch, 1.3 KB (added by nirs@…, 17 years ago)

Documenting disabled ports

  • files/patch-setup.py

     
    33@@ -15,7 +15,7 @@
    44 from distutils.command.install_lib import install_lib
    55 
    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.
    78-disabled_module_list = []
    89+disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"]
    910 
  • Portfile

     
    1111
    1212description             An interpreted, object-oriented programming language
    1313long_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.
    1519
    1620homepage                http://www.python.org/
    1721master_sites    ${homepage}/ftp/python/${version}/ \