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
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_M2R
bool "python-m2r"
select BR2_PACKAGE_PYTHON_MISTUNE # runtime
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
help
Markdown to reStructuredText converter.
https://github.com/miyakogi/m2r
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/m2r/json
md5 8bdb45c19e2b59bb5ffb9a0348e81ad8 m2r-0.2.1.tar.gz
sha256 bf90bad66cda1164b17e5ba4a037806d2443f2a4d5ddc9f6a5554a0322aaed99 m2r-0.2.1.tar.gz
# Locally computed sha256 checksums
sha256 28728ec0ecbd8c171ebaeccebf69e3961282fd81f06abc7424c65546b6ae6f27 LICENSE
+16
View File
@@ -0,0 +1,16 @@
################################################################################
#
# python-m2r
#
################################################################################
PYTHON_M2R_VERSION = 0.2.1
PYTHON_M2R_SOURCE = m2r-$(PYTHON_M2R_VERSION).tar.gz
PYTHON_M2R_SITE = https://files.pythonhosted.org/packages/39/e7/9fae11a45f5e1a3a21d8a98d02948e597c4afd7848a0dbe1a1ebd235f13e
PYTHON_M2R_SETUP_TYPE = setuptools
PYTHON_M2R_LICENSE = MIT
PYTHON_M2R_LICENSE_FILES = LICENSE
HOST_PYTHON_M2R_DEPENDENCIES = host-python-docutils host-python-mistune
$(eval $(python-package))
$(eval $(host-python-package))