python3-pikepdf: upgrade 10.2.0 -> 10.3.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
2026-02-05 13:14:29 +08:00
committed by Khem Raj
parent c1bdd183c9
commit 337bdc3ae2

View File

@@ -0,0 +1,24 @@
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] = "e2a64a5f1ebf8c411193126b9eeff7faf5739a40bce7441e579531422469fbb1"
inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "pikepdf"
CVE_PRODUCT = "pikepdf"
DEPENDS += " \
python3-pybind11-native \
qpdf \
"
RDEPENDS:${PN} += " \
python3-pillow \
python3-lxml \
"
BBCLASSEXTEND = "native nativesdk"