summaryrefslogtreecommitdiff
path: root/dev-python/blurhash
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-07 19:00:05 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-07 19:00:05 +0000
commite2c8371499a6ce7ef5136931610249a0b81053ef (patch)
tree338829ad3026f0a6fa64b5194f31c9c4b1bff67f /dev-python/blurhash
parent6b6784eac42fb51ff3ec279d942327682adc6ddc (diff)
downloadbaldeagleos-repo-e2c8371499a6ce7ef5136931610249a0b81053ef.tar.gz
baldeagleos-repo-e2c8371499a6ce7ef5136931610249a0b81053ef.tar.xz
baldeagleos-repo-e2c8371499a6ce7ef5136931610249a0b81053ef.zip
Adding metadata
Diffstat (limited to 'dev-python/blurhash')
-rw-r--r--dev-python/blurhash/blurhash-1.1.4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild
index caced0ba1894..bfd898cce06e 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_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
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