python-txaio: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
357b945957
commit
148d964e4d
@ -724,6 +724,7 @@ menu "External python modules"
|
||||
source "package/python-tornado/Config.in"
|
||||
source "package/python-treq/Config.in"
|
||||
source "package/python-twisted/Config.in"
|
||||
source "package/python-txaio/Config.in"
|
||||
source "package/python-urllib3/Config.in"
|
||||
source "package/python-urwid/Config.in"
|
||||
source "package/python-versiontools/Config.in"
|
||||
|
7
package/python-txaio/Config.in
Normal file
7
package/python-txaio/Config.in
Normal 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
|
3
package/python-txaio/python-txaio.hash
Normal file
3
package/python-txaio/python-txaio.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=c2a7e6ebfdf8987c3938e40e39a3c5e7, sha256 locally computed
|
||||
md5 c2a7e6ebfdf8987c3938e40e39a3c5e7 txaio-2.2.1.tar.gz
|
||||
sha256 6eee00c397d8193d15313dfc36da3eac8d64edf0b92fe3b67cd5a735ffc3074b txaio-2.2.1.tar.gz
|
14
package/python-txaio/python-txaio.mk
Normal file
14
package/python-txaio/python-txaio.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-txaio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TXAIO_VERSION = 2.2.1
|
||||
PYTHON_TXAIO_SOURCE = txaio-$(PYTHON_TXAIO_VERSION).tar.gz
|
||||
PYTHON_TXAIO_SITE = http://pypi.python.org/packages/source/t/txaio
|
||||
PYTHON_TXAIO_LICENSE = MIT
|
||||
PYTHON_TXAIO_LICENSE_FILES = LICENSE
|
||||
PYTHON_TXAIO_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user