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_TXAIO
bool "python-txaio"
depends on BR2_PACKAGE_PYTHON3
help
Compatibility API between asyncio/Twisted/Trollius.
https://pypi.python.org/pypi/txaio
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/txaio/json
md5 7e80b80ed7797245a5eef803043bdede txaio-21.2.1.tar.gz
sha256 7d6f89745680233f1c4db9ddb748df5e88d2a7a37962be174c0fd04c8dba1dc8 txaio-21.2.1.tar.gz
# Locally computed sha256 checksums
sha256 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-txaio
#
################################################################################
PYTHON_TXAIO_VERSION = 21.2.1
PYTHON_TXAIO_SOURCE = txaio-$(PYTHON_TXAIO_VERSION).tar.gz
PYTHON_TXAIO_SITE = https://files.pythonhosted.org/packages/c5/39/2e715062283f8443d8ceeea32276db71741664d78d43c3edd3675498e926
PYTHON_TXAIO_LICENSE = MIT
PYTHON_TXAIO_LICENSE_FILES = LICENSE
PYTHON_TXAIO_SETUP_TYPE = setuptools
$(eval $(python-package))