buildroot/package/python-cheetah/Config.in
Yegor Yefremov 8d78c18692 package/python-cheetah: bump to version 3.2.4
The original python-cheetah project was abandoned and a new
fork was created as a drop-in replacement. Though the name of the
fork is Cheetah3, we do not rename the package name to avoid
dependency renaming.

The new fork supports both Python2 and Python3.

python-markdown is now an optional dependency.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-03-21 15:22:45 +01:00

13 lines
422 B
Plaintext

config BR2_PACKAGE_PYTHON_CHEETAH
bool "python-cheetah"
help
Cheetah is an open source template engine and code
generation tool.
It can be used standalone or combined with other tools and
frameworks. Web development is its principle use, but
Cheetah is very flexible and is also being used to generate
C++ game code, Java, sql, form emails and even Python code.
https://pypi.org/project/Cheetah3/