summaryrefslogtreecommitdiff
path: root/dev-python/pynput
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/pynput
parentda0bb7224c43d5f9831b033750bd967da124132b (diff)
downloadbaldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.gz
baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.xz
baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.zip
Adding metadata
Diffstat (limited to 'dev-python/pynput')
-rw-r--r--dev-python/pynput/pynput-1.7.3.ebuild2
-rw-r--r--dev-python/pynput/pynput-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pynput/pynput-1.7.3.ebuild b/dev-python/pynput/pynput-1.7.3.ebuild
index 90fa7b561c52..3c01a0c581ec 100644
--- a/dev-python/pynput/pynput-1.7.3.ebuild
+++ b/dev-python/pynput/pynput-1.7.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1
DESCRIPTION="Sends virtual input commands"
diff --git a/dev-python/pynput/pynput-9999.ebuild b/dev-python/pynput/pynput-9999.ebuild
index 960029c88108..78cb0fc49c32 100644
--- a/dev-python/pynput/pynput-9999.ebuild
+++ b/dev-python/pynput/pynput-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1