From: Michał Górny Date: Sat, 30 Mar 2019 14:44:43 +0000 (+0100) Subject: dev-python/enum34: Remove pypy3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7edc8d1b84f526592b229b89bffcbe4b0c5c1cca;p=gentoo.git dev-python/enum34: Remove pypy3 Closes: https://bugs.gentoo.org/682012 Closes: https://github.com/gentoo/gentoo/pull/11545 Signed-off-by: Michał Górny --- 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 2edcd4a2718f..35d4b638747c 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