[98993] trunk/dports/python/py-py2app/Portfile
jmr at macports.org
jmr at macports.org
Tue Oct 23 03:41:35 PDT 2012
Revision: 98993
http://trac.macports.org//changeset/98993
Author: jmr at macports.org
Date: 2012-10-23 03:41:35 -0700 (Tue, 23 Oct 2012)
Log Message:
-----------
py-py2app: update to 0.7 for python 2.6+
Modified Paths:
--------------
trunk/dports/python/py-py2app/Portfile
Modified: trunk/dports/python/py-py2app/Portfile
===================================================================
--- trunk/dports/python/py-py2app/Portfile 2012-10-23 10:09:27 UTC (rev 98992)
+++ trunk/dports/python/py-py2app/Portfile 2012-10-23 10:41:35 UTC (rev 98993)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-py2app
-version 0.6.4
+version 0.7
categories-append devel
license {MIT PSF}
maintainers jmr openmaintainer
@@ -21,14 +21,13 @@
master_sites http://pypi.python.org/packages/source/p/py2app/
distname py2app-${version}
-checksums md5 40e7f788e897567ba2ad2855e43ac127 \
- sha256 b42a3d7392c1c716e2ddd8f20f5f200a96415d1badbc981edfffc4971f70c3d9
+checksums md5 b7fa2eb0019296be0c3f2070fc4af4cb \
+ sha256 a137478d5dade393a1d474b5d0db87bba50ced11c640d4f2e654f75cf0853f29
-python.versions 24 25 26 27
+python.versions 24 25 26 27 31 32 33
if {$subport != $name} {
- depends_lib port:py${python.version}-macholib \
- port:py${python.version}-bdist_mpkg
+ depends_lib port:py${python.version}-macholib
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \
@@ -39,6 +38,12 @@
${destroot}${prefix}/share/examples/${subport}
}
livecheck.type none
+ if {${python.version} <= 25} {
+ version 0.6.4
+ checksums md5 40e7f788e897567ba2ad2855e43ac127 \
+ sha256 b42a3d7392c1c716e2ddd8f20f5f200a96415d1badbc981edfffc4971f70c3d9
+ distname py2app-${version}
+ }
} else {
livecheck.type regex
livecheck.url http://pypi.python.org/pypi/py2app/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121023/860ad6d1/attachment.html>
More information about the macports-changes
mailing list