mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
d5f8943946
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
11 lines
534 B
Text
11 lines
534 B
Text
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.
|