From: Xiangyu Chen <[email protected]> python3-gpiod is a python library for interacting with the linux GPIO character device, it provides a simple way to control a GPIO in less code.
Signed-off-by: Xiangyu Chen <[email protected]> --- meta/recipes-devtools/python/python3-gpiod_1.5.4.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-gpiod_1.5.4.bb diff --git a/meta/recipes-devtools/python/python3-gpiod_1.5.4.bb b/meta/recipes-devtools/python/python3-gpiod_1.5.4.bb new file mode 100644 index 0000000000..21f0f35cbb --- /dev/null +++ b/meta/recipes-devtools/python/python3-gpiod_1.5.4.bb @@ -0,0 +1,12 @@ +SUMMARY = "Python library for interacting with GPIO" +DESCRIPTION = "Python library for interacting with the linux GPIO \ +character device. It is a pure Python library and has no dependencies on \ +other packages." +HOMEPAGE = "https://github.com/hhk7734/python3-gpiod" +BUGTRACKER = "https://github.com/hhk7734/python3-gpiod/issues" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fc4e57275d8c245894e576844466f725" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "d8e4daa655dee75c33a49f5859b2e36c72385021c06c5552968294b1ad5c2dd0" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197296): https://lists.openembedded.org/g/openembedded-core/message/197296 Mute This Topic: https://lists.openembedded.org/mt/104999059/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
