summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb
new file mode 100644
index 0000000000..b633cb9488
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.3.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Read and write PDFs with Python, powered by qpdf"
2HOMEPAGE = "https://github.com/pikepdf/pikepdf"
3LICENSE = "MPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9741c346eef56131163e13b9db1241b3"
5
6SRC_URI[sha256sum] = "e2a64a5f1ebf8c411193126b9eeff7faf5739a40bce7441e579531422469fbb1"
7
8inherit pypi python_setuptools_build_meta
9
10PYPI_PACKAGE = "pikepdf"
11
12CVE_PRODUCT = "pikepdf"
13
14DEPENDS += " \
15 python3-pybind11-native \
16 qpdf \
17"
18
19RDEPENDS:${PN} += " \
20 python3-pillow \
21 python3-lxml \
22"
23
24BBCLASSEXTEND = "native nativesdk"