From 12d0ac7b6cfc1e14ce3ea0b927299f618ad6f662 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 12 Apr 2021 17:02:11 +0300 Subject: python3-backports-functools-lru-cache: Upgrade 1.6.3 -> 1.6.4 Upgrade to release 1.6.4: - For test dependencies, when indicating Python 3, use >=3 instead of >3 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 2627bb1a242747aa5a61fc8ca77ea604d3e9f171) Signed-off-by: Armin Kuster --- .../python3-backports-functools-lru-cache_1.6.3.bb | 31 ---------------------- .../python3-backports-functools-lru-cache_1.6.4.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.3.bb b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.3.bb deleted file mode 100644 index 0d232dcabb..0000000000 --- a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.3.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Backport of functools.lru_cache from Python 3.3" -HOMEPAGE = "https://github.com/jaraco/backports.functools_lru_cache" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" - -PYPI_PACKAGE = "backports.functools_lru_cache" - -SRC_URI[sha256sum] = "d84e126e2a29e4fde8931ff8131240bbf30a0e7dbcc3897a8dbd8ea5ac11419c" - -DEPENDS += "${PYTHON_PN}-setuptools-scm-native" - -inherit pypi setuptools3 ptest - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS_${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-pickle \ - ${PYTHON_PN}-threading \ - " diff --git a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb new file mode 100644 index 0000000000..c90ffa1b47 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb @@ -0,0 +1,31 @@ +SUMMARY = "Backport of functools.lru_cache from Python 3.3" +HOMEPAGE = "https://github.com/jaraco/backports.functools_lru_cache" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" + +PYPI_PACKAGE = "backports.functools_lru_cache" + +SRC_URI[sha256sum] = "d5ed2169378b67d3c545e5600d363a923b09c456dab1593914935a68ad478271" + +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" + +inherit pypi setuptools3 ptest + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS_${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-pickle \ + ${PYTHON_PN}-threading \ + " -- cgit v1.2.3-54-g00ecf