From 016947fbbd8a62def554c4648ce7aed1f18e0986 Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 22 Jul 2022 10:08:53 +0800 Subject: python3-lru-dict: upgrade 1.1.7 -> 1.1.8 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb (limited to 'meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb') diff --git a/meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb b/meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb new file mode 100644 index 0000000000..b870bc0889 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb @@ -0,0 +1,9 @@ +SUMMARY = "A fixed size dict like container which evicts Least Recently Used (LRU) items once size limit is exceeded." +HOMEPAGE = "https://github.com/amitdev/lru-dict" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9d10a486ee04034fdef5162fd791f153" + +SRC_URI[sha256sum] = "878bc8ef4073e5cfb953dfc1cf4585db41e8b814c0106abde34d00ee0d0b3115" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf