summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-11-06 15:46:23 +0200
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:56:02 -0800
commit31a4cd44840aff9c27dead7f43f0c331b6486d3d (patch)
tree7fc4e597161b13651205a5dc67e279db0a437326 /meta-python/recipes-devtools/python
parentefe7d49028c93bfe369e5289fc3cd77f92c31f77 (diff)
downloadmeta-openembedded-31a4cd44840aff9c27dead7f43f0c331b6486d3d.tar.gz
python3-py7zr: add recipe
Add py7zr, a pure python 7-zip library. Version 0.20.7 with Python 3.12 support. This work was sponsored by GOVCERT.LU. 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb b/meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb
new file mode 100644
index 0000000000..d919c4a0d6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-py7zr_0.20.7.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] = "55aa587fb4586c920437f5d6e6595f228beddb321bfee3f5146bb15c2e8e74d5"
8
9inherit pypi python_setuptools_build_meta
10
11DEPENDS += " \
12 ${PYTHON_PN}-setuptools-scm-native \
13 ${PYTHON_PN}-toml-native \
14 ${PYTHON_PN}-wheel-native \
15"
16
17RDEPENDS:${PN} += "\
18 ${PYTHON_PN}-pycryptodomex \
19 ${PYTHON_PN}-multivolumefile \
20 ${PYTHON_PN}-pybcj \
21 ${PYTHON_PN}-inflate64 \
22 ${PYTHON_PN}-pyppmd \
23 ${PYTHON_PN}-pyzstd \
24 ${PYTHON_PN}-brotli \
25 ${PYTHON_PN}-multiprocessing \
26 ${PYTHON_PN}-datetime \
27 ${PYTHON_PN}-core \
28 ${PYTHON_PN}-threading \
29"