From 0340d53ec9c6a0b3ee6767ed27a46968befd6630 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 18 Nov 2024 17:29:48 +0800 Subject: python3-setproctitle: upgrade 1.3.3 -> 1.3.4 Changelog: =========== - Add support for Python 3.13 - Drop support for Python 3.7. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-setproctitle_1.3.4.bb | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb (limited to 'meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb new file mode 100644 index 0000000000..24200533f5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb @@ -0,0 +1,34 @@ +SUMMARY = "A Python module to customize the process title" +DESCRIPTION = "The setproctitle module allows a process to change its \ +title (as displayed by system tools such as ps, top or MacOS Activity \ +Monitor)." +HOMEPAGE = "https://github.com/dvarrazzo/py-setproctitle" +BUGTRACKER = "https://github.com/dvarrazzo/py-setproctitle/issues" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=86d2d41b5f4f023f43466f8cb7adebaa" + +inherit pypi setuptools3 ptest + +SRC_URI[sha256sum] = "3b40d32a3e1f04e94231ed6dfee0da9e43b4f9c6b5450d53e6dd7754c34e0c50" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += "\ + packagegroup-core-buildessential \ + procps-ps \ + python3-dev \ + python3-multiprocessing \ + python3-pytest \ + python3-unittest-automake-output \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +BBCLASSEXTEND = "native nativesdk" + +INSANE_SKIP:${PN}-ptest = "dev-deps" -- cgit v1.2.3-54-g00ecf