[35883] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Apr 9 03:57:49 PDT 2008


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

Log Message:
-----------
New: python25 version of py-pyobjc

Added Paths:
-----------
    trunk/dports/python/py25-pyobjc/
    trunk/dports/python/py25-pyobjc/Portfile

Added: trunk/dports/python/py25-pyobjc/Portfile
===================================================================
--- trunk/dports/python/py25-pyobjc/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pyobjc/Portfile	2008-04-09 10:57:48 UTC (rev 35883)
@@ -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-pyobjc
+version         1.4
+categories      python devel
+maintainers     jmr openmaintainer
+platforms       darwin
+description     bidirectional bridge between python and Objective C
+long_description    The PyObjC project aims to provide a bridge between \
+                the Python and Objective-C programming languages. The \
+                bridge is intended to be fully bidirectional, allowing \
+                the Python programmer to take full advantage of the \
+                power provided by various Objective-C based toolkits \
+                and the Objective-C programmer transparent access to \
+                Python based functionality.
+
+homepage        http://pyobjc.sourceforge.net/
+master_sites    ${homepage}software/ \
+                macports:py-pyobjc
+distname        pyobjc-${version}
+checksums       md5 c7ec904371aae5714a5a2a07a2c1edbc \
+                sha1 6f83b13b78e19f390709eaedf3004c81d983dc5d
+
+if {${os.major} > 8} {
+    pre-fetch {
+        return -code error "PyObjC 1.4 is for Mac OS X 10.4 and lower. On 10.5, use py25-pyobjc2 instead."
+    }
+}
+
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.html Install.txt \
+        License.txt NEWS.html NEWS.txt README.txt ReadMe.html \
+        ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}/html
+    file delete ${destroot}${prefix}/share/doc/${name}/examples
+    file copy ${worksrcpath}/Examples \
+        ${destroot}${prefix}/share/doc/${name}/examples
+}


Property changes on: trunk/dports/python/py25-pyobjc/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/520bfbe7/attachment.html


More information about the macports-changes mailing list