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