diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-26 19:56:14 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-27 09:08:59 -0700 |
| commit | 014d806fa50d14ced6f9585c9dfa6f03f924fea0 (patch) | |
| tree | 3e4a5fff3196217cef17138ab29539c296ee388e /meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb | |
| parent | 77b8a0afd6369218b19887a80353b7a48454906d (diff) | |
| download | meta-openembedded-014d806fa50d14ced6f9585c9dfa6f03f924fea0.tar.gz | |
python3-pikepdf: upgrade 10.3.0 -> 10.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pikepdf_10.5.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Read and write PDFs with Python, powered by qpdf" | ||
| 2 | HOMEPAGE = "https://github.com/pikepdf/pikepdf" | ||
| 3 | LICENSE = "MPL-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9741c346eef56131163e13b9db1241b3" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "ffa6c7d0b77deb3af9735e0b0cae177c897431e10d342bb171b62e5527a622b7" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "pikepdf" | ||
| 11 | |||
| 12 | CVE_PRODUCT = "pikepdf" | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python3-pybind11-native \ | ||
| 16 | qpdf \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += " \ | ||
| 20 | python3-pillow \ | ||
| 21 | python3-lxml \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
