mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
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"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_AIODNS # 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 7052a8e9877921d73da98d2b18c9a145 aiohttp-3.7.4.post0.tar.gz
|
||||
sha256 493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf aiohttp-3.7.4.post0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 96627bed0ad08e9b2efa9f4e04e80837cd0550e7694a0fec33b1dab2550282ab 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.7.4.post0
|
||||
PYTHON_AIOHTTP_SOURCE = aiohttp-$(PYTHON_AIOHTTP_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_SITE = https://files.pythonhosted.org/packages/99/f5/90ede947a3ce2d6de1614799f5fea4e93c19b6520a59dc5d2f64123b032f
|
||||
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