generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
16
package/python-aiohttp/Config.in
Normal file
16
package/python-aiohttp/Config.in
Normal file
@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOHTTP
|
||||
bool "python-aiohttp"
|
||||
select BR2_PACKAGE_PYTHON_AIODNS # runtime
|
||||
select BR2_PACKAGE_PYTHON_AIOSIGNAL # runtime
|
||||
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
|
||||
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
||||
select BR2_PACKAGE_PYTHON_CCHARDET if BR2_INSTALL_LIBSTDCPP # runtime
|
||||
select BR2_PACKAGE_PYTHON_CHARDET if !BR2_INSTALL_LIBSTDCPP # runtime
|
||||
select BR2_PACKAGE_PYTHON_MULTIDICT # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
select BR2_PACKAGE_PYTHON_YARL # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
||||
help
|
||||
Async http client/server framework (asyncio).
|
||||
|
||||
https://github.com/aio-libs/aiohttp
|
||||
5
package/python-aiohttp/python-aiohttp.hash
Normal file
5
package/python-aiohttp/python-aiohttp.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiohttp/json
|
||||
md5 faf7726dc65a940272874c0f441e8ec6 aiohttp-3.8.1.tar.gz
|
||||
sha256 fc5471e1a54de15ef71c1bc6ebe80d4dc681ea600e68bfd1cbce40427f0b7578 aiohttp-3.8.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 383c70c090b60ae81e035fe4fafed689b45c4421cd3bc355f1bd41ac208ccf3f LICENSE.txt
|
||||
16
package/python-aiohttp/python-aiohttp.mk
Normal file
16
package/python-aiohttp/python-aiohttp.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiohttp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOHTTP_VERSION = 3.8.1
|
||||
PYTHON_AIOHTTP_SOURCE = aiohttp-$(PYTHON_AIOHTTP_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_SITE = https://files.pythonhosted.org/packages/5a/86/5f63de7a202550269a617a5d57859a2961f3396ecd1739a70b92224766bc
|
||||
PYTHON_AIOHTTP_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOHTTP_LICENSE = Apache-2.0
|
||||
PYTHON_AIOHTTP_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_AIOHTTP_CPE_ID_VENDOR = aiohttp_project
|
||||
PYTHON_AIOHTTP_CPE_ID_PRODUCT = aiohttp
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user