summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"