its already available in meta-python and has a more recent version
2.1.3, is there anything needing it in such a way that
we need to move it to the core layer ?

On Mon, Mar 18, 2024 at 1:56 AM Xiangyu Chen
<xiangyu.c...@eng.windriver.com> wrote:
>
> From: Xiangyu Chen <xiangyu.c...@windriver.com>
>
> 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 <xiangyu.c...@windriver.com>
> ---
>  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 (#197309): 
https://lists.openembedded.org/g/openembedded-core/message/197309
Mute This Topic: https://lists.openembedded.org/mt/104999059/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to