[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_AIOHTTP_SSE
bool "python-aiohttp-sse"
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 822cd0c30325e8a711101c1a1ede4058 aiohttp-sse-2.1.0.tar.gz
sha256 dfe8f7271ab4470891fa1bfa1913d6889b3d19015dd3d3a4cab949e66971bbca aiohttp-sse-2.1.0.tar.gz
# Locally computed sha256 checksums
sha256 5585eb91ec607b4fdbe97d44a61146a9cc27bb703336628bc3c6a1eaffe60307 LICENSE

View File

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