Revision
112771
Author
g5pw@macports.org
Date
2013-10-31 04:09:20 -0700 (Thu, 31 Oct 2013)

Log Message

python/py-uritemplate:
  update to 0.6
  add py25-simplejson dependency
  closes #40915

Modified Paths

Diff

Modified: trunk/dports/python/py-uritemplate/Portfile (112770 => 112771)


--- trunk/dports/python/py-uritemplate/Portfile	2013-10-31 11:07:01 UTC (rev 112770)
+++ trunk/dports/python/py-uritemplate/Portfile	2013-10-31 11:09:20 UTC (rev 112771)
@@ -4,9 +4,9 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        uri-templates uritemplate-py 0.5.2 uri-template-py-
+github.setup        uri-templates uritemplate-py 0.6 uri-template-py-
 name                py-uritemplate
-python.versions     25 26 27
+python.versions     25 26 27 33
 categories-append   textproc www
 maintainers         nomaintainer
 license             Apache-2
@@ -18,5 +18,9 @@
 platforms           darwin
 supported_archs     noarch
 
-checksums           rmd160  290af6184693146c520a09ea1904b7a5dcc9b355 \
-                    sha256  67abd8aa226d57f3459163598d50d1c372318e9ddc3e8a8c5728c1b48a2ccfa1
+checksums           rmd160  0272ac79d16963e322e3e7cc414e1d5ca69dcd51 \
+                    sha256  acebabf9081afc4856cda7c4b241c922b2082c25bfd19e8b8a924e959490c655
+
+subport py25-uritemplate {
+    depends_lib-append      port:py25-simplejson
+}