From: Robert Yang <[email protected]>

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 <[email protected]>
---
 .../python/python3-cssselect2_0.8.0.bb            | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb

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 @@
+SUMMARY = "CSS selectors for Python ElementTree."
+DESCRIPTION = "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.)"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac"
+
+SRC_URI[sha256sum] = 
"7674ffb954a3b46162392aee2a3a0aedb2e14ecf99fcc28644900f4e6e3e9d3a"
+
+inherit pypi python_setuptools_build_meta
+
+BBCLASSEXTEND = "native nativesdk"
+
+RDEPENDS:${PN} = "python3-tinycss2"
-- 
2.44.3

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#122199): 
https://lists.openembedded.org/g/openembedded-devel/message/122199
Mute This Topic: https://lists.openembedded.org/mt/116553084/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to