[49994] trunk/dports/python

blb at macports.org blb at macports.org
Tue Apr 21 17:31:12 PDT 2009


Revision: 49994
          http://trac.macports.org/changeset/49994
Author:   blb at macports.org
Date:     2009-04-21 17:31:12 -0700 (Tue, 21 Apr 2009)
Log Message:
-----------
New port - python/py26-ply, lex and yacc implementation for Python (ticket #19388)

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

Removed Paths:
-------------
    trunk/dports/python/py26-ply/Portfile

Deleted: trunk/dports/python/py26-ply/Portfile
===================================================================
--- trunk/dports/python/py25-ply/Portfile	2009-04-21 22:53:12 UTC (rev 49989)
+++ trunk/dports/python/py26-ply/Portfile	2009-04-22 00:31:12 UTC (rev 49994)
@@ -1,40 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem      1.0
-PortGroup       python25 1.0
-
-name            py25-ply
-set my_name     ply
-version         2.5
-categories-append   lang devel
-platforms       darwin
-maintainers     nox openmaintainer
-description     lex and yacc implementation for Python
-
-long_description \
-    ${description}
-
-homepage        http://www.dabeaz.com/ply/
-master_sites    ${homepage}
-distname        $my_name-$version
-
-checksums       md5     2aef9014a1bc50066eb05dd3b9c1b04f \
-                sha1    c6b49ae93282a473b5acf5d2b0e9c2e3ddfc0716 \
-                rmd160  e6b6a9b777176cd0debcdcc63a1874730ea59e3b
-
-post-destroot {
-    set docdir ${prefix}/share/doc/${my_name}-${version}
-    xinstall -d ${destroot}${docdir}/html
-
-    xinstall -m 644 -W $worksrcpath ANNOUNCE CHANGES COPYING README \
-        TODO ${destroot}${docdir}
-
-    xinstall -m 644 $worksrcpath/doc/ply.html \
-        ${destroot}${docdir}/html
-}
-
-universal_variant   no
-
-livecheck.check regex
-livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)

Copied: trunk/dports/python/py26-ply/Portfile (from rev 49993, trunk/dports/python/py25-ply/Portfile)
===================================================================
--- trunk/dports/python/py26-ply/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-ply/Portfile	2009-04-22 00:31:12 UTC (rev 49994)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-ply
+set my_name     ply
+version         3.2
+categories-append   lang devel
+platforms       darwin
+maintainers     nomaintainer
+description     lex and yacc implementation for Python
+
+long_description \
+    ${description}
+
+homepage        http://www.dabeaz.com/ply/
+master_sites    ${homepage}
+distname        $my_name-$version
+
+checksums       md5     afc9dcfc3284e3a8269c97cc4802cb53 \
+                sha1    55cf9c25b00fa49e807a2dcac5431fd12c9c61fb \
+                rmd160  ba5c4111a84347f7b3da4289cddd1a9b2c2ae6de
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}/html
+
+    xinstall -m 644 -W $worksrcpath ANNOUNCE CHANGES README \
+        TODO ${destroot}${docdir}
+
+    xinstall -m 644 $worksrcpath/doc/ply.html \
+        ${destroot}${docdir}/html
+}
+
+universal_variant   no
+
+livecheck.check regex
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090421/351b4fcb/attachment.html>


More information about the macports-changes mailing list