mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add rich-click and dependencies
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_MARKDOWN_IT_PY
|
||||
bool "python-markdown-it-py"
|
||||
help
|
||||
This is a Python port of markdown-it,
|
||||
and some of its associated plugins.
|
||||
|
||||
https://github.com/executablebooks/markdown-it-py
|
@ -0,0 +1,2 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/markdown-it-py/json
|
||||
sha256 7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1 markdown-it-py-2.2.0.tar.gz
|
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-markdown-it-py
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MARKDOWN_IT_PY_VERSION = 2.2.0
|
||||
PYTHON_MARKDOWN_IT_PY_SOURCE = markdown-it-py-$(PYTHON_MARKDOWN_IT_PY_VERSION).tar.gz
|
||||
PYTHON_MARKDOWN_IT_PY_SITE = https://files.pythonhosted.org/packages/e4/c0/59bd6d0571986f72899288a95d9d6178d0eebd70b6650f1bb3f0da90f8f7
|
||||
PYTHON_MARKDOWN_IT_PY_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user