commit: afe22dcc1a766fad9cb755564053b21b30756234
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 10:57:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 11:05:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe22dcc
dev-python/flask-htmlmin: Remove the hack for old htmlmin
No revbump since it's a trivial cleanup, no need to do it proactively.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flask-htmlmin/flask-htmlmin-3.0.0.ebuild | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dev-python/flask-htmlmin/flask-htmlmin-3.0.0.ebuild
b/dev-python/flask-htmlmin/flask-htmlmin-3.0.0.ebuild
index c87b05476aba..ac8b4c6fb47e 100644
--- a/dev-python/flask-htmlmin/flask-htmlmin-3.0.0.ebuild
+++ b/dev-python/flask-htmlmin/flask-htmlmin-3.0.0.ebuild
@@ -26,15 +26,8 @@ KEYWORDS="amd64 arm64 x86"
RDEPEND="
app-text/cssmin[${PYTHON_USEDEP}]
- app-text/htmlmin[${PYTHON_USEDEP}]
+ >=app-text/htmlmin-0.1.13[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # TODO: remove when htmlmin-0.1.12* is gone
- sed -i -e '/htmlmin2/d' setup.py || die
-}