mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/python-async-lru: new package
Simple lru_cache for asyncio. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
53deade5d9
commit
2fec6cfcd5
14
package/python-async-lru/python-async-lru.mk
Normal file
14
package/python-async-lru/python-async-lru.mk
Normal file
@@ -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