commit: 7edc8d1b84f526592b229b89bffcbe4b0c5c1cca Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Mar 30 14:44:43 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 30 17:43:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edc8d1b
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 <mgorny <AT> gentoo.org> dev-python/enum34/{enum34-1.1.6.ebuild => enum34-1.1.6-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2edcd4a2718..35d4b638747 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
