From 09fb00e51bf818fbf7278e4f7024fca637d77fea Mon Sep 17 00:00:00 2001 From: Peter Kolbus Date: Sun, 29 Dec 2019 10:44:29 -0600 Subject: python3-soupsieve: add recipe Soupsieve is a CSS selector library used by python(3)-beautifulsoup4 since 4.7.0. Signed-off-by: Peter Kolbus Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-soupsieve.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-soupsieve.inc (limited to 'meta-python/recipes-devtools/python/python-soupsieve.inc') 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 0000000000..ccb04f4450 --- /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=5a6fd3b0c24fc5a041a3d1bbb22c81b5" + +SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe" +SRC_URI[sha256sum] = "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3" + +inherit pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf