dev-python/enum34: Remove pypy3
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 Mar 2019 14:44:43 +0000 (15:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 Mar 2019 17:43:14 +0000 (18:43 +0100)
Closes: https://bugs.gentoo.org/682012
Closes: https://github.com/gentoo/gentoo/pull/11545
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/enum34/enum34-1.1.6-r1.ebuild [moved from dev-python/enum34/enum34-1.1.6.ebuild with 90% similarity]

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 2edcd4a2718fc127aba26b6a8de91cd1591709c7..35d4b638747c1c2406a378eac326933b1cd7c844 100644 (file)
@@ -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