From 05dfb201a1e4f46712684f1a5c395c468ce84bc7 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 5 Jul 2025 21:40:23 +0500 Subject: [PATCH] dev-python/blurhash: enable pypy3_11 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/blurhash/blurhash-1.1.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild index ef5fa68407..ca49049d2a 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} ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -17,6 +17,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +EPYTEST_PLUGINS=( pytest-import-check ) + # no tests in v1.1.4 tarball distutils_enable_tests import-check