From 7edc8d1b84f526592b229b89bffcbe4b0c5c1cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 30 Mar 2019 15:44:43 +0100 Subject: [PATCH] dev-python/enum34: Remove pypy3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/682012 Closes: https://github.com/gentoo/gentoo/pull/11545 Signed-off-by: Michał Górny --- .../enum34/{enum34-1.1.6.ebuild => enum34-1.1.6-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/enum34/{enum34-1.1.6.ebuild => enum34-1.1.6-r1.ebuild} (90%) diff --git a/dev-python/enum34/enum34-1.1.6.ebuild b/dev-python/enum34/enum34-1.1.6-r1.ebuild similarity index 90% rename from dev-python/enum34/enum34-1.1.6.ebuild rename to dev-python/enum34/enum34-1.1.6-r1.ebuild index 2edcd4a2718fc..35d4b638747c1 100644 --- a/dev-python/enum34/enum34-1.1.6.ebuild +++ b/dev-python/enum34/enum34-1.1.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 pypy pypy3 ) +PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1