slackbuilds_ponce/libraries/Jinja2
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
Jinja2.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -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 libraries/Jinja2: Added (Template engine for Python) 2010-08-15 20:53:42 -05:00

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.