[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_SESSION
bool "python-aiohttp-session"
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
help
Sessions for aiohttp.web.
https://github.com/aio-libs/aiohttp_session/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiohttp-session/json
md5 797273eb5f0ef9e95fa92c6a933cf4ad aiohttp-session-2.11.0.tar.gz
sha256 0fdf39600f6a05c4943ef6c7b099071ca9854413111a26761626244be5015dc4 aiohttp-session-2.11.0.tar.gz
# Locally computed sha256 checksums
sha256 7bc5dd2f229a6b922befb1427fd4ad2c0b255f12c1b1869370ba77520dc22bc7 LICENSE

View File

@ -0,0 +1,16 @@
################################################################################
#
# python-aiohttp-session
#
################################################################################
PYTHON_AIOHTTP_SESSION_VERSION = 2.11.0
PYTHON_AIOHTTP_SESSION_SOURCE = aiohttp-session-$(PYTHON_AIOHTTP_SESSION_VERSION).tar.gz
PYTHON_AIOHTTP_SESSION_SITE = https://files.pythonhosted.org/packages/3b/a7/0b97b9a2e3a553a86a6703f86b0e9b1afb2b262849700e8f80015c0f643f
PYTHON_AIOHTTP_SESSION_SETUP_TYPE = setuptools
PYTHON_AIOHTTP_SESSION_LICENSE = Apache-2.0
PYTHON_AIOHTTP_SESSION_LICENSE_FILES = LICENSE
PYTHON_AIOHTTP_SESSION_CPE_ID_VENDOR = aiohttp-session_project
PYTHON_AIOHTTP_SESSION_CPE_ID_PRODUCT = aiohttp-session
$(eval $(python-package))