From 58e7fd13e63f34eec6565601039b039d4b2aa763 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:49:00 +0800 Subject: python3-moteus: upgrade 0.3.100 -> 0.3.101 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-moteus_0.3.100.bb | 17 ----------------- .../recipes-devtools/python/python3-moteus_0.3.101.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-moteus_0.3.100.bb create mode 100644 meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.100.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.100.bb deleted file mode 100644 index fe12809d78..0000000000 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.100.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "moteus brushless controller library and tools" -HOMEPAGE = "https://github.com/mjbots/moteus" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "cab1bdcffc18b83ebb52066b1bffe6de7c1354b163b3bd63e430b4fa04fbc6b9" - -S = "${UNPACKDIR}/moteus-${PV}" - -RDEPENDS:${PN} += "\ - python3-can \ - python3-importlib-metadata \ - python3-pyelftools \ - python3-pyserial \ -" diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb new file mode 100644 index 0000000000..0b7d636cd6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb @@ -0,0 +1,17 @@ +SUMMARY = "moteus brushless controller library and tools" +HOMEPAGE = "https://github.com/mjbots/moteus" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "a288796f54515a40b02f548d8bcfb47c1e846e6460748d81856798c463b35cf5" + +S = "${UNPACKDIR}/moteus-${PV}" + +RDEPENDS:${PN} += "\ + python3-can \ + python3-importlib-metadata \ + python3-pyelftools \ + python3-pyserial \ +" -- cgit v1.2.3-54-g00ecf