summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-02-19 22:54:36 +0100
committerKhem Raj <raj.khem@gmail.com>2021-02-22 09:16:27 -0800
commit936238da9bb4e72ca28795fef779da7acded53bf (patch)
treef1b4fbf9a6c3bce363d0c8beef994a0c49c240d0 /meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
parentd77bd739e0c9a7ca17c8479fc61c9266499655e0 (diff)
downloadmeta-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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
deleted file mode 100644
index 7cb0efbf97..0000000000
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "CSS selector library for python-beautifulsoup4"
2HOMEPAGE = "https://github.com/facelessuser/soupsieve"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
6
7SRC_URI[sha256sum] = "6dc52924dc0bc710a5d16794e6b3480b2c7c08b07729505feab2b2c16661ff6e"
8
9inherit pypi setuptools3 ptest
10
11SRC_URI += " \
12 file://run-ptest \
13"
14
15RDEPENDS_${PN}-ptest += " \
16 ${PYTHON_PN}-pytest \
17 ${PYTHON_PN}-beautifulsoup4 \
18"
19
20do_install_ptest() {
21 install -d ${D}${PTEST_PATH}/tests
22 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
23}
24
25BBCLASSEXTEND = "native nativesdk"