[39636] trunk/dports/python

mww at macports.org mww at macports.org
Wed Aug 27 08:10:54 PDT 2008


Revision: 39636
          http://trac.macosforge.org/projects/macports/changeset/39636
Author:   mww at macports.org
Date:     2008-08-27 08:10:53 -0700 (Wed, 27 Aug 2008)
Log Message:
-----------
version 3.0b3

Modified Paths:
--------------
    trunk/dports/python/py30-bsddb/Portfile
    trunk/dports/python/py30-bz2/Portfile
    trunk/dports/python/py30-curses/Portfile
    trunk/dports/python/py30-gdbm/Portfile
    trunk/dports/python/py30-gdbm/files/setup.py
    trunk/dports/python/py30-hashlib/Portfile
    trunk/dports/python/py30-readline/Portfile
    trunk/dports/python/py30-socket-ssl/Portfile
    trunk/dports/python/py30-sqlite3/Portfile
    trunk/dports/python/py30-tkinter/Portfile
    trunk/dports/python/py30-zlib/Portfile

Modified: trunk/dports/python/py30-bsddb/Portfile
===================================================================
--- trunk/dports/python/py30-bsddb/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-bsddb/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,8 +14,7 @@
 # end group code
 
 name			py30-bsddb
-version			3.0a3
-revision		1
+version			3.0b3
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -26,8 +25,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules
 

Modified: trunk/dports/python/py30-bz2/Portfile
===================================================================
--- trunk/dports/python/py30-bz2/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-bz2/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-bz2
-version			3.0a3
+version			3.0b3
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,8 +25,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules
 

Modified: trunk/dports/python/py30-curses/Portfile
===================================================================
--- trunk/dports/python/py30-curses/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-curses/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-curses
-version			3.0a3
+version			3.0b3
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,8 +25,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules
 

Modified: trunk/dports/python/py30-gdbm/Portfile
===================================================================
--- trunk/dports/python/py30-gdbm/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-gdbm/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-gdbm
-version			3.0a3
+version			3.0b3
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -25,14 +25,14 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 depends_lib-append	port:gdbm
 
 worksrcdir	${worksrcdir}/Modules
 
-extract.post_args	"| tar -xf - ${distname}/Modules/gdbmmodule.c"
+extract.post_args	"| tar -xf - ${distname}/Modules/_gdbmmodule.c"
 post-extract {
 	file copy	${filespath}/setup.py ${worksrcpath}
 }

Modified: trunk/dports/python/py30-gdbm/files/setup.py
===================================================================
--- trunk/dports/python/py30-gdbm/files/setup.py	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-gdbm/files/setup.py	2008-08-27 15:10:53 UTC (rev 39636)
@@ -15,7 +15,7 @@
       version = "__VERSION__",
       description = "GDBM Extension to Python",
       
-      ext_modules = [Extension('gdbm', ['gdbmmodule.c'],
+      ext_modules = [Extension('gdbm', ['_gdbmmodule.c'],
                                include_dirs = inc_dirs,
                                libraries = libs,
                                library_dirs = lib_dirs)]

Modified: trunk/dports/python/py30-hashlib/Portfile
===================================================================
--- trunk/dports/python/py30-hashlib/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-hashlib/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-hashlib
-version			3.0a3
+version			3.0b3
 categories		python
 platforms		darwin
 maintainers		mww
@@ -26,8 +26,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 depends_lib-append	port:openssl
 

Modified: trunk/dports/python/py30-readline/Portfile
===================================================================
--- trunk/dports/python/py30-readline/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-readline/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-readline
-version			3.0a3
+version			3.0b3
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,8 +25,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 depends_lib-append	port:readline
 

Modified: trunk/dports/python/py30-socket-ssl/Portfile
===================================================================
--- trunk/dports/python/py30-socket-ssl/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-socket-ssl/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-socket-ssl
-version			3.0a3
+version			3.0b3
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,8 +25,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 depends_lib-append	port:openssl
 

Modified: trunk/dports/python/py30-sqlite3/Portfile
===================================================================
--- trunk/dports/python/py30-sqlite3/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-sqlite3/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-sqlite3
-version			3.0a3
+version			3.0b3
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -25,8 +25,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules
 

Modified: trunk/dports/python/py30-tkinter/Portfile
===================================================================
--- trunk/dports/python/py30-tkinter/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-tkinter/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-tkinter
-version			3.0a3
+version			3.0b3
 categories		python graphics
 platforms		darwin
 maintainers		mww
@@ -25,8 +25,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 depends_lib-append	port:tcl port:tk
 

Modified: trunk/dports/python/py30-zlib/Portfile
===================================================================
--- trunk/dports/python/py30-zlib/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
+++ trunk/dports/python/py30-zlib/Portfile	2008-08-27 15:10:53 UTC (rev 39636)
@@ -14,7 +14,7 @@
 # end group code
 
 name			py30-zlib
-version			3.0a3
+version			3.0b3
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,8 +25,8 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 ec525b7e7fe4383e8394fab721663252
-extract.suffix		.tgz
+checksums		md5 91d44362c73dcc423ec51973ed4082fe
+use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080827/b66abaf9/attachment.html 


More information about the macports-changes mailing list