mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-28 20:51:33 +00:00
python3-setproctitle: Upgrade 1.3.5 -> 1.3.6
Changelog: - Add support for free-threading (issue #147) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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://COPYRIGHT;md5=86d2d41b5f4f023f43466f8cb7adebaa"
|
||||
|
||||
inherit pypi setuptools3 ptest
|
||||
|
||||
SRC_URI[sha256sum] = "c9f32b96c700bb384f33f7cf07954bb609d35dd82752cef57fb2ee0968409169"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user