# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-pystache version 0.5.3 revision 0 categories-append devel textproc platforms darwin license MIT supported_archs noarch python.versions 27 33 maintainers stromnov openmaintainer description Mustache for Python long_description Pystache is a Python implementation of Mustache. \ Mustache is a framework-agnostic, logic-free templating \ system inspired by ctemplate and et. homepage http://github.com/defunkt/pystache master_sites http://pypi.python.org/packages/source/p/pystache/ distname pystache-${version} checksums rmd160 0154c38eb7b7db9c7ad69fb3b28aa9c36530e597 \ sha256 445c8663291abf11305693ecac7b9f3ff976555f5506ccc05a0353260a5a16dc if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {pystache-(\d+(?:\.\d+)*)\.[tz]} }