8d78c18692
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>
13 lines
422 B
Plaintext
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/
|