          MODULE=python2-jinja
         VERSION=2.11.3
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/pallets/jinja/archive/$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jinja-$VERSION
      SOURCE_VFY=sha256:4be44a9e55fb069347b217d2d66d51d8b0a97f2f76985b90630bb4f317eb042a
        WEB_SITE=http://jinja.pocoo.org/
            TYPE=python2
        REPLACES=jinja
         ENTERED=20191113
         UPDATED=20210202
           SHORT="A templating language for Python"

cat << EOF
Jinja is a modern and designer friendly templating language for Python,
modelled after Django?s templates. It is fast, widely used and secure with
a optional sandboxed template execution environment.
Features:
 -  sandboxed execution
 -  powerful automatic HTML escaping system for XSS prevention
 -  template inheritance
 -  compiles down to the optimal python code just in time
 -  optional ahead of time template compilation
 -  easy to debug. Line numbers of exceptions directly point to the correct
    line in the template.
 -  configurable syntax.
EOF
