From 8563c476ee3bdc71e3232e380a7d711657c34968 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 27 May 2022 09:15:27 +0800 Subject: python3-cachetools: upgrade 5.0.0 -> 5.1.0 License-Update: Copyright year updated to 2022. Changelog: Add cache decorator parameters as wrapper function attributes. Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python/python3-cachetools_5.0.0.bb | 32 ---------------------- .../python/python3-cachetools_5.1.0.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cachetools_5.1.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb deleted file mode 100644 index f2974f7e34..0000000000 --- a/meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "Extensible memoizing collections and decorators" -HOMEPAGE = "https://github.com/tkem/cachetools" -DESCRIPTION = "This module provides various memoizing \ -collections and decorators, including variants of the \ -Python 3 Standard Library @lru_cache function decorator." -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=439a07e400525964c3c82684146e46eb" - -inherit pypi python_setuptools_build_meta ptest - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-math \ -" - -RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -SRC_URI[sha256sum] = "486471dfa8799eb7ec503a8059e263db000cdda20075ce5e48903087f79d5fd6" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.1.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.1.0.bb new file mode 100644 index 0000000000..98a7f3d8ff --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cachetools_5.1.0.bb @@ -0,0 +1,32 @@ +SUMMARY = "Extensible memoizing collections and decorators" +HOMEPAGE = "https://github.com/tkem/cachetools" +DESCRIPTION = "This module provides various memoizing \ +collections and decorators, including variants of the \ +Python 3 Standard Library @lru_cache function decorator." +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ec55353c80c662e4255f8889a0ca558" + +inherit pypi python_setuptools_build_meta ptest + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-math \ +" + +RDEPENDS:${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +SRC_URI[sha256sum] = "8b3b8fa53f564762e5b221e9896798951e7f915513abf2ba072ce0f07f3f5a98" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf