summaryrefslogtreecommitdiff
path: root/dev-python/ManimPango
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ManimPango')
-rw-r--r--dev-python/ManimPango/ManimPango-0.4.4.ebuild2
-rw-r--r--dev-python/ManimPango/ManimPango-0.6.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ManimPango/ManimPango-0.4.4.ebuild b/dev-python/ManimPango/ManimPango-0.4.4.ebuild
index 59c919030a7b..df3fdfe88d04 100644
--- a/dev-python/ManimPango/ManimPango-0.4.4.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.4.4.ebuild
@@ -12,7 +12,7 @@ DOCS_DIR="docs"
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) # Python 13 fails
+PYTHON_COMPAT=( python3_{9,10,11,12,13} ) # Python 13 fails
inherit distutils-r1 docs
diff --git a/dev-python/ManimPango/ManimPango-0.6.0.ebuild b/dev-python/ManimPango/ManimPango-0.6.0.ebuild
index e5e0f79c5eb5..858995a54d7a 100644
--- a/dev-python/ManimPango/ManimPango-0.6.0.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.6.0.ebuild
@@ -19,7 +19,7 @@ DOCS_DIR="docs"
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit distutils-r1 docs