diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:51 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:21 -0800 |
| commit | 0680957b338a2dc95ff8b5f2480f5b8704bf7f99 (patch) | |
| tree | 2eaccdb80539b811c4928483e5405e54b273a283 /meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb | |
| parent | 1c4c86fb18e6fba6332a0e0004c70ae97f5cd8e9 (diff) | |
| download | meta-openembedded-0680957b338a2dc95ff8b5f2480f5b8704bf7f99.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb | 18 |
1 files changed, 0 insertions, 18 deletions
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 @@ | |||
| 1 | SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python" | ||
| 2 | DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python" | ||
| 3 | HOMEPAGE = "https://github.com/kplindegaard/smbus2" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2a3eca2de44816126b3c6f33811a9fba" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "36f2288a8e1a363cb7a7b2244ec98d880eb5a728a2494ac9c71e9de7bf6a803a" | ||
| 10 | |||
| 11 | CLEANBROKEN = "1" | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "smbus2" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | python3-ctypes \ | ||
| 17 | python3-fcntl \ | ||
| 18 | " | ||
