From 2397d4efe069f02fc34bea04776d7427c2aa8da8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 18 Mar 2021 09:42:05 +0100 Subject: dev-python/rfc3986-validator: Remove pypy3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/rfc3986-validator') diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild index 572f5f4b80bc..46d467bf672a 100644 --- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild +++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild @@ -1,8 +1,8 @@ -# 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 -- cgit v1.2.3-65-gdbad