summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-11-02 16:05:20 +0200
committerKhem Raj <raj.khem@gmail.com>2023-11-02 10:39:36 -0700
commitdd00fe1618d72883764c95f90e2505844b34db5f (patch)
tree579f63c319063b81531c16831bab49269b98ba2d /meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb
parent3e26d8deeba0318fe574f53ac798b55062999dfb (diff)
downloadmeta-openembedded-dd00fe1618d72883764c95f90e2505844b34db5f.tar.gz
python3-multivolumefile: add recipe
Add multivolumefile, a multi volume file wrapper library. Version 0.2.3 changelog: - implement readall() - lint with black 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/python3-multivolumefile_0.2.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb b/meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb
new file mode 100644
index 0000000000..c82113101b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Multi volume file wrapper library"
2HOMEPAGE = "https://codeberg.org/miurahr/multivolume"
3LICENSE = "LGPL-2.1-or-later"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
6
7SRC_URI[sha256sum] = "a0648d0aafbc96e59198d5c17e9acad7eb531abea51035d08ce8060dcad709d6"
8
9inherit python_setuptools_build_meta pypi
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}-io \
19 ${PYTHON_PN}-core \
20 ${PYTHON_PN}-mmap \
21"