[52487] trunk/dports/python

phw at macports.org phw at macports.org
Wed Jun 17 06:35:36 PDT 2009


Revision: 52487
          http://trac.macports.org/changeset/52487
Author:   phw at macports.org
Date:     2009-06-17 06:35:36 -0700 (Wed, 17 Jun 2009)
Log Message:
-----------
New port - ply for python 3

Added Paths:
-----------
    trunk/dports/python/py30-ply/
    trunk/dports/python/py30-ply/Portfile

Added: trunk/dports/python/py30-ply/Portfile
===================================================================
--- trunk/dports/python/py30-ply/Portfile	                        (rev 0)
+++ trunk/dports/python/py30-ply/Portfile	2009-06-17 13:35:36 UTC (rev 52487)
@@ -0,0 +1,27 @@
+
+PortSystem          1.0
+PortGroup           python30 1.0
+
+name                py30-ply
+version             3.2
+revision            1
+categories          python 
+platforms           darwin
+
+maintainers         phw openmaintainer
+description         PLY is an implementation of lex and yacc parsing tools for Python
+long_description    ${description}
+homepage            http://crcmod.sourceforge.net/
+master_sites        http://www.dabeaz.com/ply/
+distname            ply-${version}
+
+checksums           md5     afc9dcfc3284e3a8269c97cc4802cb53 \
+                    sha1    55cf9c25b00fa49e807a2dcac5431fd12c9c61fb \
+                    rmd160  ba5c4111a84347f7b3da4289cddd1a9b2c2ae6de
+
+build.args-append -f
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} README ANNOUNCE TODO CHANGES ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090617/26276bb0/attachment.html>


More information about the macports-changes mailing list