summaryrefslogtreecommitdiff
path: root/dev-python/PySDL2
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-10 19:50:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-10 19:50:38 +0000
commitac8e94c3fe6b057ef11006a2c61306250487fdeb (patch)
tree98f6364a2963ac742b5f77303a4a9831e203d798 /dev-python/PySDL2
parentda0bb7224c43d5f9831b033750bd967da124132b (diff)
downloadbaldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.gz
baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.xz
baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.zip
Adding metadata
Diffstat (limited to 'dev-python/PySDL2')
-rw-r--r--dev-python/PySDL2/PySDL2-0.9.10.ebuild2
-rw-r--r--dev-python/PySDL2/PySDL2-0.9.11.ebuild2
-rw-r--r--dev-python/PySDL2/PySDL2-0.9.9.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PySDL2/PySDL2-0.9.10.ebuild b/dev-python/PySDL2/PySDL2-0.9.10.ebuild
index 59156f24dc4f..a716157f1fa6 100644
--- a/dev-python/PySDL2/PySDL2-0.9.10.ebuild
+++ b/dev-python/PySDL2/PySDL2-0.9.10.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1
DESCRIPTION="Python (ctypes) bindings for SDL2 libraries"
diff --git a/dev-python/PySDL2/PySDL2-0.9.11.ebuild b/dev-python/PySDL2/PySDL2-0.9.11.ebuild
index 91af4df6b5a0..42620b26203d 100644
--- a/dev-python/PySDL2/PySDL2-0.9.11.ebuild
+++ b/dev-python/PySDL2/PySDL2-0.9.11.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1
diff --git a/dev-python/PySDL2/PySDL2-0.9.9.ebuild b/dev-python/PySDL2/PySDL2-0.9.9.ebuild
index 3466aa7ada2f..12467cfb6742 100644
--- a/dev-python/PySDL2/PySDL2-0.9.9.ebuild
+++ b/dev-python/PySDL2/PySDL2-0.9.9.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1
DESCRIPTION="Python (ctypes) bindings for SDL2 libraries"