summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-26 22:24:04 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-26 22:31:10 +0100
commit4ad07026e8382aafed7e990ff33144dc1cf7c80b (patch)
tree8482862c6a58cf661efb14d5f9dbce9971612acd /dev-python/hyperlink
parentdev-python/tomlkit: Add pypy3 love (diff)
downloadgentoo-4ad07026e8382aafed7e990ff33144dc1cf7c80b.tar.gz
gentoo-4ad07026e8382aafed7e990ff33144dc1cf7c80b.tar.bz2
gentoo-4ad07026e8382aafed7e990ff33144dc1cf7c80b.zip
dev-python/hyperlink: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r--dev-python/hyperlink/hyperlink-21.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hyperlink/hyperlink-21.0.0.ebuild b/dev-python/hyperlink/hyperlink-21.0.0.ebuild
index 20047351abe9..45ffb2446234 100644
--- a/dev-python/hyperlink/hyperlink-21.0.0.ebuild
+++ b/dev-python/hyperlink/hyperlink-21.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A featureful, correct URL for Python"