dev-python/blurhash: enable pypy3_11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-07-05 21:40:23 +05:00
parent 5c54d56009
commit 05dfb201a1

View File

@@ -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