Revision: 89641 http://trac.macports.org/changeset/89641 Author: ryandesign@macports.org Date: 2012-02-04 21:50:11 -0800 (Sat, 04 Feb 2012) Log Message: ----------- py-parsing: adjust whitespace Modified Paths: -------------- trunk/dports/python/py-parsing/Portfile Modified: trunk/dports/python/py-parsing/Portfile =================================================================== --- trunk/dports/python/py-parsing/Portfile 2012-02-05 05:48:32 UTC (rev 89640) +++ trunk/dports/python/py-parsing/Portfile 2012-02-05 05:50:11 UTC (rev 89641) @@ -10,13 +10,15 @@ platforms darwin maintainers snc openmaintainer license MIT + description alternative approach to creating parsers in python -long_description \ - The parsing module is an alternative approach to creating and executing \ - simple grammars, vs. the traditional lex/yacc approach, or the use of \ - regular expressions. The parsing module provides a library of classes \ - that client code uses to construct the grammar directly in Python code. +long_description The parsing module is an alternative approach to creating \ + and executing simple grammars, vs. the traditional \ + lex/yacc approach, or the use of regular expressions. The \ + parsing module provides a library of classes that client \ + code uses to construct the grammar directly in Python code. + homepage http://pyparsing.wikispaces.com/ master_sites sourceforge:project/pyparsing/pyparsing/pyparsing-${version} distname pyparsing-${version} @@ -24,21 +26,20 @@ checksums rmd160 a70a05a8ba29029ae0ed5dd1bbcf391ff9536ef9 \ sha256 5c84aa4500e82d5aa2c0842d5628c5da985e68ac1fb33554e0e5547eb3c85a75 -python.versions 24 25 26 27 +python.versions 24 25 26 27 if {$subport != $name} { 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/ + 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/ } - livecheck.type none + livecheck.type none } else { - livecheck.regex pyparsing-(\\d+(\\.\\d+)+) + livecheck.regex pyparsing-(\\d+(\\.\\d+)+) }
participants (1)
-
ryandesign@macports.org