# -*- 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-jinja2 version 2.10.1 categories-append devel license BSD maintainers {jmr @jmroot} 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 pypi:J/Jinja2 distname Jinja2-${version} checksums rmd160 b42ccbddbc8dee38400f167169542260b33f6181 \ sha256 065c4f02ebe7f7cf559e49ee5a95fb800a9e4528727aec6f24402a5374c65013 python.versions 27 34 35 36 37 if {$subport ne $name} { depends_lib port:py${python.version}-setuptools \ port:py${python.version}-markupsafe livecheck.type none } else { livecheck.name Jinja2 }