[77543] trunk/dports/python

jmr at macports.org jmr at macports.org
Sat Apr 2 15:24:12 PDT 2011


Revision: 77543
          http://trac.macports.org/changeset/77543
Author:   jmr at macports.org
Date:     2011-04-02 15:24:11 -0700 (Sat, 02 Apr 2011)
Log Message:
-----------
py25-py2app, py26-py2app, py27-py2app: update to 0.6.1

Modified Paths:
--------------
    trunk/dports/python/py25-py2app/Portfile
    trunk/dports/python/py26-py2app/Portfile
    trunk/dports/python/py27-py2app/Portfile

Modified: trunk/dports/python/py25-py2app/Portfile
===================================================================
--- trunk/dports/python/py25-py2app/Portfile	2011-04-02 20:53:40 UTC (rev 77542)
+++ trunk/dports/python/py25-py2app/Portfile	2011-04-02 22:24:11 UTC (rev 77543)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-py2app
-version             0.5.2
+version             0.6.1
 categories-append   devel
 license             MIT/PSF
 maintainers         nomaintainer
@@ -21,9 +21,9 @@
 master_sites        http://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
-checksums           md5 d406f75c965410d926b1b9c008096cae \
-                    sha1 b026b9e681d16751dddd41245bfb2e26202a4cbe \
-                    rmd160 cf93edd7bc511f50e97485c9abf4c115deb31854
+checksums           md5 c60eee8f519c93070329de9adeeb14d6 \
+                    sha1 d3a97c6968e0a2890335180f5493f2412cc68a09 \
+                    rmd160 55f6ba20c106e63fcb5fcadf506ba770d0908b67
 
 conflicts           py25-py2app-devel
 
@@ -35,8 +35,9 @@
     ${destroot}${prefix}/share/examples/${name}
     xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
     ${destroot}${prefix}/share/doc/${name}
-    eval file copy [glob ${worksrcpath}/examples/*] \
-    ${destroot}${prefix}/share/examples/${name}
+    # examples aren't in the 0.6.1 tarball
+    #eval file copy [glob ${worksrcpath}/examples/*] \
+    #${destroot}${prefix}/share/examples/${name}
 }
 
 livecheck.type  regex

Modified: trunk/dports/python/py26-py2app/Portfile
===================================================================
--- trunk/dports/python/py26-py2app/Portfile	2011-04-02 20:53:40 UTC (rev 77542)
+++ trunk/dports/python/py26-py2app/Portfile	2011-04-02 22:24:11 UTC (rev 77543)
@@ -5,7 +5,7 @@
 PortGroup python26  1.0
 
 name                py26-py2app
-version             0.5.2
+version             0.6.1
 categories-append   devel
 license             MIT/PSF
 maintainers         jmr openmaintainer
@@ -21,9 +21,9 @@
 master_sites        http://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
-checksums           md5 d406f75c965410d926b1b9c008096cae \
-                    sha1 b026b9e681d16751dddd41245bfb2e26202a4cbe \
-                    rmd160 cf93edd7bc511f50e97485c9abf4c115deb31854
+checksums           md5 c60eee8f519c93070329de9adeeb14d6 \
+                    sha1 d3a97c6968e0a2890335180f5493f2412cc68a09 \
+                    rmd160 55f6ba20c106e63fcb5fcadf506ba770d0908b67
 
 conflicts           py26-py2app-devel
 
@@ -35,8 +35,9 @@
     ${destroot}${prefix}/share/examples/${name}
     xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
     ${destroot}${prefix}/share/doc/${name}
-    eval file copy [glob ${worksrcpath}/examples/*] \
-    ${destroot}${prefix}/share/examples/${name}
+    # examples aren't in the 0.6.1 tarball
+    #eval file copy [glob ${worksrcpath}/examples/*] \
+    #${destroot}${prefix}/share/examples/${name}
 }
 
 livecheck.type  regex

Modified: trunk/dports/python/py27-py2app/Portfile
===================================================================
--- trunk/dports/python/py27-py2app/Portfile	2011-04-02 20:53:40 UTC (rev 77542)
+++ trunk/dports/python/py27-py2app/Portfile	2011-04-02 22:24:11 UTC (rev 77543)
@@ -5,7 +5,7 @@
 PortGroup python27  1.0
 
 name                py27-py2app
-version             0.5.2
+version             0.6.1
 categories-append   devel
 license             MIT/PSF
 maintainers         jmr openmaintainer
@@ -21,9 +21,9 @@
 master_sites        http://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
-checksums           md5 d406f75c965410d926b1b9c008096cae \
-                    sha1 b026b9e681d16751dddd41245bfb2e26202a4cbe \
-                    rmd160 cf93edd7bc511f50e97485c9abf4c115deb31854
+checksums           md5 c60eee8f519c93070329de9adeeb14d6 \
+                    sha1 d3a97c6968e0a2890335180f5493f2412cc68a09 \
+                    rmd160 55f6ba20c106e63fcb5fcadf506ba770d0908b67
 
 depends_lib         port:py27-macholib \
                     port:py27-bdist_mpkg
@@ -33,8 +33,9 @@
     ${destroot}${prefix}/share/examples/${name}
     xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
     ${destroot}${prefix}/share/doc/${name}
-    eval file copy [glob ${worksrcpath}/examples/*] \
-    ${destroot}${prefix}/share/examples/${name}
+    # examples aren't in the 0.6.1 tarball
+    #eval file copy [glob ${worksrcpath}/examples/*] \
+    #${destroot}${prefix}/share/examples/${name}
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110402/a2f2fb40/attachment.html>


More information about the macports-changes mailing list