Bump buildroot to 2019.02
This commit is contained in:
15
bsp/buildroot/package/python-aiohttp/Config.in
Normal file
15
bsp/buildroot/package/python-aiohttp/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOHTTP
|
||||
bool "python-aiohttp"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
||||
select BR2_PACKAGE_PYTHON_CCHARDET if BR2_INSTALL_LIBSTDCPP # runtime
|
||||
select BR2_PACKAGE_PYTHON_CHARDET if !BR2_INSTALL_LIBSTDCPP # runtime
|
||||
select BR2_PACKAGE_PYTHON_MULTIDICT # runtime
|
||||
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
|
||||
select BR2_PACKAGE_PYTHON_YARL # runtime
|
||||
select BR2_PACKAGE_PYTHON_AIODNS # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
||||
help
|
||||
Async http client/server framework (asyncio).
|
||||
|
||||
https://github.com/aio-libs/aiohttp
|
||||
5
bsp/buildroot/package/python-aiohttp/python-aiohttp.hash
Normal file
5
bsp/buildroot/package/python-aiohttp/python-aiohttp.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiohttp/json
|
||||
md5 85fe5c9037256c58d4678148bd91b3f3 aiohttp-3.5.4.tar.gz
|
||||
sha256 9c4c83f4fa1938377da32bc2d59379025ceeee8e24b89f72fcbccd8ca22dc9bf aiohttp-3.5.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6 LICENSE.txt
|
||||
14
bsp/buildroot/package/python-aiohttp/python-aiohttp.mk
Normal file
14
bsp/buildroot/package/python-aiohttp/python-aiohttp.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiohttp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOHTTP_VERSION = 3.5.4
|
||||
PYTHON_AIOHTTP_SOURCE = aiohttp-$(PYTHON_AIOHTTP_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_SITE = https://files.pythonhosted.org/packages/0f/58/c8b83f999da3b13e66249ea32f325be923791c0c10aee6cf16002a3effc1
|
||||
PYTHON_AIOHTTP_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOHTTP_LICENSE = Apache-2.0
|
||||
PYTHON_AIOHTTP_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user