[42317] trunk/dports/lang/python26

mcalhoun at macports.org mcalhoun at macports.org
Tue Nov 18 18:05:08 PST 2008


Revision: 42317
          http://trac.macports.org/changeset/42317
Author:   mcalhoun at macports.org
Date:     2008-11-18 18:05:08 -0800 (Tue, 18 Nov 2008)
Log Message:
-----------
python26: the module binascii requires port:zlib.
Adding binascii to the disabled_module_list in patch-setup.py.diff
    would have required several other modules to be added as well.
Since port:zlib is a dependency anyway, remove zlib module from disabled_module_list.

Modified Paths:
--------------
    trunk/dports/lang/python26/Portfile
    trunk/dports/lang/python26/files/patch-setup.py.diff

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2008-11-19 01:51:42 UTC (rev 42316)
+++ trunk/dports/lang/python26/Portfile	2008-11-19 02:05:08 UTC (rev 42317)
@@ -4,7 +4,7 @@
 
 name                    python26
 version                 2.6
-revision                3
+revision                4
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
@@ -47,7 +47,7 @@
                         patch-Mac-PythonLauncher-Makefile.in.diff \
                         patch-Mac-Tools-Doc-setup.py.diff
 
-depends_lib             port:gettext
+depends_lib             port:gettext  port:zlib
 
 configure.args          --enable-shared \
                         --enable-framework=${frameworks_dir} \

Modified: trunk/dports/lang/python26/files/patch-setup.py.diff
===================================================================
--- trunk/dports/lang/python26/files/patch-setup.py.diff	2008-11-19 01:51:42 UTC (rev 42316)
+++ trunk/dports/lang/python26/files/patch-setup.py.diff	2008-11-19 02:05:08 UTC (rev 42317)
@@ -5,7 +5,7 @@
  
  # This global variable is used to hold the list of modules to be disabled.
 -disabled_module_list = []
-+disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"]
++disabled_module_list = ["_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"]
  
  def add_dir_to_list(dirlist, dir):
      """Add the directory 'dir' to the list 'dirlist' (at the front) if
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081118/070ef38c/attachment.html>


More information about the macports-changes mailing list