summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2023-11-30 15:24:03 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-30 16:29:38 +0100
commit1bb939dde191ba7e0e521777c6bc7ade5d6c8157 (patch)
tree40792115baaf14db46fe2f6762812983d968e16d /dev-python/shellingham/shellingham-1.5.4.ebuild
parentdev-python/taskgroup: Stabilize 0.0.0_alpha4 sparc, #918750 (diff)
downloadgentoo-1bb939dde191ba7e0e521777c6bc7ade5d6c8157.tar.gz
gentoo-1bb939dde191ba7e0e521777c6bc7ade5d6c8157.tar.bz2
gentoo-1bb939dde191ba7e0e521777c6bc7ade5d6c8157.zip
dev-python/shellingham: enable pypy3
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/shellingham/shellingham-1.5.4.ebuild')
-rw-r--r--dev-python/shellingham/shellingham-1.5.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shellingham/shellingham-1.5.4.ebuild b/dev-python/shellingham/shellingham-1.5.4.ebuild
index 230417cac4fd..37dd6cd55c69 100644
--- a/dev-python/shellingham/shellingham-1.5.4.ebuild
+++ b/dev-python/shellingham/shellingham-1.5.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi