commit:     989f1d35a84d9755eced0c36e4bdd99ef992e6b9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 04:48:04 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 06:13:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989f1d35

dev-python/html2text: Bump to 2025.4.15

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/html2text/Manifest                   |  1 +
 dev-python/html2text/html2text-2025.4.15.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest
index 745d4c444039..8435e0021e42 100644
--- a/dev-python/html2text/Manifest
+++ b/dev-python/html2text/Manifest
@@ -1 +1,2 @@
 DIST html2text-2024.2.26.tar.gz 56527 BLAKE2B 
898f69fd087405412ac75cb4e2e9544f1725b9b558c334e1183a79fb6440ab13c4dbfefe6059e1bcb7befc2d365f11887dccc8ba62936c2732a79034d6b00908
 SHA512 
8304dbc0a8d06ea1bbed4edccbbcb817423bab7acbaa9db84c6c9c3e74a8d1daec148cb591b76b7d5865224ea424b388316c867bda4b07b19ed91272b7beff88
+DIST html2text-2025.4.15.tar.gz 64316 BLAKE2B 
7ebcedda8d3db1a1cd6cf4d14c488f4eaa2b6210b952c19f0f92f9f790f965c9671f7497ad227f7d334cccc4b3f792b53b5400d06e97fa98aebdaecd735dde7e
 SHA512 
2f12e293bb8aa87b4d03d3ec4698e8e8bf013acc9f69b25a2c7a1aacca9a8aaf646747c56a47bc15dae0601ecdc119ba4818daca933d4be7fa52f234c672d9f3

diff --git a/dev-python/html2text/html2text-2025.4.15.ebuild 
b/dev-python/html2text/html2text-2025.4.15.ebuild
new file mode 100644
index 000000000000..2356b2438c3e
--- /dev/null
+++ b/dev-python/html2text/html2text-2025.4.15.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
+HOMEPAGE="
+       https://github.com/Alir3z4/html2text/
+       https://pypi.org/project/html2text/
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+DOCS=( AUTHORS.rst ChangeLog.rst README.md )
+
+BDEPEND="
+       dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+       # naming conflict with app-text/html2text, bug 421647
+       sed -e 's/html2text = html2text.cli:main/py\0/' -i setup.cfg || die
+       distutils-r1_src_prepare
+}

Reply via email to