diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2010-08-15 18:19:12 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-15 20:53:42 -0500 |
commit | 8f54bc60f239bf7f60ac75d7099dcc871b429998 (patch) | |
tree | ced5ede12525d7a9ffa5798fd6dad08a09819a6d /libraries/Jinja2/README | |
parent | 25fbd154803654b0ddaf3bda1e0a775cf578f924 (diff) | |
download | slackbuilds-8f54bc60f239bf7f60ac75d7099dcc871b429998.tar.gz |
libraries/Jinja2: Added (Template engine for Python)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/Jinja2/README')
-rw-r--r-- | libraries/Jinja2/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/Jinja2/README b/libraries/Jinja2/README new file mode 100644 index 0000000000..7e7c5d6eee --- /dev/null +++ b/libraries/Jinja2/README @@ -0,0 +1,17 @@ +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. + +Incidentally, unless you are a developer, you don't normally need the +DOCS=yes flag. |