Revision
98299
Author
singingwolfboy@macports.org
Date
2012-10-02 07:40:56 -0700 (Tue, 02 Oct 2012)

Log Message

New port: py-uritemplate

Added Paths

Diff

Added: trunk/dports/python/py-uritemplate/Portfile (0 => 98299)


--- trunk/dports/python/py-uritemplate/Portfile	                        (rev 0)
+++ trunk/dports/python/py-uritemplate/Portfile	2012-10-02 14:40:56 UTC (rev 98299)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        uri-templates uritemplate-py 0.5.1 uri-template-py-
+name                py-uritemplate
+python.versions     25 26 27 31 32
+categories-append   textproc www
+maintainers         openmaintainer singingwolfboy
+license             Apache-2.0
+description         Python implementation of RFC6570, URI Template
+long_description    \
+    This is a Python implementation of RFC6570, URI Template, and can expand \
+    templates up to and including Level 4 in that specification.
+
+platforms           darwin
+supported_archs     noarch
+
+checksums           rmd160  3fb34d81508f02003356396dac2aa16d304ab425 \
+                    sha256  c9b5dcd3a6651536bb6f1766426a6c271587f80006224f5ea8651944dd46a242
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/pypi/uritemplate
+livecheck.regex     "uritemplate (\[1-9\]+\.\[0-9\]+)"
Property changes on: trunk/dports/python/py-uritemplate/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style