mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-pikepdf: Add recipe
Add recipe for v10.0.2: - Fixed presentation of strings using unparse_content_stream - if the stream can be represented using PdfDocEncoding, it is rendered in that way for ease of reading. - Reformatted C++ source. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f029ebca5c
commit
0f4d401d94
|
|
@ -0,0 +1,22 @@
|
|||
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] = "7c85a2526253e35575edb2e28cdc740d004be4b7c5fda954f0e721ee1c423a52"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "pikepdf"
|
||||
|
||||
DEPENDS += " \
|
||||
python3-pybind11-native \
|
||||
qpdf \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-pillow \
|
||||
python3-lxml \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user