From e04955a65db59de5407ae40ddadfd40a2ecc934c Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 1 Dec 2022 20:37:03 +0100 Subject: python3-watchdogdev: new package Add a recipe for watchdogdev - a python module for controlling linux watchdog devices. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-watchdogdev_1.0.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-watchdogdev_1.0.0.bb (limited to 'meta-python/recipes-devtools/python/python3-watchdogdev_1.0.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-watchdogdev_1.0.0.bb b/meta-python/recipes-devtools/python/python3-watchdogdev_1.0.0.bb new file mode 100644 index 0000000000..3acb366c1d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-watchdogdev_1.0.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Linux watchdog device API for Python." +HOMEPAGE = "https://github.com/timka/watchdogdev" +SECTION = "devel/python" +LICENSE = "Python-2.0" +LIC_FILES_CHKSUM = "file://setup.py;beginline=47;endline=47;md5=ad880087bee2eb64e368954eb7b99bfd" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "776ba57a07aef0084466493f40ce20814a29f8914a10ef8177317d02559fd017" -- cgit v1.2.3-54-g00ecf