[44174] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Dec 22 19:04:38 PST 2008


Revision: 44174
          http://trac.macports.org/changeset/44174
Author:   jmr at macports.org
Date:     2008-12-22 19:04:38 -0800 (Mon, 22 Dec 2008)
Log Message:
-----------
py30-*: update to 3.0 final to match python30 after the update of r44165

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-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-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-bsddb/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,20 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-bsddb
-version			3.0b3
+version			3.0
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -25,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py30-bz2/Portfile
===================================================================
--- trunk/dports/python/py30-bz2/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-bz2/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,20 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-bz2
-version			3.0b3
+version			3.0
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py30-curses/Portfile
===================================================================
--- trunk/dports/python/py30-curses/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-curses/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,20 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-curses
-version			3.0b3
+version			3.0
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py30-gdbm/Portfile
===================================================================
--- trunk/dports/python/py30-gdbm/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-gdbm/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,20 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-gdbm
-version			3.0b3
+version			3.0
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -25,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 depends_lib-append	port:gdbm

Modified: trunk/dports/python/py30-hashlib/Portfile
===================================================================
--- trunk/dports/python/py30-hashlib/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-hashlib/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -4,7 +4,7 @@
 PortGroup python30 1.0
 
 name			py30-hashlib
-version			3.0b3
+version			3.0
 categories		python
 platforms		darwin
 maintainers		mww
@@ -18,9 +18,9 @@
 dist_subdir		python30
 
 
-checksums               md5 91d44362c73dcc423ec51973ed4082fe \
-                        sha1 bcaf250904c5578acebed7289782ba8b29e0fe1a \
-                        rmd160 a4e97e18d198a42d8ac3297815292bd2be3d6ee4
+checksums               md5 28021e4c542323b7544aace274a03bed \
+                        sha1 bf434861cd7bdefb47703ffb6bbc66c6dbd2da3d \
+                        rmd160 ae3da661bd387330e93cc5fbcd3f2040bfeff6b6
 use_bzip2               yes
 
 depends_lib-append	port:openssl

Modified: trunk/dports/python/py30-readline/Portfile
===================================================================
--- trunk/dports/python/py30-readline/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-readline/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,20 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-readline
-version			3.0b3
+version			3.0
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 depends_lib-append	port:readline

Modified: trunk/dports/python/py30-socket-ssl/Portfile
===================================================================
--- trunk/dports/python/py30-socket-ssl/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-socket-ssl/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,20 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-socket-ssl
-version			3.0b3
+version			3.0
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 depends_lib-append	port:openssl

Modified: trunk/dports/python/py30-sqlite3/Portfile
===================================================================
--- trunk/dports/python/py30-sqlite3/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-sqlite3/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,20 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-sqlite3
-version			3.0b3
+version			3.0
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -25,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py30-tkinter/Portfile
===================================================================
--- trunk/dports/python/py30-tkinter/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-tkinter/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,21 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-tkinter
-version			3.0b3
-revision 		1
+version			3.0
 categories		python graphics
 platforms		darwin
 maintainers		mww
@@ -26,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 depends_lib-append	port:tcl port:tk

Modified: trunk/dports/python/py30-zlib/Portfile
===================================================================
--- trunk/dports/python/py30-zlib/Portfile	2008-12-22 23:51:57 UTC (rev 44173)
+++ trunk/dports/python/py30-zlib/Portfile	2008-12-23 03:04:38 UTC (rev 44174)
@@ -1,20 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python30 1.0
-# begin group code (remove this when the python30 group code becomes available)
-set python.bin  ${prefix}/bin/python3.0
-categories              python
-depends_lib             port:python30
-use_configure   no
-build.cmd               ${python.bin} setup.py
-build.target    build
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+PortGroup python30 1.0
 
 name			py30-zlib
-version			3.0b3
+version			3.0
 categories		python
 platforms		darwin
 maintainers		mww
@@ -25,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/3.0/
 distname		Python-${version}
 dist_subdir		python30
-checksums		md5 91d44362c73dcc423ec51973ed4082fe
+checksums		md5 28021e4c542323b7544aace274a03bed
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081222/370adf87/attachment-0001.html>


More information about the macports-changes mailing list