[39662] trunk/dports
erickt at macports.org
erickt at macports.org
Thu Aug 28 10:32:31 PDT 2008
Revision: 39662
http://trac.macosforge.org/projects/macports/changeset/39662
Author: erickt at macports.org
Date: 2008-08-28 10:32:31 -0700 (Thu, 28 Aug 2008)
Log Message:
-----------
Revert python30 and py30-hashlib back to 3.0b3
Modified Paths:
--------------
trunk/dports/lang/python30/Portfile
trunk/dports/python/py30-hashlib/Portfile
Modified: trunk/dports/lang/python30/Portfile
===================================================================
--- trunk/dports/lang/python30/Portfile 2008-08-28 17:32:27 UTC (rev 39661)
+++ trunk/dports/lang/python30/Portfile 2008-08-28 17:32:31 UTC (rev 39662)
@@ -3,8 +3,7 @@
PortSystem 1.0
name python30
-version 3.0a3
-revision 5
+version 3.0b3
set major 3
set branch 3.0
categories lang
@@ -13,18 +12,20 @@
description An interpreted, object-oriented programming language
long_description Python is an interpreted, interactive, object-oriented \
- programming language. This version is an ALPHA release!
+ programming language. This version is a BETA release!
homepage http://www.python.org/
-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}/
+master_sites ${homepage}/ftp/python/${branch}/ \
+ ftp://ftp.python.org/pub/python/${branch}/ \
+ ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${branch}/ \
+ ftp://ftp.python.jp/pub/python/${branch}/
distname Python-${version}
-extract.suffix .tgz
+use_bzip2 yes
-checksums md5 ec525b7e7fe4383e8394fab721663252
+checksums md5 91d44362c73dcc423ec51973ed4082fe \
+ sha1 bcaf250904c5578acebed7289782ba8b29e0fe1a \
+ rmd160 a4e97e18d198a42d8ac3297815292bd2be3d6ee4
patchfiles patch-setup.py.diff \
patch-Makefile.pre.in.diff \
@@ -92,4 +93,4 @@
livecheck.check regex
livecheck.url ${homepage}download/releases/
-livecheck.regex Python (${branch}a\[0-9\]+)
+livecheck.regex Python (${branch}b\[0-9\]+)
Modified: trunk/dports/python/py30-hashlib/Portfile
===================================================================
--- trunk/dports/python/py30-hashlib/Portfile 2008-08-28 17:32:27 UTC (rev 39661)
+++ trunk/dports/python/py30-hashlib/Portfile 2008-08-28 17:32:31 UTC (rev 39662)
@@ -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-hashlib
-version 3.0a3
+version 3.0b3
categories python
platforms darwin
maintainers mww
@@ -26,9 +16,13 @@
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 \
+ sha1 bcaf250904c5578acebed7289782ba8b29e0fe1a \
+ rmd160 a4e97e18d198a42d8ac3297815292bd2be3d6ee4
+use_bzip2 yes
+
depends_lib-append port:openssl
worksrcdir ${worksrcdir}/Modules
@@ -46,4 +40,3 @@
livecheck.check regex
livecheck.url http://www.python.org/download/releases/3.0/
livecheck.regex /3.0/Python-(\[0-9a-z.\]+)\\.tgz
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080828/557cab20/attachment.html
More information about the macports-changes
mailing list