diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-06-10 14:11:25 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-11 16:11:55 -0700 |
| commit | 9e9da4e6df5756f3cf917160629895265e83f267 (patch) | |
| tree | a651f548ed3838f760c5b3a675697a990e30d601 /meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb | |
| parent | 6b676fe3aa81f7779a01bf1e19edce423f17fd66 (diff) | |
| download | meta-openembedded-9e9da4e6df5756f3cf917160629895265e83f267.tar.gz | |
python3-html2text: Upgrade 2024.2.26 -> 2025.4.15
Upgrade to release 2025.4.15:
- Fix CI for Python 3.12
- ci: publish wheels to pypi
- Upgrade Build Tools to Latest
- Support tri-backquote style code block and fix ordered list indent
- Fix invalid character reference parsing
- Fix a typo in docs/usage.md
- Modernization of wheel building process
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | 15 |
1 files changed, 0 insertions, 15 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 98e0cde1e5..0000000000 --- a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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-python-pytest | ||
| 10 | |||
| 11 | PTEST_PYTEST_DIR = "test" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "python3-html" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
