mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_ASYNC_LRU
|
||||
bool "python-async-lru"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Simple lru_cache for asyncio.
|
||||
|
||||
https://github.com/aio-libs/async_lru
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/async_lru/json
|
||||
md5 69bed62927426353513e68aec77989ab async_lru-1.0.2.tar.gz
|
||||
sha256 baa898027619f5cc31b7966f96f00e4fc0df43ba206a8940a5d1af5336a477cb async_lru-1.0.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 ea65975679bc2093be925d520358e41096bd96fddedee3e929160a5faadcf573 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-async-lru
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ASYNC_LRU_VERSION = 1.0.2
|
||||
PYTHON_ASYNC_LRU_SOURCE = async_lru-$(PYTHON_ASYNC_LRU_VERSION).tar.gz
|
||||
PYTHON_ASYNC_LRU_SITE = https://files.pythonhosted.org/packages/7e/c1/a3d6207deaaeb582d16dc9a0fd217f192efc9487ce59897131cf9a2bdc1c
|
||||
PYTHON_ASYNC_LRU_SETUP_TYPE = setuptools
|
||||
PYTHON_ASYNC_LRU_LICENSE = MIT
|
||||
PYTHON_ASYNC_LRU_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user