[130651] trunk/dports/python

larryv at macports.org larryv at macports.org
Thu Jan 1 22:27:48 PST 2015


Revision: 130651
          https://trac.macports.org/changeset/130651
Author:   larryv at macports.org
Date:     2015-01-01 22:27:47 -0800 (Thu, 01 Jan 2015)
Log Message:
-----------
py{25,31,32}-parsing: Replace with py{27,34}

Modified Paths:
--------------
    trunk/dports/python/py-graveyard/Portfile
    trunk/dports/python/py-parsing/Portfile

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2015-01-02 06:27:45 UTC (rev 130650)
+++ trunk/dports/python/py-graveyard/Portfile	2015-01-02 06:27:47 UTC (rev 130651)
@@ -357,6 +357,7 @@
 py-par                  1.9.2_1     24
 py-paramiko             1.15.1_1    24 25 26 33
 py-parsedatetime        1.2_1       26 31 32 33
+py-parsing              2.0.3_1     25 31 32
 py-paver                1.2.1_1     25
 py-pedal                2.0.0a7_1   24
 py-pexpect              2.4_1       24 25 26

Modified: trunk/dports/python/py-parsing/Portfile
===================================================================
--- trunk/dports/python/py-parsing/Portfile	2015-01-02 06:27:45 UTC (rev 130650)
+++ trunk/dports/python/py-parsing/Portfile	2015-01-02 06:27:47 UTC (rev 130651)
@@ -5,13 +5,7 @@
 PortGroup           python 1.0
 
 name                py-parsing
-version             1.5.7
-# Python26 and newer uses version 2.x
-if {${name} ne ${subport}} {
-    if {${python.version} > 25} {
-        version             2.0.3
-    }
-}
+version             2.0.3
 categories-append   lang
 platforms           darwin
 maintainers         snc openmaintainer
@@ -29,31 +23,14 @@
 master_sites        sourceforge:project/pyparsing/pyparsing/pyparsing-${version}
 distname            pyparsing-${version}
 
-checksums           rmd160  1a298790ce3569e74a1223de495cd5a5fd87e7b4 \
-                    sha256  2b3a013582cbff858e71ff23129e01acc5e99f511578d106ffb1e74bde15e893
+checksums           rmd160  0c0e3f185aa309a50578e65176744ca83476769d \
+                    sha256  06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f
 
-python.versions     25 26 27 31 32 33 34
+python.versions     26 27 33 34
 
 if {${name} ne ${subport}} {
-    if {${python.version} > 25} {
-        checksums           rmd160  0c0e3f185aa309a50578e65176744ca83476769d \
-                            sha256  06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f
-
-    } else {
-        post-destroot {
-            set docdir ${destroot}${prefix}/share/doc/${subport}
-            xinstall -d ${docdir}
-            xinstall -m 644 -W ${worksrcpath} CHANGES HowToUsePyparsing.html \
-                LICENSE README ${docdir}
-            eval xinstall -m 644 [glob ${worksrcpath}/docs/*] ${docdir}
-            eval xinstall -m 644 [glob ${worksrcpath}/examples/*] ${docdir}/examples/
-        }
-    }
-
     if {${python.version} == 33} {
         livecheck.regex pyparsing-(2(\\.\\d+)+)
-    } elseif {${python.version} == 25} {
-        livecheck.regex pyparsing-(1(\\.\\d+)+)
     } else {
         livecheck.type  none
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150101/e541b77e/attachment.html>


More information about the macports-changes mailing list