[oe] [meta-python][PATCH 2/4] python3-soupsieve: add recipe

Peter Kolbus peter.kolbus at garmin.com
Fri Dec 27 17:12:41 UTC 2019


Soupsieve is a CSS selector library used by python(3)-beautifulsoup4
since 4.7.0.

Signed-off-by: Peter Kolbus <peter.kolbus at garmin.com>
---
 .../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



More information about the Openembedded-devel mailing list