Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_AIOHTTP_SSE
bool "python-aiohttp-sse"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
help
Server-sent events support for aiohttp.
https://github.com/aio-libs/aiohttp_sse/

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiohttp-sse/json
md5 d2f394fb75f591045b2c94fc17c8533d aiohttp-sse-2.0.0.tar.gz
sha256 547e1eaa129749f090d02b31956215edbcde74ce99721f5f0ac902a9ccb1202e aiohttp-sse-2.0.0.tar.gz
# Locally computed sha256 checksums
sha256 cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-aiohttp-sse
#
################################################################################
PYTHON_AIOHTTP_SSE_VERSION = 2.0.0
PYTHON_AIOHTTP_SSE_SOURCE = aiohttp-sse-$(PYTHON_AIOHTTP_SSE_VERSION).tar.gz
PYTHON_AIOHTTP_SSE_SITE = https://files.pythonhosted.org/packages/2b/50/e127729f7df53c32c96b5c71932a7262cad40c83f1e19c218b068c816d51
PYTHON_AIOHTTP_SSE_SETUP_TYPE = setuptools
PYTHON_AIOHTTP_SSE_LICENSE = Apache-2.0
PYTHON_AIOHTTP_SSE_LICENSE_FILES = LICENSE
$(eval $(python-package))