[74698] trunk/dports/python

snc at macports.org snc at macports.org
Wed Dec 29 12:17:43 PST 2010


Revision: 74698
          http://trac.macports.org/changeset/74698
Author:   snc at macports.org
Date:     2010-12-29 12:17:37 -0800 (Wed, 29 Dec 2010)
Log Message:
-----------
py27-parsing: create 1.5.5 from py26-parsing

Modified Paths:
--------------
    trunk/dports/python/py27-parsing/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-parsing/

Modified: trunk/dports/python/py27-parsing/Portfile
===================================================================
--- 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+)+)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101229/d77b9e07/attachment.html>


More information about the macports-changes mailing list