From 014d806fa50d14ced6f9585c9dfa6f03f924fea0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:56:14 +0800 Subject: python3-pikepdf: upgrade 10.3.0 -> 10.5.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pikepdf_10.5.1.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb new file mode 100644 index 0000000000..289a702e06 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb @@ -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] = "ffa6c7d0b77deb3af9735e0b0cae177c897431e10d342bb171b62e5527a622b7" + +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" -- cgit v1.2.3-54-g00ecf