From fdb3e2ff86d354ee9933ae7152e9e9f5870a2eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 20 Apr 2022 02:51:02 +0200 Subject: [PATCH] python3-setproctitle: initial add 1.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-python/python3-setproctitle_1.2.3.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-python/python3-setproctitle_1.2.3.bb diff --git a/recipes-python/python3-setproctitle_1.2.3.bb b/recipes-python/python3-setproctitle_1.2.3.bb new file mode 100644 index 0000000..9ccd000 --- /dev/null +++ b/recipes-python/python3-setproctitle_1.2.3.bb @@ -0,0 +1,7 @@ +SUMMARY = "A Python module to customize the process title" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=86d2d41b5f4f023f43466f8cb7adebaa" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "ecf28b1c07a799d76f4326e508157b71aeda07b84b90368ea451c0710dbd32c0"