# -*- 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-mako version 0.9.0 revision 1 categories-append www platforms darwin license MIT supported_archs noarch python.versions 24 25 26 27 32 33 maintainers dh akitada stromnov description A super-fast templating language that borrows \ the best ideas from the existing templating \ languages. long_description Mako is a template library written in Python. \ It provides a familiar, non-XML syntax which \ compiles into Python modules for maximum \ performance. Mako's syntax and API borrows from \ the best ideas of many others, including Django \ templates, Cheetah, Myghty, and Genshi. Conceptually, \ Mako is an embedded Python (i.e. Python Server Page) \ language, which refines the familiar ideas of \ componentized layout and inheritance to produce one \ of the most straightforward and flexible models \ available, while also maintaining close ties to \ Python calling and scoping semantics. homepage http://www.makotemplates.org/ master_sites http://pypi.python.org/packages/source/M/Mako/ distname Mako-${version} checksums rmd160 cfe181afedb1352bdc7809e49e6b5a5086c4cc63 \ sha256 c090ae3d775f714c572583f2bb7ace591847eab0d86accd81d17005411b10027 if {$subport != $name} { # Mako depends on pkg_resources from setuptools depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-beaker \ port:py${python.version}-markupsafe livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex "Mako-(\\d+(?:\\.\\d+)*)${extract.suffix}" }