diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb new file mode 100644 index 0000000000..dcae6b4681 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 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://COPYRIGHT;md5=86d2d41b5f4f023f43466f8cb7adebaa" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 ptest | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae" | ||
| 13 | |||
| 14 | SRC_URI += " \ | ||
| 15 | file://run-ptest \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-ptest += "\ | ||
| 19 | python3-pytest \ | ||
| 20 | python3-unittest-automake-output \ | ||
| 21 | " | ||
| 22 | |||
| 23 | do_install_ptest() { | ||
| 24 | install -d ${D}${PTEST_PATH}/tests | ||
| 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 26 | } | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
