diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-29 17:29:34 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-29 09:28:52 -0800 |
| commit | 181d4301a7aa9d76b7389d1b936dd35c471c39a5 (patch) | |
| tree | f7b9155e0e0c6707d88b592cac3a893ac2d3e7ce /meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb | |
| parent | ed1047c0fac9f31ccb8cb2e997e59eb9732179ad (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 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] = "ff12a044d79e342eff6bc8b27dfd4c24b395943052169bb43eea4a23a4100e56" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "pikepdf" | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python3-pybind11-native \ | ||
| 14 | qpdf \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += " \ | ||
| 18 | python3-pillow \ | ||
| 19 | python3-lxml \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
