From 0680957b338a2dc95ff8b5f2480f5b8704bf7f99 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Nov 2024 14:30:51 +0800 Subject: python3-smbus2: upgrade 0.4.3 -> 0.5.0 Chanelog: ========= - Slight change of SMBus object life-cycle to better handle "open -> close -> open" scenarios. - Documentation builds again - Typing corrections. - Python 3.12, 3.13 added. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-smbus2_0.4.3.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb (limited to 'meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb deleted file mode 100644 index 779562d041..0000000000 --- a/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python" -DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python" -HOMEPAGE = "https://github.com/kplindegaard/smbus2" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2a3eca2de44816126b3c6f33811a9fba" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "36f2288a8e1a363cb7a7b2244ec98d880eb5a728a2494ac9c71e9de7bf6a803a" - -CLEANBROKEN = "1" - -PYPI_PACKAGE = "smbus2" - -RDEPENDS:${PN} += "\ - python3-ctypes \ - python3-fcntl \ -" -- cgit v1.2.3-54-g00ecf