From 112b473a7f59bbf6c77d70a102e6cc58f6aa0baa Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 27 Jan 2026 13:19:00 +0200 Subject: python3-path: Upgrade 17.1.0 -> 17.1.1 Upgrade to release 17.1.1: - Feed the hobgoblins (delint) - Supply the types, irrespective of platform - Ignore the arg type License-Update: Update years Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-path_17.1.1.bb | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-path_17.1.1.bb (limited to 'meta-python/recipes-devtools/python/python3-path_17.1.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-path_17.1.1.bb b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb new file mode 100644 index 0000000000..be150f3dbb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb @@ -0,0 +1,38 @@ +SUMMARY = "A module wrapper for os.path" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a" + +SRC_URI[sha256sum] = "2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42" + +SRC_URI += "\ + file://run-ptest \ +" + +inherit pypi python_setuptools_build_meta ptest + +DEPENDS += " \ + python3-setuptools-scm-native \ + python3-coherent-licensed-native \ +" + +RDEPENDS:${PN} += " \ + python3-appdirs \ + python3-crypt \ + python3-io \ + python3-numbers \ + python3-shell \ +" +RDEPENDS:${PN}-ptest += " \ + python3-pytest \ + python3-unittest-automake-output \ + python3-more-itertools \ +" + +BBCLASSEXTEND = "nativesdk native" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/test + cp -rf ${S}/tests/test_* ${D}${PTEST_PATH}/test/ + install -d ${D}${PTEST_PATH}/path + cp -rf ${S}/path/* ${D}${PTEST_PATH}/path/ +} -- cgit v1.2.3-54-g00ecf