summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-22 09:24:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-26 10:35:27 +0100
commit5a611470ada69cde91f53405f8e14705db7c693a (patch)
tree9ebfba6872ea5d302fd933485af63903b5db1397 /meta/recipes-devtools/python/python3-libarchive-c_5.0.bb
parent480783638d0f6981e3612bb41c31dc4f058b0176 (diff)
downloadpoky-5a611470ada69cde91f53405f8e14705db7c693a.tar.gz
python3-libarchive-c: upgrade 4.0 -> 5.0
(From OE-Core rev: 1b453651e42be31432660bbe4781afdcb8c42c39) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-libarchive-c_5.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-libarchive-c_5.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb b/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb
new file mode 100644
index 0000000000..5ada76fbf4
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Python interface to libarchive"
2DESCRIPTION = "A Python interface to libarchive. It uses the standard ctypes module to \
3 dynamically load and access the C library."
4HOMEPAGE = "https://github.com/Changaco/python-libarchive-c"
5LICENSE = "CC0-1.0"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=bcab380227a83bc147350b40a81e6ffc"
7
8PYPI_PACKAGE = "libarchive-c"
9
10inherit pypi setuptools3
11
12SRC_URI[sha256sum] = "d673f56673d87ec740d1a328fa205cafad1d60f5daca4685594deb039d32b159"
13
14RDEPENDS:${PN} += "\
15 libarchive \
16 ${PYTHON_PN}-ctypes \
17 ${PYTHON_PN}-mmap \
18 ${PYTHON_PN}-logging \
19"
20
21BBCLASSEXTEND = "native"