diff mbox series

[1/4] python3-reportlab: Add it

Message ID eb09824fabfdf21aaad3de44ec57b0dd171f2eec.1764579434.git.liezhi.yang@windriver.com
State New
Headers show
Series [1/4] python3-reportlab: Add it | expand

Commit Message

Robert Yang Dec. 1, 2025, 9 a.m. UTC
From: Robert Yang <liezhi.yang@windriver.com>

Reportlab is an Open Source Python library for generating PDFs and graphics.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../python/python3-reportlab_4.4.5.bb                 | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb b/meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb
new file mode 100644
index 0000000000..4c411d5716
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-reportlab_4.4.5.bb
@@ -0,0 +1,11 @@ 
+SUMMARY = "The Reportlab Toolkit."
+DESCRIPTION = "An Open Source Python library for generating PDFs and graphics."
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=cf24392f451ff6710fca1e96cefa0424"
+
+SRC_URI[sha256sum] = "0457d642aa76df7b36b0235349904c58d8f9c606a872456ed04436aafadc1510"
+
+inherit pypi python_setuptools_build_meta
+
+BBCLASSEXTEND = "native nativesdk"