From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB609138239 for ; Sat, 10 Nov 2018 19:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98A39E0ADB; Sat, 10 Nov 2018 19:59:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70149E0ADB for ; Sat, 10 Nov 2018 19:59:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B93F335C58 for ; Sat, 10 Nov 2018 19:59:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ADC5266 for ; Sat, 10 Nov 2018 19:59:24 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1541879926.5e32194b9ef89e2551132ddeb2ed6fae47fdef70.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cheroot/cheroot-6.0.0-r1.ebuild X-VCS-Directories: dev-python/cheroot/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5e32194b9ef89e2551132ddeb2ed6fae47fdef70 X-VCS-Branch: master Date: Sat, 10 Nov 2018 19:59:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 15368073-3d47-485a-b7c0-0b3c8ae4374f X-Archives-Hash: b2db48a237fa88d29fa62e48a847938b commit: 5e32194b9ef89e2551132ddeb2ed6fae47fdef70 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Nov 10 19:58:46 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Nov 10 19:58:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e32194b 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 gentoo.org> dev-python/cheroot/cheroot-6.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild index dbb0b38f70d..8c5c6283880 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