# -*- 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.3 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 4263b890044aced2d8bdac7e41eb302f5b97987c \ sha256 9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de 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 }