From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1AB71581F0 for ; Sat, 25 Jan 2025 11:06:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5E53C34357D for ; Sat, 25 Jan 2025 11:06:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 32C7B11043C; Sat, 25 Jan 2025 11:05:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2993011043D for ; Sat, 25 Jan 2025 11:05:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5320343476 for ; Sat, 25 Jan 2025 11:05:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78FD92603 for ; Sat, 25 Jan 2025 11:05:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1737803142.03e947703410e07aa811910152a8a3a1f2d27a83.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-minify-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.8.0.ebuild X-VCS-Directories: dev-python/mkdocs-minify-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03e947703410e07aa811910152a8a3a1f2d27a83 X-VCS-Branch: master Date: Sat, 25 Jan 2025 11:05:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27c0cf64-0317-41bc-84ff-deba5eafbd0e X-Archives-Hash: 22f84bc67ef53bdf334e581eb072deb4 commit: 03e947703410e07aa811910152a8a3a1f2d27a83 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 25 10:58:19 2025 +0000 Commit: Michał Górny gentoo 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 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