diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2010-11-29 23:06:46 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-05 20:12:49 -0600 |
commit | a33dde99a2074ec5ec485a12eaef5488f1eeae70 (patch) | |
tree | 1b45c0a0fa303c6b75402f8f82064ab5fb387bce /libraries/Jinja2/README | |
parent | d97a08d62cd839d8a8d3b72ea8476a14a8436c71 (diff) | |
download | slackbuilds-a33dde99a2074ec5ec485a12eaef5488f1eeae70.tar.gz |
libraries/Jinja2: Updated for version 2.5.5.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/Jinja2/README')
-rw-r--r-- | libraries/Jinja2/README | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/libraries/Jinja2/README b/libraries/Jinja2/README index 7e7c5d6eee..8ede09829e 100644 --- a/libraries/Jinja2/README +++ b/libraries/Jinja2/README @@ -1,17 +1,11 @@ -Jinja2 (Template engine for Python) - 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. -To build, this requires pysetuptools. - -Circular dependencies warning: - -The DOCS=yes flag needs Sphinx to build python docs, it and needs Jinja2 -but that needs Sphinx because you have set its DOCS=yes flag. -If you really need the docs, build Jinja2 without the DOCS=yes flag -and build Sphinx then rebuild Jinja2 with DOCS=yes. +This requires pysetuptools. -Incidentally, unless you are a developer, you don't normally need the -DOCS=yes flag. +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. |