mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-18 16:42:11 +00:00
package/python-aiohttp-session: new package
Sessions for aiohttp.web. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
411cd189f1
commit
e3e5c7451b
14
package/python-aiohttp-session/python-aiohttp-session.mk
Normal file
14
package/python-aiohttp-session/python-aiohttp-session.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiohttp-session
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOHTTP_SESSION_VERSION = 2.7.0
|
||||
PYTHON_AIOHTTP_SESSION_SOURCE = aiohttp-session-$(PYTHON_AIOHTTP_SESSION_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_SESSION_SITE = https://files.pythonhosted.org/packages/b5/5f/3f78fd4de2f9b17ad8cfe6c189bfaee3d0a5d2fe954aedad743edd08c813
|
||||
PYTHON_AIOHTTP_SESSION_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOHTTP_SESSION_LICENSE = Apache-2.0
|
||||
PYTHON_AIOHTTP_SESSION_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user