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_AIOFILES
bool "python-aiofiles"
depends on BR2_PACKAGE_PYTHON3
help
aiofiles aims to handle local disk files in
asyncio applications.
https://pypi.org/project/aiofiles
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiofiles/json
md5 a2dd24e2ca8d7b7e7dbacd6381da748a aiofiles-0.7.0.tar.gz
sha256 a1c4fc9b2ff81568c83e21392a82f344ea9d23da906e4f6a52662764545e19d4 aiofiles-0.7.0.tar.gz
# Locally computed sha256 checksums
sha256 cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-aiofiles
#
################################################################################
PYTHON_AIOFILES_VERSION = 0.7.0
PYTHON_AIOFILES_SOURCE = aiofiles-$(PYTHON_AIOFILES_VERSION).tar.gz
PYTHON_AIOFILES_SITE = https://files.pythonhosted.org/packages/06/f0/af90f3fb4066b0707b6a5af3ffd5fd9b3809bbb52f0153a3c7550e594de3
PYTHON_AIOFILES_SETUP_TYPE = setuptools
PYTHON_AIOFILES_LICENSE = Apache-2.0
PYTHON_AIOFILES_LICENSE_FILES = LICENSE
$(eval $(python-package))