summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
new file mode 100644
index 0000000000..6572a68459
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
@@ -0,0 +1,31 @@
1SUMMARY = "CSS selector library for python-beautifulsoup4"
2HOMEPAGE = "https://github.com/facelessuser/soupsieve"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bdfa4c8e8b6830bcf8e78cba1669e4d"
6
7SRC_URI[sha256sum] = "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"
8
9inherit pypi python_hatchling python_setuptools_build_meta ptest
10
11SRC_URI += " \
12 file://run-ptest \
13"
14RDEPENDS:${PN} += " \
15 python3-core \
16 python3-datetime \
17 python3-beautifulsoup4 \
18"
19
20RDEPENDS:${PN}-ptest += " \
21 python3-beautifulsoup4 \
22 python3-pytest \
23 python3-unittest-automake-output \
24"
25
26do_install_ptest() {
27 install -d ${D}${PTEST_PATH}/tests
28 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
29}
30
31BBCLASSEXTEND = "native nativesdk"