slackbuilds_ponce/libraries/Jinja2
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
Jinja2.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
Jinja2.SlackBuild libraries/Jinja2: Change license. 2011-12-17 21:42:02 -06:00
README libraries/Jinja2: Updated for version 2.6. 2011-09-24 19:58:01 -03:00
slack-desc

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.

This requires pysetuptools.

Circular dependencies warning: The DOCS=yes flag needs 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.