mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
python-mistune: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - rename the .mk file to carry the proper name - rewrap Config.in help text to use the proper length and avoid a trailing space - remove excessive empty new line at the end of Config.in - specify BSD-3c as the license, since it's the variant being used, and it's more specific than just BSD.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
45c903065d
commit
56526bbfae
7
package/python-mistune/Config.in
Normal file
7
package/python-mistune/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_MISTUNE
|
||||
bool "python-mistune"
|
||||
help
|
||||
The fastest markdown parser in pure Python with renderer
|
||||
features, inspired by marked.
|
||||
|
||||
https://pypi.python.org/pypi/mistune
|
||||
Reference in New Issue
Block a user