summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-10 11:33:13 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-09 21:24:15 -0700
commitfa40feb7b87452da6e7941f4ab4e1c5e59f081da (patch)
treee279e670937ceb339ac7f46e17dea6f8797bb7d0 /meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb
parent138d83f99ef8f0d57637d450b5d04c6acb47bf7d (diff)
downloadmeta-openembedded-fa40feb7b87452da6e7941f4ab4e1c5e59f081da.tar.gz
python3-py7zr: upgrade 0.22.0 -> 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-py7zr_1.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb b/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb
new file mode 100644
index 0000000000..61a9a5569b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb
@@ -0,0 +1,29 @@
1SUMMARY = "Pure Python 7-zip library"
2HOMEPAGE = "https://py7zr.readthedocs.io/en/latest/"
3LICENSE = "LGPL-2.1-or-later"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
6
7SRC_URI[sha256sum] = "f6bfee81637c9032f6a9f0eb045a4bfc7a7ff4138becfc42d7cb89b54ffbfef1"
8
9inherit pypi python_setuptools_build_meta
10
11DEPENDS += " \
12 python3-setuptools-scm-native \
13 python3-toml-native \
14 python3-wheel-native \
15"
16
17RDEPENDS:${PN} += "\
18 python3-pycryptodomex \
19 python3-multivolumefile \
20 python3-pybcj \
21 python3-inflate64 \
22 python3-pyppmd \
23 python3-pyzstd \
24 python3-brotli \
25 python3-multiprocessing \
26 python3-datetime \
27 python3-core \
28 python3-threading \
29"