summaryrefslogtreecommitdiffstats
path: root/libraries/Jinja2/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2018-02-20 07:24:00 +0000
committer David Spencer <idlemoor@slackbuilds.org>2018-02-21 19:54:23 +0000
commit57b721cab86c906b3595eeedfd41a29eaa71a4fb (patch)
tree169673f93f39aa923f7a0c8ba3ba9d84febc67a5 /libraries/Jinja2/README
parent997fc9bceeb8187343fe913ef87c857faf270477 (diff)
downloadslackbuilds-57b721cab86c906b3595eeedfd41a29eaa71a4fb.tar.gz
slackbuilds-57b721cab86c906b3595eeedfd41a29eaa71a4fb.tar.xz
libraries/Jinja2: Updated for version 2.10 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/Jinja2/README')
-rw-r--r--libraries/Jinja2/README9
1 files changed, 1 insertions, 8 deletions
diff --git a/libraries/Jinja2/README b/libraries/Jinja2/README
index d389ee4ef5..59256ea09d 100644
--- a/libraries/Jinja2/README
+++ b/libraries/Jinja2/README
@@ -1,10 +1,3 @@
-Jinja2 is a template engine written in pure Python. It provides a
+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.