From 2efa96cecb50305aacd3b7df9c1aca036017dfeb Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 12 May 2025 15:35:47 +0800 Subject: python3-setproctitle: Upgrade 1.3.5 -> 1.3.6 Changelog: - Add support for free-threading (issue #147) Signed-off-by: Mingli Yu Signed-off-by: Khem Raj --- .../python/python3-setproctitle_1.3.5.bb | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb (limited to 'meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb') diff --git a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb deleted file mode 100644 index 6be65469af..0000000000 --- a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb +++ /dev/null @@ -1,35 +0,0 @@ -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] = "1e6eaeaf8a734d428a95d8c104643b39af7d247d604f40a7bebcf3960a853c5e" - -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