diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-19 22:54:36 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-22 09:16:27 -0800 |
| commit | 936238da9bb4e72ca28795fef779da7acded53bf (patch) | |
| tree | f1b4fbf9a6c3bce363d0c8beef994a0c49c240d0 /meta-python/recipes-devtools/python/python3-soupsieve_2.2.bb | |
| parent | d77bd739e0c9a7ca17c8479fc61c9266499655e0 (diff) | |
| download | meta-openembedded-936238da9bb4e72ca28795fef779da7acded53bf.tar.gz | |
python3-soupsieve: update to 2.2
License-Update: copyright years.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-soupsieve_2.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-soupsieve_2.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.2.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.2.bb new file mode 100644 index 0000000000..9507f60d76 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.2.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "CSS selector library for python-beautifulsoup4" | ||
| 2 | HOMEPAGE = "https://github.com/facelessuser/soupsieve" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=33c3a77def9b3ad83e01c65bdcc1af67" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "407fa1e8eb3458d1b5614df51d9651a1180ea5fedf07feb46e45d7e25e6d6cdd" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 ptest | ||
| 10 | |||
| 11 | SRC_URI += " \ | ||
| 12 | file://run-ptest \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS_${PN}-ptest += " \ | ||
| 16 | ${PYTHON_PN}-pytest \ | ||
| 17 | ${PYTHON_PN}-beautifulsoup4 \ | ||
| 18 | " | ||
| 19 | |||
| 20 | do_install_ptest() { | ||
| 21 | install -d ${D}${PTEST_PATH}/tests | ||
| 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 23 | } | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
