python3-cssselect2: upgrade 0.8.0 -> 0.9.0

Changelog:
==========
- Drop support of Python 3.9, support 3.14
- Support :host

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2026-02-27 18:12:39 +08:00
committed by Khem Raj
parent 297f72c8c2
commit 26045fdf92

View File

@@ -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] = "759aa22c216326356f65e62e791d66160a0f9c91d1424e8d8adc5e74dddfc6fb"
inherit pypi python_setuptools_build_meta
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} = "python3-tinycss2"