Modified: trunk/dports/python/py27-parsing/Portfile (74697 => 74698)
--- trunk/dports/python/py26-parsing/Portfile 2010-12-29 19:41:17 UTC (rev 74697)
+++ trunk/dports/python/py27-parsing/Portfile 2010-12-29 20:17:37 UTC (rev 74698)
@@ -1,13 +1,14 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
-name py26-parsing
-version 1.5.2
-revision 1
+PortGroup python27 1.0
+
+name py27-parsing
+version 1.5.5
categories python lang
platforms darwin
-maintainers nomaintainer
+maintainers snc openmaintainer
description alternative approach to creating parsers in python
long_description \
The parsing module is an alternative approach to creating and executing \
@@ -18,18 +19,20 @@
homepage http://pyparsing.wikispaces.com/
master_sites sourceforge:pyparsing
distname pyparsing-${version}
-checksums md5 13aed3cb21a427f8aeb0fe7ca472ba42 \
- sha1 298ec7c4df5f188088be21b5feda35752fa46507 \
- rmd160 cf564cc42951e134b8ed29e97d680d9df0b61545
+checksums md5 0beba391cba3082d7914c289bffa52ce \
+ sha1 68f18a8f98c9d0e613e08ab45c2b8263daa4a53b
+
post-destroot {
xinstall -m 644 -W ${worksrcpath} CHANGES HowToUsePyparsing.html \
LICENSE README ${destroot}${prefix}/share/doc/${name}
+ delete ${worksrcpath}/docs/examples \
+ ${worksrcpath}/docs/htmldoc
eval xinstall -m 644 [glob ${worksrcpath}/docs/*] \
${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/htmldoc ${destroot}${prefix}/share/doc/${name}
eval xinstall -m 644 [glob ${worksrcpath}/examples/*] \
- ${destroot}${prefix}/share/doc/${name}/examples
+ ${destroot}${prefix}/share/doc/${name}/examples/
}
-livecheck.regex <title>pyparsing pyparsing-(.*) released.*</title>
+livecheck.regex pyparsing-(\\d+(\\.\\d+)+)