summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-29 17:29:34 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-29 09:28:52 -0800
commit181d4301a7aa9d76b7389d1b936dd35c471c39a5 (patch)
treef7b9155e0e0c6707d88b592cac3a893ac2d3e7ce /meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb
parented1047c0fac9f31ccb8cb2e997e59eb9732179ad (diff)
downloadmeta-openembedded-181d4301a7aa9d76b7389d1b936dd35c471c39a5.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb
deleted file mode 100644
index f047969033..0000000000
--- a/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
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] = "ff12a044d79e342eff6bc8b27dfd4c24b395943052169bb43eea4a23a4100e56"
7
8inherit pypi python_setuptools_build_meta
9
10PYPI_PACKAGE = "pikepdf"
11
12DEPENDS += " \
13 python3-pybind11-native \
14 qpdf \
15"
16
17RDEPENDS:${PN} += " \
18 python3-pillow \
19 python3-lxml \
20"
21
22BBCLASSEXTEND = "native nativesdk"