commit: 03e947703410e07aa811910152a8a3a1f2d27a83
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 10:58:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 11:05:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e94770
dev-python/mkdocs-minify-plugin: Remove the hack for old htmlmin
No revbump since this is a trivial change, no need to proactively push
it.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../mkdocs-minify-plugin/mkdocs-minify-plugin-0.8.0.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.8.0.ebuild
b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.8.0.ebuild
index 2e6089630c3a..640a230bd6b7 100644
--- a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.8.0.ebuild
+++ b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -28,18 +28,12 @@ RESTRICT="test"
RDEPEND="
>=dev-python/csscompressor-0.9.5[${PYTHON_USEDEP}]
>=dev-python/mkdocs-1.4.1[${PYTHON_USEDEP}]
- >=app-text/htmlmin-0.1.12[${PYTHON_USEDEP}]
+ >=app-text/htmlmin-0.1.13[${PYTHON_USEDEP}]
>=dev-python/jsmin-3.0.1[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
-src_prepare() {
- # this is a fork of htmlmin with the same patches that we have
- sed -i -e '/htmlmin2/d' setup.py || die
- distutils-r1_src_prepare
-}
-
python_test() {
local -x PATH=${T}:${PATH}
cat > "${T}"/mkdocs <<-EOF || die