summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb
blob: f047969033bd5e8c29a7069f7e360fc2b8ad8330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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] = "ff12a044d79e342eff6bc8b27dfd4c24b395943052169bb43eea4a23a4100e56"

inherit pypi python_setuptools_build_meta

PYPI_PACKAGE = "pikepdf"

DEPENDS += " \
	python3-pybind11-native \
	qpdf \
"

RDEPENDS:${PN} += " \
	python3-pillow \
	python3-lxml \
"

BBCLASSEXTEND = "native nativesdk"