Bump buildroot to 2019.02
This commit is contained in:
7
bsp/buildroot/package/python-async-timeout/Config.in
Normal file
7
bsp/buildroot/package/python-async-timeout/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT
|
||||
bool "python-async-timeout"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
asyncio-compatible timeout context manager.
|
||||
|
||||
https://github.com/aio-libs/async-timeout
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.python.org/pypi/async_timeout/json
|
||||
md5 305c4fa529f2485c403d0dbe14390175 async-timeout-3.0.1.tar.gz
|
||||
sha256 0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f async-timeout-3.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-async-timeout
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASYNC_TIMEOUT_VERSION = 3.0.1
|
||||
PYTHON_ASYNC_TIMEOUT_SOURCE = async-timeout-$(PYTHON_ASYNC_TIMEOUT_VERSION).tar.gz
|
||||
PYTHON_ASYNC_TIMEOUT_SITE = https://files.pythonhosted.org/packages/a1/78/aae1545aba6e87e23ecab8d212b58bb70e72164b67eb090b81bb17ad38e3
|
||||
PYTHON_ASYNC_TIMEOUT_LICENSE = Apache-2.0
|
||||
PYTHON_ASYNC_TIMEOUT_LICENSE_FILES = LICENSE
|
||||
PYTHON_ASYNC_TIMEOUT_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user