diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "Multi volume file wrapper library" | ||
| 2 | HOMEPAGE = "https://codeberg.org/miurahr/multivolume" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "a0648d0aafbc96e59198d5c17e9acad7eb531abea51035d08ce8060dcad709d6" | ||
| 8 | |||
| 9 | inherit python_setuptools_build_meta pypi | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | ${PYTHON_PN}-setuptools-scm-native \ | ||
| 13 | ${PYTHON_PN}-toml-native \ | ||
| 14 | ${PYTHON_PN}-wheel-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += "\ | ||
| 18 | ${PYTHON_PN}-io \ | ||
| 19 | ${PYTHON_PN}-core \ | ||
| 20 | ${PYTHON_PN}-mmap \ | ||
| 21 | " | ||
