# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-kid
version             0.9.6
revision            0
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         A simple and pythonic XML template language
long_description    Kid is a simple, Python-based template language \
                    for generating and transforming XML vocabularies.
homepage            http://www.kid-templating.org/

master_sites        pypi:k/kid/
distname            kid-${version}
checksums           md5     4233e592eee906039ad3dcbedbf6e972

python.versions     27

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-celementtree
    depends_build       port:py${python.version}-setuptools

    test.run            yes
    livecheck.type      none
}
