[35873] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Apr 9 01:03:43 PDT 2008


Revision: 35873
          http://trac.macosforge.org/projects/macports/changeset/35873
Author:   jmr at macports.org
Date:     2008-04-09 01:03:42 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
New: -devel version of py25-py2app

Added Paths:
-----------
    trunk/dports/python/py25-py2app-devel/
    trunk/dports/python/py25-py2app-devel/Portfile

Added: trunk/dports/python/py25-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py25-py2app-devel/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-py2app-devel/Portfile	2008-04-09 08:03:42 UTC (rev 35873)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-py2app-devel
+version             0.4.2
+categories-append   devel
+maintainers         jmr openmaintainer
+description         converts python scripts into executable Mac OS X 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.
+
+platforms           darwin
+
+homepage            http://undefined.org/python/#py2app
+
+fetch.type          svn
+svn.url             http://svn.pythonmac.org/py2app/py2app/trunk/
+worksrcdir          trunk
+
+depends_lib-append  port:py25-setuptools \
+                    port:py25-altgraph \
+                    port:py25-macholib \
+                    port:py25-modulegraph \
+                    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 \
+    ${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\]+)


Property changes on: trunk/dports/python/py25-py2app-devel/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/2ce1cea5/attachment-0001.html


More information about the macports-changes mailing list