From 85483b64fb0e45ab512d72f8fb6d46c68e7c6e81 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 5 Mar 2025 15:34:09 +0200 Subject: python3-bitstruct: Upgrade 8.19.0 -> 8.20.0 Upgrade to release 8.20.0. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-bitstruct_8.20.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb (limited to 'meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb new file mode 100644 index 0000000000..f2a291e3bc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "This module performs conversions between Python values and C bit field structs represented as Python byte strings." +HOMEPAGE = "https://github.com/eerimoq/bitstruct" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" + +SRC_URI[sha256sum] = "f6b16a93097313f2a6c146640c93e5f988a39c33364f8c20a4286ac1c5ed5dae" + +inherit pypi python_setuptools_build_meta + +CLEANBROKEN = "1" + -- cgit v1.2.3-54-g00ecf