summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-02 10:01:19 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-02 10:26:52 +0100
commit236ba16ea3d128b20b950d9412255274aed4c305 (patch)
treeb74f8f53f35bc7fd1c9ee827a7c407c94436883d
parentdev-python/priority: Add pypy3 love (diff)
downloadgentoo-236ba16ea3d128b20b950d9412255274aed4c305.tar.gz
gentoo-236ba16ea3d128b20b950d9412255274aed4c305.tar.bz2
gentoo-236ba16ea3d128b20b950d9412255274aed4c305.zip
dev-python/hyperframe: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/hyperframe/hyperframe-5.2.0.ebuild2
-rw-r--r--dev-python/hyperframe/hyperframe-6.0.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hyperframe/hyperframe-5.2.0.ebuild b/dev-python/hyperframe/hyperframe-5.2.0.ebuild
index d966701d7c0a..4b1e18679421 100644
--- a/dev-python/hyperframe/hyperframe-5.2.0.ebuild
+++ b/dev-python/hyperframe/hyperframe-5.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
diff --git a/dev-python/hyperframe/hyperframe-6.0.1.ebuild b/dev-python/hyperframe/hyperframe-6.0.1.ebuild
index d966701d7c0a..4b1e18679421 100644
--- a/dev-python/hyperframe/hyperframe-6.0.1.ebuild
+++ b/dev-python/hyperframe/hyperframe-6.0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1