slackbuilds_ponce/libraries/Jinja2
Robby Workman cc8df3f011 libraries/Jinja2: Fixed typo in build script
Thanks to Grissiom and Mikko Varri.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-08-11 20:28:36 -03:00
..
Jinja2.info
Jinja2.SlackBuild libraries/Jinja2: Fixed typo in build script 2011-08-11 20:28:36 -03:00
README
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.