You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
586 B
14 lines
586 B
################################################################################
|
|
#
|
|
# 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))
|
|
|