Soupsieve is a CSS selector library used by python(3)-beautifulsoup4 since 4.7.0.
Signed-off-by: Peter Kolbus <[email protected]> --- .../recipes-devtools/python/python-soupsieve.inc | 12 ++++++++++++ .../python/python3-soupsieve_1.9.4.bb | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-soupsieve.inc create mode 100644 meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb diff --git a/meta-python/recipes-devtools/python/python-soupsieve.inc b/meta-python/recipes-devtools/python/python-soupsieve.inc new file mode 100644 index 000000000..058aa8525 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-soupsieve.inc @@ -0,0 +1,12 @@ +SUMMARY = "CSS selector library for python-beautifulsoup4" +HOMEPAGE = "https://github.com/facelessuser/soupsieve" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7f538584cc3407bf76042def7168548a" + +SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe" +SRC_URI[sha256sum] = "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3" + +inherit pypi + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb b/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb new file mode 100644 index 000000000..1b9663691 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-soupsieve.inc -- 2.24.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
