[oe-commits] [meta-openembedded] 32/34: python3-soupsieve: add recipe

git at git.openembedded.org git at git.openembedded.org
Sun Dec 29 18:32:57 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 a72c1cab4d22639533c89290e466b21818a0c0b3
Author: Peter Kolbus <peter.kolbus at garmin.com>
AuthorDate: Sun Dec 29 10:44:29 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..ccb04f4
--- /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"
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