summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2025-12-01 17:00:11 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-01 08:45:52 -0800
commit0cfeb212d10d913233e914fea2b4f49c717b9a31 (patch)
treeace0d3ff2ce1cfb5f151d0c7a17f02d104cb16b5
parent0d687432dec599599685f45b251dca4589e9b180 (diff)
downloadmeta-openembedded-0cfeb212d10d913233e914fea2b4f49c717b9a31.tar.gz
python3-cssselect2: Add it for python3-svglib
Cssselect2 is a straightforward implementation of CSS4 Selectors for markup documents (HTML, XML, etc.) that can be read by ElementTree-like parsers (including cElementTree, lxml, html5lib, etc.)" Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb b/meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb
new file mode 100644
index 0000000000..20165a098c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb
@@ -0,0 +1,15 @@
1SUMMARY = "CSS selectors for Python ElementTree."
2DESCRIPTION = "cssselect2 is a straightforward implementation of CSS4 Selectors \
3 for markup documents (HTML, XML, etc.) that can be read by ElementTree-like \
4 parsers (including cElementTree, lxml, html5lib, etc.)"
5
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac"
8
9SRC_URI[sha256sum] = "7674ffb954a3b46162392aee2a3a0aedb2e14ecf99fcc28644900f4e6e3e9d3a"
10
11inherit pypi python_setuptools_build_meta
12
13BBCLASSEXTEND = "native nativesdk"
14
15RDEPENDS:${PN} = "python3-tinycss2"