diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2025-12-01 17:00:10 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-01 08:45:52 -0800 |
| commit | 0d687432dec599599685f45b251dca4589e9b180 (patch) | |
| tree | c4165d4a7de552a4311a315027a54ccae7986d59 | |
| parent | c5e880f22418d201b5821a117495762880706999 (diff) | |
| download | meta-openembedded-0d687432dec599599685f45b251dca4589e9b180.tar.gz | |
python3-tinycss2: Add it for python3-cssselect2
Tinycss2 is a low-level CSS parser and generator written in
and generate CSS strings corresponding to these objects.
Python: it can parse strings, return objects representing tokens and blocks,
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A tiny CSS parser" | ||
| 2 | DESCRIPTION = "Tinycss2 is a low-level CSS parser and generator written in \ | ||
| 3 | Python: it can parse strings, return objects representing tokens and blocks, \ | ||
| 4 | and generate CSS strings corresponding to these objects." | ||
| 5 | |||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d072d7e30e34f33f8ae956ada04fa2c" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "d339d2b616ba90ccce58da8495a78f46e55d4d25f9fd71dfd526f07e7d53f957" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
