[64748] trunk/dports/python

nox at macports.org nox at macports.org
Mon Mar 15 06:16:01 PDT 2010


Revision: 64748
          http://trac.macports.org/changeset/64748
Author:   nox at macports.org
Date:     2010-03-15 06:16:00 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update py*-ply ports to 3.3

> Version 3.3
> -----------------------------
> 08/25/09: beazley
>           Fixed issue 15 related to the set_lineno() method in yacc.  Reported
>           by mdsherry.
>
> 08/25/09: beazley
>           Fixed a bug related to regular expression compilation flags not
>           being properly stored in lextab.py files created by the lexer when
>           running in optimize mode.  Reported by Bruce Frederiksen.

Modified Paths:
--------------
    trunk/dports/python/py-ply/Portfile
    trunk/dports/python/py25-ply/Portfile
    trunk/dports/python/py26-ply/Portfile

Modified: trunk/dports/python/py-ply/Portfile
===================================================================
--- trunk/dports/python/py-ply/Portfile	2010-03-15 13:15:47 UTC (rev 64747)
+++ trunk/dports/python/py-ply/Portfile	2010-03-15 13:16:00 UTC (rev 64748)
@@ -6,7 +6,7 @@
 
 name            py-ply
 set my_name     ply
-version         3.2
+version         3.3
 categories-append   lang devel
 platforms       darwin
 maintainers     nox openmaintainer
@@ -19,9 +19,9 @@
 master_sites    ${homepage}
 distname        $my_name-$version
 
-checksums       md5     afc9dcfc3284e3a8269c97cc4802cb53 \
-                sha1    55cf9c25b00fa49e807a2dcac5431fd12c9c61fb \
-                rmd160  ba5c4111a84347f7b3da4289cddd1a9b2c2ae6de
+checksums       md5     4a7f837f71a7c1ea6b5b0c57272909c7 \
+                sha1    23291d8127f9f7189957fe1ff8925494e389fca3 \
+                rmd160  619fad2b4050d6125cab9c34ea794bda7a0c5aa3
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
@@ -34,7 +34,5 @@
         ${destroot}${docdir}/html
 }
 
-universal_variant   no
-
 livecheck.type  regex
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/python/py25-ply/Portfile
===================================================================
--- trunk/dports/python/py25-ply/Portfile	2010-03-15 13:15:47 UTC (rev 64747)
+++ trunk/dports/python/py25-ply/Portfile	2010-03-15 13:16:00 UTC (rev 64748)
@@ -6,7 +6,7 @@
 
 name            py25-ply
 set my_name     ply
-version         3.2
+version         3.3
 categories-append   lang devel
 platforms       darwin
 maintainers     nox openmaintainer
@@ -19,9 +19,9 @@
 master_sites    ${homepage}
 distname        $my_name-$version
 
-checksums       md5     afc9dcfc3284e3a8269c97cc4802cb53 \
-                sha1    55cf9c25b00fa49e807a2dcac5431fd12c9c61fb \
-                rmd160  ba5c4111a84347f7b3da4289cddd1a9b2c2ae6de
+checksums       md5     4a7f837f71a7c1ea6b5b0c57272909c7 \
+                sha1    23291d8127f9f7189957fe1ff8925494e389fca3 \
+                rmd160  619fad2b4050d6125cab9c34ea794bda7a0c5aa3
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
@@ -34,7 +34,5 @@
         ${destroot}${docdir}/html
 }
 
-universal_variant   no
-
 livecheck.type  regex
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/python/py26-ply/Portfile
===================================================================
--- trunk/dports/python/py26-ply/Portfile	2010-03-15 13:15:47 UTC (rev 64747)
+++ trunk/dports/python/py26-ply/Portfile	2010-03-15 13:16:00 UTC (rev 64748)
@@ -6,7 +6,7 @@
 
 name            py26-ply
 set my_name     ply
-version         3.2
+version         3.3
 categories-append   lang devel
 platforms       darwin
 maintainers     nomaintainer
@@ -19,9 +19,9 @@
 master_sites    ${homepage}
 distname        $my_name-$version
 
-checksums       md5     afc9dcfc3284e3a8269c97cc4802cb53 \
-                sha1    55cf9c25b00fa49e807a2dcac5431fd12c9c61fb \
-                rmd160  ba5c4111a84347f7b3da4289cddd1a9b2c2ae6de
+checksums       md5     4a7f837f71a7c1ea6b5b0c57272909c7 \
+                sha1    23291d8127f9f7189957fe1ff8925494e389fca3 \
+                rmd160  619fad2b4050d6125cab9c34ea794bda7a0c5aa3
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
@@ -34,7 +34,5 @@
         ${destroot}${docdir}/html
 }
 
-universal_variant   no
-
 livecheck.type  regex
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/e74e1734/attachment.html>


More information about the macports-changes mailing list