slackbuilds/libraries/Jinja2
ponce 41df0f18ab libraries/Jinja2: Fixed dep information 2012-08-26 12:49:27 +02:00
..
Jinja2.SlackBuild libraries/Jinja2: Change license. 2011-12-17 21:42:02 -06:00
Jinja2.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
README libraries/Jinja2: Fixed dep information 2012-08-26 12:49:27 +02:00
slack-desc libraries/Jinja2: Added (Template engine for Python) 2010-08-15 20:53:42 -05:00

README

Jinja2 is a template engine written in pure Python.  It provides a
Django inspired non-XML syntax but supports inline expressions and
an optional sandboxed  environment.

Circular dependencies warning: The DOCS=yes flag needs the optional
dependency Sphinx, which needs Jinja2, which needs Sphinx because
DOCS=yes ... So...  If you really need the docs, build Jinja2
without the DOCS=yes flag, build Sphinx, then rebuild Jinja2 with
DOCS=yes.  Incidentally, unless you are a developer, you don't
normally need the DOCS=yes flag.