summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb b/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb
new file mode 100644
index 0000000000..2734dcbdee
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb
@@ -0,0 +1,20 @@
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] = "948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588"
8
9inherit pypi python_setuptools_build_meta ptest-python-pytest
10
11PTEST_PYTEST_DIR = "test"
12
13DEPENDS += " \
14 python3-setuptools-scm-native \
15 python3-toml-native \
16"
17
18RDEPENDS:${PN} += "python3-html"
19
20BBCLASSEXTEND = "native nativesdk"