diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2025-12-01 17:00:12 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-01 08:45:53 -0800 |
| commit | af3f71b72ad3af347efaff9e43a8cf0f2631f7c9 (patch) | |
| tree | 57ba78ae0e5554ff14f826972e3fbe48ee0b8b1a /meta-python | |
| parent | 0cfeb212d10d913233e914fea2b4f49c717b9a31 (diff) | |
| download | meta-openembedded-af3f71b72ad3af347efaff9e43a8cf0f2631f7c9.tar.gz | |
python3-svglib: Add it
Svglib is a Python library for reading SVG files and converting them (to a
reasonable degree) to other formats using the ReportLab Open Source toolkit.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb b/meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb new file mode 100644 index 0000000000..67c072c9a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A pure-Python library for reading and converting SVG." | ||
| 2 | DESCRIPTION = "Svglib is a Python library for reading SVG files and \ | ||
| 3 | converting them (to a reasonable degree) to other formats using the \ | ||
| 4 | ReportLab Open Source toolkit." | ||
| 5 | |||
| 6 | LICENSE = "LGPL-3.0-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "4c38a274a744ef0d1677f55d5d62fc0fb798819f813e52872a796e615741733d" | ||
| 10 | |||
| 11 | inherit pypi python_hatchling | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = "python3-pillow python3-html python3-cssselect2 python3-webencodings \ | ||
| 16 | python3-lxml" | ||
