diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-10-15 11:05:41 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-15 12:03:01 -0700 |
| commit | 98cafecaa5ffce820f1fb87e92fcc7b4696f0364 (patch) | |
| tree | 7e5d498b3ecc1382cb84a94fe4b1cb643a912cc8 /meta-python/recipes-devtools/python/python3-setproctitle_1.3.7.bb | |
| parent | 2b7d18164e36010eebc0dcb1cc3c04eae53833af (diff) | |
| download | meta-openembedded-98cafecaa5ffce820f1fb87e92fcc7b4696f0364.tar.gz | |
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-setproctitle_1.3.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-setproctitle_1.3.7.bb | 35 |
1 files changed, 35 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A Python module to customize the process title" | ||
| 2 | DESCRIPTION = "The setproctitle module allows a process to change its \ | ||
| 3 | title (as displayed by system tools such as ps, top or MacOS Activity \ | ||
| 4 | Monitor)." | ||
| 5 | HOMEPAGE = "https://github.com/dvarrazzo/py-setproctitle" | ||
| 6 | BUGTRACKER = "https://github.com/dvarrazzo/py-setproctitle/issues" | ||
| 7 | LICENSE = "BSD-3-Clause" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a9efff04c3ae658687dd38e20398a20d" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 ptest | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "bc2bc917691c1537d5b9bca1468437176809c7e11e5694ca79a9ca12345dcb9e" | ||
| 13 | |||
| 14 | SRC_URI += " \ | ||
| 15 | file://run-ptest \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-ptest += "\ | ||
| 19 | libatomic-dev \ | ||
| 20 | packagegroup-core-buildessential \ | ||
| 21 | procps-ps \ | ||
| 22 | python3-dev \ | ||
| 23 | python3-multiprocessing \ | ||
| 24 | python3-pytest \ | ||
| 25 | python3-unittest-automake-output \ | ||
| 26 | " | ||
| 27 | |||
| 28 | do_install_ptest() { | ||
| 29 | install -d ${D}${PTEST_PATH}/tests | ||
| 30 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 31 | } | ||
| 32 | |||
| 33 | BBCLASSEXTEND = "native nativesdk" | ||
| 34 | |||
| 35 | INSANE_SKIP:${PN}-ptest = "dev-deps" | ||
