mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
8
package/python-aiohttp-session/Config.in
Normal file
8
package/python-aiohttp-session/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOHTTP_SESSION
|
||||
bool "python-aiohttp-session"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
||||
help
|
||||
Sessions for aiohttp.web.
|
||||
|
||||
https://github.com/aio-libs/aiohttp_session/
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiohttp-session/json
|
||||
md5 993ec277ece4765472d0edc0f6c0bba3 aiohttp-session-2.9.0.tar.gz
|
||||
sha256 959413468b84e30e7ca09719617cfb0000066a2e0f6c20062d043433e82aeb74 aiohttp-session-2.9.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2a86817fedf0c52baaa47d7dd975073639dfaaebd37312bd279de54d7f841791 LICENSE
|
||||
16
package/python-aiohttp-session/python-aiohttp-session.mk
Normal file
16
package/python-aiohttp-session/python-aiohttp-session.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiohttp-session
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOHTTP_SESSION_VERSION = 2.9.0
|
||||
PYTHON_AIOHTTP_SESSION_SOURCE = aiohttp-session-$(PYTHON_AIOHTTP_SESSION_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_SESSION_SITE = https://files.pythonhosted.org/packages/f8/fe/53dfd35f5c7fcc7f2d0866cb29e722303e3fae7f749c1f3d4d11d361dc38
|
||||
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))
|
||||
Reference in New Issue
Block a user