initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOREDIS
|
||||
bool "python-aioredis"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
|
||||
select BR2_PACKAGE_PYTHON_HIREDIS # runtime
|
||||
help
|
||||
Provides simple and clear interface to Redis based on asyncio.
|
||||
|
||||
https://github.com/aio-libs/aioredis
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aioredis/json
|
||||
md5 343a451df2381b9ea368e12b9075caa5 aioredis-2.0.0.tar.gz
|
||||
sha256 3a2de4b614e6a5f8e104238924294dc4e811aefbe17ddf52c04a93cbf06e67db aioredis-2.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 183b21f240e41af611c951d01d4f36793d470a82d5fd79efc21f25ae4cf68543 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aioredis
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOREDIS_VERSION = 2.0.0
|
||||
PYTHON_AIOREDIS_SOURCE = aioredis-$(PYTHON_AIOREDIS_VERSION).tar.gz
|
||||
PYTHON_AIOREDIS_SITE = https://files.pythonhosted.org/packages/92/60/a3cb5fadc254cc6e709ba14a02531870b02386b8c7bb147bf80a2be93f76
|
||||
PYTHON_AIOREDIS_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOREDIS_LICENSE = MIT
|
||||
PYTHON_AIOREDIS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user