# -*- 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-jinja2 version 2.7.3 categories-append devel license BSD maintainers jmr openmaintainer supported_archs noarch description Python based sandboxed template engine long_description \ Jinja is a sandboxed template engine written in pure Python licensed\ under the BSD license. It provides a Django-like non-XML syntax and\ compiles templates into executable python code. It's basically a\ combination of Django templates and python code. platforms darwin homepage http://jinja.pocoo.org/ master_sites https://pypi.python.org/packages/source/J/Jinja2/ distname Jinja2-${version} checksums md5 b9dffd2f3b43d673802fe857c8445b1a \ sha1 25ab3881f0c1adfcf79053b58de829c5ae65d3ac \ rmd160 e84a4c27dfb4cdd58c4f9625fcc48b0851a2b5c9 python.versions 26 27 33 34 if {${name} ne ${subport}} { depends_lib port:py${python.version}-setuptools \ port:py${python.version}-markupsafe livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/Jinja2/ livecheck.regex {Jinja2 ([0-9\.]+)} }