commit: db844b83983df1d3117a4ca7c7e8d0e3b509971e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Oct 27 12:13:55 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Oct 27 13:27:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db844b83
dev-python/blurhash: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/blurhash/blurhash-1.1.4.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild
b/dev-python/blurhash/blurhash-1.1.4.ebuild
index ca49049d2a..be1b26c9bd 100644
--- a/dev-python/blurhash/blurhash-1.1.4.ebuild
+++ b/dev-python/blurhash/blurhash-1.1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
@@ -17,8 +17,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-EPYTEST_PLUGINS=( pytest-import-check )
-
# no tests in v1.1.4 tarball
distutils_enable_tests import-check