[24362] trunk/dports/lang/python25

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 23 13:04:56 PDT 2007


Revision: 24362
          http://trac.macosforge.org/projects/macports/changeset/24362
Author:   mww at macports.org
Date:     2007-04-23 13:04:56 -0700 (Mon, 23 Apr 2007)

Log Message:
-----------
version 2.5.1, enable pyexpat

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

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2007-04-23 20:03:01 UTC (rev 24361)
+++ trunk/dports/lang/python25/Portfile	2007-04-23 20:04:56 UTC (rev 24362)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			python25
-version			2.5
-revision		1
+version			2.5.1
 categories		lang
 platforms		darwin
 maintainers		mww at macports.org
@@ -14,15 +13,15 @@
 			programming language.
 
 homepage		http://www.python.org/
-master_sites	${homepage}/ftp/python/2.5/ \
-			ftp://ftp.python.org/pub/python/2.5/ \
-			ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/2.5/ \
-			ftp://ftp.python.jp/pub/python/2.5/
+master_sites	${homepage}/ftp/python/${version}/ \
+			ftp://ftp.python.org/pub/python/${version}/ \
+			ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \
+			ftp://ftp.python.jp/pub/python/${version}/
 
 distname		Python-${version}
 use_bzip2		yes
-checksums		sha1 98ce9346cc4a7ef4621ecdcfc3957d595d97a078 \
-				rmd160 f6977a6c3d3ca54c27ad9270918237a7e6521d0b
+checksums		sha1 993a66bd2dabb0c4f33ca98372576315ef113df6 \
+				rmd160 af0e8ed93bbc07015c338ae19bbee8811da21c1c
 
 patchfiles		patch-setup.py
 

Modified: trunk/dports/lang/python25/files/patch-setup.py
===================================================================
--- trunk/dports/lang/python25/files/patch-setup.py	2007-04-23 20:03:01 UTC (rev 24361)
+++ trunk/dports/lang/python25/files/patch-setup.py	2007-04-23 20:04:56 UTC (rev 24362)
@@ -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","pyexpat"]
++disabled_module_list = ["zlib","_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/20070423/d32bc19d/attachment.html


More information about the macports-changes mailing list