summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-03-16 16:36:17 +0800
committertgamblin <trevor.gamblin@windriver.com>2022-03-17 08:54:17 -0400
commit9400c8da18f38de55ad4e14ae09a4da3bf488f34 (patch)
tree000a2dac8c5933c92c0ff8c406aff9248f4958eb /meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
parentf8a52dacc5f653a484afa6843598240b9dcec5fb (diff)
downloadmeta-openembedded-9400c8da18f38de55ad4e14ae09a4da3bf488f34.tar.gz
python3-bitstruct: upgrade 8.12.1 -> 8.13.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
new file mode 100644
index 0000000000..954c9ab46c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "This module performs conversions between Python values and C bit field structs represented as Python byte strings."
2HOMEPAGE = "https://github.com/eerimoq/bitstruct"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
5
6SRC_URI[sha256sum] = "7b87d9e41ff552a8cae06ea2368c3772b6f3102bdab4b65e793be7590d69f03b"
7
8PYPI_PACKAGE = "bitstruct"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13