diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-30 15:44:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-30 18:43:14 +0100 |
commit | 7edc8d1b84f526592b229b89bffcbe4b0c5c1cca (patch) | |
tree | badfa2465cc6ed60f5185d1ad31d256517d64779 /dev-python | |
parent | virtual/python-enum34: pypy3 no longer requires enum34 (diff) | |
download | gentoo-7edc8d1b84f526592b229b89bffcbe4b0c5c1cca.tar.gz gentoo-7edc8d1b84f526592b229b89bffcbe4b0c5c1cca.tar.bz2 gentoo-7edc8d1b84f526592b229b89bffcbe4b0c5c1cca.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/enum34/enum34-1.1.6-r1.ebuild (renamed from dev-python/enum34/enum34-1.1.6.ebuild) | 4 |
1 files 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 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 |