diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb new file mode 100644 index 0000000000..8ba10457f4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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] = "d75778283c354580a462d31bd4334f6ba92225e41ccd8bb949ec6e98a23d4eb2" | ||
| 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" | ||
