diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-09 13:34:56 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-08 22:55:06 -0800 |
| commit | 86179449c37bf2475127d070d0b4e837c5c48d43 (patch) | |
| tree | a0a3eaea8309ad6ea31e97d45a2b65bff2afe56b /meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb | |
| parent | 8b0358ac20d2e9c703e808b6686c0a175e9bc96c (diff) | |
| download | meta-openembedded-86179449c37bf2475127d070d0b4e837c5c48d43.tar.gz | |
python3-inflate64: upgrade 0.3.1 -> 1.0.0
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-inflate64_1.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb b/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb new file mode 100644 index 0000000000..d3b557406c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "deflate64 compression/decompression library" | ||
| 2 | HOMEPAGE = "https://codeberg.org/miurahr/inflate64" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 6 | |||
| 7 | inherit setuptools3 pypi | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "3278827b803cf006a1df251f3e13374c7d26db779e5a33329cc11789b804bc2d" | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "inflate64" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | ${PYTHON_PN}-core \ | ||
| 15 | ${PYTHON_PN}-importlib-metadata \ | ||
| 16 | " | ||
