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 1CD0F138350 for ; Sun, 26 Jan 2020 17:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDA13E087E; Sun, 26 Jan 2020 17:11:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 92648E087E for ; Sun, 26 Jan 2020 17:11:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41E0D34E326 for ; Sun, 26 Jan 2020 17:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4185DE5 for ; Sun, 26 Jan 2020 17:11:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580058698.c9adbbfaa54f5ad4fb710b8a056b07e3d8cd04de.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ws4py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ws4py/ws4py-0.3.4-r1.ebuild dev-python/ws4py/ws4py-0.5.1.ebuild dev-python/ws4py/ws4py-9999.ebuild X-VCS-Directories: dev-python/ws4py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c9adbbfaa54f5ad4fb710b8a056b07e3d8cd04de X-VCS-Branch: master Date: Sun, 26 Jan 2020 17:11:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c237893-0491-4d90-8e5e-8c6cf292699d X-Archives-Hash: 3bc51eae15b5d5a94ebb6ac0a337cd01 commit: c9adbbfaa54f5ad4fb710b8a056b07e3d8cd04de Author: Michał Górny gentoo org> AuthorDate: Sun Jan 26 17:01:24 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 26 17:11:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9adbbfa dev-python/ws4py: Remove Python 2 Signed-off-by: Michał Górny gentoo.org> dev-python/ws4py/ws4py-0.3.4-r1.ebuild | 3 +-- dev-python/ws4py/ws4py-0.5.1.ebuild | 3 +-- dev-python/ws4py/ws4py-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild index 8637c490584..d6697eff1d2 100644 --- a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild +++ b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild @@ -7,7 +7,7 @@ # pypy is viable but better with a cutdown set of deps EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads?" inherit distutils-r1 @@ -30,7 +30,6 @@ RESTRICT="!test? ( test )" # doc build requires sphinxcontrib ext packages absent from portage RDEPEND=">=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/gevent[${PYTHON_USEDEP}]' python2_7) >=dev-python/cython-0.19.1[${PYTHON_USEDEP}] client? ( >=www-servers/tornado-3.1[${PYTHON_USEDEP}] ) server? (