Revision
148325
Author
khindenburg@macports.org
Date
2016-05-03 19:41:26 -0700 (Tue, 03 May 2016)

Log Message

py-uritemplate: add py35 #51286

Modified Paths

Diff

Modified: trunk/dports/python/py-uritemplate/Portfile (148324 => 148325)


--- trunk/dports/python/py-uritemplate/Portfile	2016-05-04 02:35:44 UTC (rev 148324)
+++ trunk/dports/python/py-uritemplate/Portfile	2016-05-04 02:41:26 UTC (rev 148325)
@@ -6,7 +6,7 @@
 
 github.setup        uri-templates uritemplate-py 0.6 uri-template-py-
 name                py-uritemplate
-python.versions     27 34
+python.versions     27 34 35
 categories-append   textproc www
 maintainers         nomaintainer
 license             Apache-2
@@ -20,3 +20,7 @@
 
 checksums           rmd160  0272ac79d16963e322e3e7cc414e1d5ca69dcd51 \
                     sha256  acebabf9081afc4856cda7c4b241c922b2082c25bfd19e8b8a924e959490c655
+
+if {${name} ne ${subport}} {
+    livecheck.type  none
+}