This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_TXAIO
bool "python-txaio"
select BR2_PACKAGE_PYTHON_SIX # runtime
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 ecdd4d0f401c7f01f22830b4d2788593 txaio-18.8.1.tar.gz
sha256 67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe txaio-18.8.1.tar.gz
# Locally computed sha256 checksums
sha256 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-txaio
#
################################################################################
PYTHON_TXAIO_VERSION = 18.8.1
PYTHON_TXAIO_SOURCE = txaio-$(PYTHON_TXAIO_VERSION).tar.gz
PYTHON_TXAIO_SITE = https://files.pythonhosted.org/packages/c1/99/81de004578e9afe017bb1d4c8968088a33621c05449fe330bdd7016d5377
PYTHON_TXAIO_LICENSE = MIT
PYTHON_TXAIO_LICENSE_FILES = LICENSE
PYTHON_TXAIO_SETUP_TYPE = setuptools
$(eval $(python-package))