diff mbox series

[2/4] python3-tinycss2: Add it for python3-cssselect2

Message ID 07fd13d7e60c18d4d042e3bade1a52e2f4e2fd4f.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>

Tinycss2 is a low-level CSS parser and generator written in
Python: it can parse strings, return objects representing tokens and blocks,
and generate CSS strings corresponding to these objects.
---
 .../python/python3-tinycss2_1.5.1.bb                | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb b/meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb
new file mode 100644
index 0000000000..c75c741368
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb
@@ -0,0 +1,13 @@ 
+SUMMARY = "A tiny CSS parser"
+DESCRIPTION = "Tinycss2 is a low-level CSS parser and generator written in \
+Python: it can parse strings, return objects representing tokens and blocks, \
+and generate CSS strings corresponding to these objects."
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1d072d7e30e34f33f8ae956ada04fa2c"
+
+SRC_URI[sha256sum] = "d339d2b616ba90ccce58da8495a78f46e55d4d25f9fd71dfd526f07e7d53f957"
+
+inherit pypi python_setuptools_build_meta
+
+BBCLASSEXTEND = "native nativesdk"