[oe-commits] [meta-openembedded] 12/37: python3-soupsieve: add recipe

git at git.openembedded.org git at git.openembedded.org
Sat Dec 28 08:12:16 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b40e978c7bac68a3d4ecdc94d8b525fe9002eb36
Author: Peter Kolbus <peter.kolbus at garmin.com>
AuthorDate: Fri Dec 27 11:12:41 2019 -0600

    python3-soupsieve: add recipe
    
    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>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-soupsieve.inc     | 12 ++++++++++++
 .../recipes-devtools/python/python3-soupsieve_1.9.4.bb       |  2 ++
 2 files changed, 14 insertions(+)

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 0000000..058aa85
--- /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 0000000..1b96636
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-soupsieve.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list