# $Id: Portfile 112771 2013-10-31 11:09:20Z g5pw@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        uri-templates uritemplate-py 0.6 uri-template-py-
name                py-uritemplate
python.versions     25 26 27 33
categories-append   textproc www
maintainers         nomaintainer
license             Apache-2
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  0272ac79d16963e322e3e7cc414e1d5ca69dcd51 \
                    sha256  acebabf9081afc4856cda7c4b241c922b2082c25bfd19e8b8a924e959490c655

subport py25-uritemplate {
    depends_lib-append      port:py25-simplejson
}
