]> git.friedersdorff.com Git - max/slackbuilds.git/blobdiff - libraries/python3-Jinja2/README
Add packages for qutebrowser and it's dependencies
[max/slackbuilds.git] / libraries / python3-Jinja2 / README
diff --git a/libraries/python3-Jinja2/README b/libraries/python3-Jinja2/README
new file mode 100644 (file)
index 0000000..d389ee4
--- /dev/null
@@ -0,0 +1,10 @@
+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.
+
+Circular dependencies warning: The DOCS=yes flag needs the optional
+dependency 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.