python3-pikepdf: upgrade 10.0.3 -> 10.1.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2025-12-29 17:29:34 +08:00
committed by Khem Raj
parent 54691ea40a
commit 3be4495590

View File

@@ -0,0 +1,22 @@
SUMMARY = "Read and write PDFs with Python, powered by qpdf"
HOMEPAGE = "https://github.com/pikepdf/pikepdf"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9741c346eef56131163e13b9db1241b3"
SRC_URI[sha256sum] = "d75778283c354580a462d31bd4334f6ba92225e41ccd8bb949ec6e98a23d4eb2"
inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "pikepdf"
DEPENDS += " \
python3-pybind11-native \
qpdf \
"
RDEPENDS:${PN} += " \
python3-pillow \
python3-lxml \
"
BBCLASSEXTEND = "native nativesdk"