# -*- 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 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 md5 61ef1117f945486472850819b8d1eb3d \ rmd160 552a79aaea2fa3e5b5211f89260fc8416cc28ce4 \ sha256 f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4 python.versions 26 27 33 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 }