[70075] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jul 29 07:07:50 PDT 2010


Revision: 70075
          http://trac.macports.org/changeset/70075
Author:   jmr at macports.org
Date:     2010-07-29 07:07:48 -0700 (Thu, 29 Jul 2010)
Log Message:
-----------
py25-py2app, py26-py2app: update to 0.5.2

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

Modified: trunk/dports/python/py25-py2app/Portfile
===================================================================
--- trunk/dports/python/py25-py2app/Portfile	2010-07-29 13:53:03 UTC (rev 70074)
+++ trunk/dports/python/py25-py2app/Portfile	2010-07-29 14:07:48 UTC (rev 70075)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-py2app
-version             0.4.3
+version             0.5.2
 categories-append   devel
 license             MIT/PSF
 maintainers         jmr openmaintainer
@@ -18,30 +18,27 @@
 platforms           darwin
 
 homepage            http://undefined.org/python/#py2app
-master_sites        http://cheeseshop.python.org/packages/source/p/py2app/
+master_sites        http://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
-checksums           md5 45cc8ebc170a41b03a2a4c5feac75b1f \
-                    sha1 71b8b009b47c5d6ca7ee6e47bc733d4c65c453db \
-                    rmd160 877afa2e43ce8203cf74e8fc707c520e0105bf1a
+checksums           md5 d406f75c965410d926b1b9c008096cae \
+                    sha1 b026b9e681d16751dddd41245bfb2e26202a4cbe \
+                    rmd160 cf93edd7bc511f50e97485c9abf4c115deb31854
 
 conflicts           py25-py2app-devel
 
-depends_lib-append  port:py25-distribute \
-                    port:py25-altgraph \
-                    port:py25-macholib \
-                    port:py25-modulegraph \
+depends_lib         port:py25-macholib \
                     port:py25-bdist_mpkg
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
     ${destroot}${prefix}/share/examples/${name}
-    xinstall -m 644 -W ${worksrcpath} LICENSE.txt NEWS.txt README.txt \
+    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}
 }
 
 livecheck.type  regex
-livecheck.url   http://cheeseshop.python.org/pypi/py2app/
+livecheck.url   http://pypi.python.org/pypi/py2app/
 livecheck.regex py2app (0\.\[0-9\]+\.\[0-9\]+)

Modified: trunk/dports/python/py26-py2app/Portfile
===================================================================
--- trunk/dports/python/py26-py2app/Portfile	2010-07-29 13:53:03 UTC (rev 70074)
+++ trunk/dports/python/py26-py2app/Portfile	2010-07-29 14:07:48 UTC (rev 70075)
@@ -5,7 +5,7 @@
 PortGroup python26  1.0
 
 name                py26-py2app
-version             0.4.3
+version             0.5.2
 categories-append   devel
 license             MIT/PSF
 maintainers         jmr openmaintainer
@@ -21,22 +21,19 @@
 master_sites        http://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
-checksums           md5 45cc8ebc170a41b03a2a4c5feac75b1f \
-                    sha1 71b8b009b47c5d6ca7ee6e47bc733d4c65c453db \
-                    rmd160 877afa2e43ce8203cf74e8fc707c520e0105bf1a
+checksums           md5 d406f75c965410d926b1b9c008096cae \
+                    sha1 b026b9e681d16751dddd41245bfb2e26202a4cbe \
+                    rmd160 cf93edd7bc511f50e97485c9abf4c115deb31854
 
 conflicts           py26-py2app-devel
 
-depends_lib-append  port:py26-distribute \
-                    port:py26-altgraph \
-                    port:py26-macholib \
-                    port:py26-modulegraph \
+depends_lib         port:py26-macholib \
                     port:py26-bdist_mpkg
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
     ${destroot}${prefix}/share/examples/${name}
-    xinstall -m 644 -W ${worksrcpath} LICENSE.txt NEWS.txt README.txt \
+    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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100729/b96f9dc6/attachment.html>


More information about the macports-changes mailing list