diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb b/meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb new file mode 100644 index 0000000000..7353e498eb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "CSS selectors for Python ElementTree." | ||
| 2 | DESCRIPTION = "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 | |||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "759aa22c216326356f65e62e791d66160a0f9c91d1424e8d8adc5e74dddfc6fb" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = "python3-tinycss2" | ||
