diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-03-16 16:36:17 +0800 |
|---|---|---|
| committer | tgamblin <trevor.gamblin@windriver.com> | 2022-03-17 08:54:17 -0400 |
| commit | 9400c8da18f38de55ad4e14ae09a4da3bf488f34 (patch) | |
| tree | 000a2dac8c5933c92c0ff8c406aff9248f4958eb /meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb | |
| parent | f8a52dacc5f653a484afa6843598240b9dcec5fb (diff) | |
| download | meta-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.bb | 13 |
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 @@ | |||
| 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] = "7b87d9e41ff552a8cae06ea2368c3772b6f3102bdab4b65e793be7590d69f03b" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "bitstruct" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | CLEANBROKEN = "1" | ||
| 13 | |||
