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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_WRAPT
bool "python-wrapt"
help
Module for decorators, wrappers and monkey patching.
https://github.com/GrahamDumpleton/wrapt
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/wrapt/json
md5 6d56ed0de4336462a73350341462f45e wrapt-1.12.1.tar.gz
sha256 b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7 wrapt-1.12.1.tar.gz
# Locally computed sha256 checksums
sha256 e37c13f84fb3c9a54161b0fcf75f4d302fb86ce42cd6106147bda79e4197d9f2 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-wrapt
#
################################################################################
PYTHON_WRAPT_VERSION = 1.12.1
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/82/f7/e43cefbe88c5fd371f4cf0cf5eb3feccd07515af9fd6cf7dbf1d1793a797
PYTHON_WRAPT_SETUP_TYPE = distutils
PYTHON_WRAPT_LICENSE = BSD-2-Clause
PYTHON_WRAPT_LICENSE_FILES = LICENSE
$(eval $(python-package))