summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-18 09:42:08 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-18 09:44:12 +0100
commit4fb6c3309ac5c9e6b9583b377fcc7d3575a9d928 (patch)
tree792c3ad299bd479438e27a9664a954471dc52bfd /dev-python/rfc3987
parentdev-python/rfc3986-validator: Remove pypy3 (diff)
downloadgentoo-4fb6c3309ac5c9e6b9583b377fcc7d3575a9d928.tar.gz
gentoo-4fb6c3309ac5c9e6b9583b377fcc7d3575a9d928.tar.bz2
gentoo-4fb6c3309ac5c9e6b9583b377fcc7d3575a9d928.zip
dev-python/rfc3987: Remove pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3987')
-rw-r--r--dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild b/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild
index 20f47e1d0367..1010ce55d502 100644
--- a/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild
+++ b/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1