# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-turbokid version 1.0.4 platforms darwin supported_archs noarch license MIT maintainers nomaintainer description TurboGears plugin to support use of Kid templates long_description This package provides a template engine plugin, \ allowing you to easily use Kid with TurboGears, \ Buffet or other systems that support \ python.templating.engines. homepage http://www.turbogears.org/ master_sites pypi:T/TurboKid/ distname TurboKid-${version} checksums md5 0dc9eba1783244a9800b8c4316d38341 \ sha1 31f07da56fe8899aff73fbe1f251e0c985a3239f \ rmd160 407792b9e77ec53314955daf83bd32e5b0b9be07 python.versions 27 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools depends_lib-append port:py${python.version}-kid post-destroot { xinstall -m 644 -W ${worksrcpath} \ README.txt ${destroot}${prefix}/share/doc/${subport} } }