mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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@garmin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
12
meta-python/recipes-devtools/python/python-soupsieve.inc
Normal file
12
meta-python/recipes-devtools/python/python-soupsieve.inc
Normal file
@@ -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"
|
||||
@@ -0,0 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-soupsieve.inc
|
||||
Reference in New Issue
Block a user