summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb b/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
deleted file mode 100644
index 4a7ce1e5bc..0000000000
--- a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1SUMMARY = "Convert HTML to Markdown-formatted text"
2HOMEPAGE = "https://github.com/Alir3z4/html2text"
3
4LICENSE = "GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6
7SRC_URI[sha256sum] = "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32"
8
9inherit pypi setuptools3 ptest
10
11SRC_URI += " \
12 file://run-ptest \
13"
14
15RDEPENDS:${PN}-ptest += " \
16 python3-pytest \
17 python3-unittest-automake-output \
18"
19
20RDEPENDS:${PN} += "python3-cgitb"
21
22do_install_ptest() {
23 install -d ${D}${PTEST_PATH}/test
24 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
25}
26
27BBCLASSEXTEND = "native nativesdk"