[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_AIOHTTP_REMOTES
bool "python-aiohttp-remotes"
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
help
Control remote side information.
https://github.com/aio-libs/aiohttp-remotes

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiohttp-remotes/json
md5 da13880f25ec3b9cf98c7baff92835a2 aiohttp_remotes-1.1.0.tar.gz
sha256 e44f2c5fd5fc3305477c89bb25f14570589100cc58c48b36745d4239839d3174 aiohttp_remotes-1.1.0.tar.gz
# Locally computed sha256 checksums
sha256 4e7d0edf250abe2a28027788b8c55a53d1b5c9ff961b8a00643c76aed637ba13 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-aiohttp-remotes
#
################################################################################
PYTHON_AIOHTTP_REMOTES_VERSION = 1.1.0
PYTHON_AIOHTTP_REMOTES_SOURCE = aiohttp_remotes-$(PYTHON_AIOHTTP_REMOTES_VERSION).tar.gz
PYTHON_AIOHTTP_REMOTES_SITE = https://files.pythonhosted.org/packages/e3/fc/5523010172e2d8685a8934fbb49d564118c9ebc1e4233a62b77310f979db
PYTHON_AIOHTTP_REMOTES_SETUP_TYPE = distutils
PYTHON_AIOHTTP_REMOTES_LICENSE = MIT
PYTHON_AIOHTTP_REMOTES_LICENSE_FILES = LICENSE
$(eval $(python-package))