initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View 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
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/mistune/json
md5 fb6ab174ece938dea09f8b2adad771e4 mistune-0.8.4.tar.gz
sha256 59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e mistune-0.8.4.tar.gz
# Locally computed sha256 checksums
sha256 0c5259c3dd0a7c46f4835221645f62a0638c9b9faa02af08676e8069e1ff964b LICENSE
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# python-mistune
#
################################################################################
PYTHON_MISTUNE_VERSION = 0.8.4
PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
PYTHON_MISTUNE_SITE = https://files.pythonhosted.org/packages/2d/a4/509f6e7783ddd35482feda27bc7f72e65b5e7dc910eca4ab2164daf9c577
PYTHON_MISTUNE_LICENSE = BSD-3-Clause
PYTHON_MISTUNE_LICENSE_FILES = LICENSE
PYTHON_MISTUNE_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))