From 98cafecaa5ffce820f1fb87e92fcc7b4696f0364 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 15 Oct 2025 11:05:41 +0300 Subject: python3-setproctitle: Upgrade 1.3.6 -> 1.3.7 Upgrade to release 1.3.7: - Add support for Python 3.14 License-Update: Use LICENSE. No change of the license. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-setproctitle_1.3.7.bb | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-setproctitle_1.3.7.bb (limited to 'meta-python/recipes-devtools/python/python3-setproctitle_1.3.7.bb') diff --git a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.7.bb b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.7.bb new file mode 100644 index 0000000000..6abfcf8502 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.7.bb @@ -0,0 +1,35 @@ +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://LICENSE;md5=a9efff04c3ae658687dd38e20398a20d" + +inherit pypi setuptools3 ptest + +SRC_URI[sha256sum] = "bc2bc917691c1537d5b9bca1468437176809c7e11e5694ca79a9ca12345dcb9e" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += "\ + libatomic-dev \ + 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