[127466] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Oct 28 12:20:49 PDT 2014


Revision: 127466
          https://trac.macports.org/changeset/127466
Author:   stromnov at macports.org
Date:     2014-10-28 12:20:49 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
py{24,25,26,31,32,33}-translationstring: Replace with py{27,34}-translationstring

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

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2014-10-28 19:13:40 UTC (rev 127465)
+++ trunk/dports/python/py-graveyard/Portfile	2014-10-28 19:20:49 UTC (rev 127466)
@@ -159,6 +159,7 @@
 tables              3.1.1_4     26 32 33
 tagcloud            0.3.5_1     24 25 26
 tastypie            0.9.9_1     25 26
+translationstring   1.1_1       24 25 26 31 32 33
 trep                0.92.1_1    26
 tsk                 20140320_1  24 25 26
 tstables            0.0.13_1    26

Modified: trunk/dports/python/py-translationstring/Portfile
===================================================================
--- trunk/dports/python/py-translationstring/Portfile	2014-10-28 19:13:40 UTC (rev 127465)
+++ trunk/dports/python/py-translationstring/Portfile	2014-10-28 19:20:49 UTC (rev 127466)
@@ -8,8 +8,8 @@
 version             1.1
 revision            0
 categories-append   devel
+platforms           darwin
 license             BSD
-platforms           darwin
 supported_archs     noarch
 
 maintainers         stromnov openmaintainer
@@ -25,13 +25,15 @@
 checksums           rmd160  96dede1205589b925e8a5d66624319850df9b739 \
                     sha256  8147c47e8091bc7b8168758a01c049581959faba9d56cafde8734de44e98711c
 
-python.default_version  27
-python.versions     24 25 26 27 31 32
+python.versions     27 34
 
 if {${name} ne ${subport}} {
-    depends_build-append    port:py${python.version}-setuptools
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {translationstring-(\d+(?:\.\d+)*)\.[tz]}
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "translationstring-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/de9a9bce/attachment-0001.html>


More information about the macports-changes mailing list