[26588] trunk/dports/python/py-py2app/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 29 00:31:37 PDT 2007


Revision: 26588
          http://trac.macosforge.org/projects/macports/changeset/26588
Author:   jwa at macports.org
Date:     2007-06-29 00:31:37 -0700 (Fri, 29 Jun 2007)

Log Message:
-----------
version bump to 0.3.6, adding livecheck, whitespace changes

Modified Paths:
--------------
    trunk/dports/python/py-py2app/Portfile

Modified: trunk/dports/python/py-py2app/Portfile
===================================================================
--- trunk/dports/python/py-py2app/Portfile	2007-06-29 07:11:32 UTC (rev 26587)
+++ trunk/dports/python/py-py2app/Portfile	2007-06-29 07:31:37 UTC (rev 26588)
@@ -1,36 +1,42 @@
 # $Id$
 
-PortSystem			1.0
-PortGroup			python24 1.0
-name				py-py2app
-version				0.3.4
+PortSystem		1.0
+PortGroup		python24 1.0
+name			py-py2app
+version			0.3.6
 categories-append	devel
-maintainers			jwa openmaintainer at macports.org
-description			converts python scripts into executable MacOSX apps
+maintainers		jwa openmaintainer at macports.org
+description		converts python scripts into executable MacOSX apps
 long_description \
-	A distutils extension which converts python scripts into executable \
-	Mac OS X applications, able to run without requiring an existing python \
-	installation.  This is a replacement for bundlebuilder.
+    A distutils extension which converts python scripts into executable \
+    Mac OS X applications, able to run without requiring an existing python \
+    installation.  This is a replacement for bundlebuilder.
 
-platforms			darwin
+platforms		darwin
 
-homepage			http://undefined.org/python/#py2app
+homepage		http://undefined.org/python/#py2app
 master_sites		http://cheeseshop.python.org/packages/source/p/py2app/
-distname			py2app-${version}
+distname		py2app-${version}
 
-checksums			md5 be97b74c3fc28b8770e51e8d46192d60 \
-					sha1 6c91ae571543efa66ba599a77a947126fad24b6d \
-					rmd160 4bc042f56df340f8e8251c36147c6ca639a85c89
+checksums		md5 dffbcc55bbe1ce762ded2adba391b77d \
+    sha1 c75b4cdaaa10a22d05e9533bb33763a318490ef7 \
+    rmd160 bb33523c770cc0f423208c8799d9b2b74567108b
 
-depends_lib-append	port:py-setuptools port:py-altgraph port:py-macholib \
-					port:py-modulegraph port:py-bdist_mpkg
+depends_lib-append	port:py-setuptools \
+    port:py-altgraph \
+    port:py-macholib \
+    port:py-modulegraph \
+    port:py-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 \
-		${destroot}${prefix}/share/doc/${name}
-	eval file copy [glob ${worksrcpath}/examples/*] \
-		${destroot}${prefix}/share/examples/${name}
+    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 \
+	${destroot}${prefix}/share/doc/${name}
+    eval file copy [glob ${worksrcpath}/examples/*] \
+	${destroot}${prefix}/share/examples/${name}
 }
 
+livecheck.check	regex
+livecheck.url	http://cheeseshop.python.org/pypi/py2app/
+livecheck.regex	py2app (0\.\[0-9\]+\.\[0-9\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070629/1ad24f35/attachment.html


More information about the macports-changes mailing list