summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-11-10 20:58:46 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-11-10 20:58:46 +0100
commit5e32194b9ef89e2551132ddeb2ed6fae47fdef70 (patch)
treedc620b80d611f32f40f166fd9fb395c4ad5dc36c /dev-python/cheroot
parentapp-text/msort: New package (diff)
downloadgentoo-5e32194b9ef89e2551132ddeb2ed6fae47fdef70.tar.gz
gentoo-5e32194b9ef89e2551132ddeb2ed6fae47fdef70.tar.bz2
gentoo-5e32194b9ef89e2551132ddeb2ed6fae47fdef70.zip
dev-python/cheroot: drop pypy support
Dependency dev-python/portend has dropped pypy support in commit 7188214f13810338f596dfa2f338abb7e8e24240. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r--dev-python/cheroot/cheroot-6.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
index dbb0b38f70d3..8c5c6283880e 100644
--- a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
+++ b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy3 )
inherit distutils-r1