commit:     835913a690571537bb006364e812199bda0f92e4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 19:13:42 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 15 19:15:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835913a6

dev-python/humanize: enable py3.14

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/humanize/humanize-4.12.3.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-python/humanize/humanize-4.12.3.ebuild 
b/dev-python/humanize/humanize-4.12.3.ebuild
index 2c197cb2cb95..47054c750f95 100644
--- a/dev-python/humanize/humanize-4.12.3.ebuild
+++ b/dev-python/humanize/humanize-4.12.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
 
 inherit distutils-r1 pypi
 
@@ -26,8 +26,3 @@ BDEPEND="
 "
 
 distutils_enable_tests pytest
-
-src_prepare() {
-       sed -e '/coverage/d' -i pyproject.toml || die
-       distutils-r1_src_prepare
-}

Reply via email to