initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user