diff mbox series

[meta-python,1/2] python3-canmatrix: Add recipe

Message ID AM6PR0402MB34293F0DE182D6F5B7A8F999A665A@AM6PR0402MB3429.eurprd04.prod.outlook.com
State Under Review
Headers show
Series [meta-python,1/2] python3-canmatrix: Add recipe | expand

Commit Message

Søren Andersen May 26, 2025, 1:51 p.m. UTC
python3-canmatrix is needed for python3-canopen

Signed-off-by: Søren Andersen <san@skov.dk>
---
 .../recipes-devtools/python/python3-canmatrix_1.2.bb   | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb

Comments

Gyorgy Sarvari May 26, 2025, 2:06 p.m. UTC | #1
On 5/26/25 15:51, Søren Andersen via lists.openembedded.org wrote:
> python3-canmatrix is needed for python3-canopen
>
> Signed-off-by: Søren Andersen <san@skov.dk>
> ---
>  .../recipes-devtools/python/python3-canmatrix_1.2.bb   | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb b/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb
> new file mode 100644
> index 0000000000..e78606a142
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb
> @@ -0,0 +1,10 @@
> +SUMMARY = "Canmatrix is a python package to read and write several CAN (Controller Area Network) database formats."
> +HOMEPAGE = "https://github.com/Phynix/yamlloader"
Could you pls update the homepage to
https://github.com/ebroecker/canmatrix ?
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=bb3bdbe015537f08812c87d93670ea1b"
> +
> +SRC_URI[sha256sum] = "19d5ba3fd69974bd41985b90198503bfde6ae3639dfc8ce6a2f7a0338787dbf7"
> +
> +PYPI_PACKAGE = "canmatrix"
> +
> +inherit pypi python_setuptools_build_meta
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117628): https://lists.openembedded.org/g/openembedded-devel/message/117628
> Mute This Topic: https://lists.openembedded.org/mt/113309047/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb b/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb
new file mode 100644
index 0000000000..e78606a142
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-canmatrix_1.2.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Canmatrix is a python package to read and write several CAN (Controller Area Network) database formats."
+HOMEPAGE = "https://github.com/Phynix/yamlloader"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bb3bdbe015537f08812c87d93670ea1b"
+
+SRC_URI[sha256sum] = "19d5ba3fd69974bd41985b90198503bfde6ae3639dfc8ce6a2f7a0338787dbf7"
+
+PYPI_PACKAGE = "canmatrix"
+
+inherit pypi python_setuptools_build_meta