diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-03-05 15:34:09 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-06 06:58:00 -0800 |
commit | 85483b64fb0e45ab512d72f8fb6d46c68e7c6e81 (patch) | |
tree | ba54e72e093cf44a114648d505428d31590fc010 /meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb | |
parent | 2e9751d16eac5f9b82b73208f1e75187c7796f51 (diff) | |
download | meta-openembedded-85483b64fb0e45ab512d72f8fb6d46c68e7c6e81.tar.gz |
python3-bitstruct: Upgrade 8.19.0 -> 8.20.0
Upgrade to release 8.20.0.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
1 | DESCRIPTION = "This module performs conversions between Python values and C bit field structs represented as Python byte strings." | ||
2 | HOMEPAGE = "https://github.com/eerimoq/bitstruct" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" | ||
5 | |||
6 | SRC_URI[sha256sum] = "f6b16a93097313f2a6c146640c93e5f988a39c33364f8c20a4286ac1c5ed5dae" | ||
7 | |||
8 | inherit pypi python_setuptools_build_meta | ||
9 | |||
10 | CLEANBROKEN = "1" | ||
11 | |||