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 4F3D8138350 for ; Mon, 16 Mar 2020 18:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87928E0AA1; Mon, 16 Mar 2020 18:27:20 +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 62B65E09F6 for ; Mon, 16 Mar 2020 18:27:20 +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 4214734F1FB for ; Mon, 16 Mar 2020 18:27:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7FC5187 for ; Mon, 16 Mar 2020 18:27:17 +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: <1584383233.118e133c02d12331eb9c9855cb6b75738fd1bd23.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tornado/tornado-4.5.3.ebuild www-servers/tornado/tornado-5.1-r1.ebuild www-servers/tornado/tornado-6.0.3.ebuild X-VCS-Directories: www-servers/tornado/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 118e133c02d12331eb9c9855cb6b75738fd1bd23 X-VCS-Branch: master Date: Mon, 16 Mar 2020 18:27:17 +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: 47de6e3d-69c5-4439-80eb-0d7f947da0ff X-Archives-Hash: ae79d426c9b2f18d00d8588aff5887b9 commit: 118e133c02d12331eb9c9855cb6b75738fd1bd23 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 18:23:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 18:27:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118e133c www-servers/tornado: Replace virtuals with conditional deps Signed-off-by: Michał Górny gentoo.org> www-servers/tornado/tornado-4.5.3.ebuild | 8 +++++--- www-servers/tornado/tornado-5.1-r1.ebuild | 8 +++++--- www-servers/tornado/tornado-6.0.3.ebuild | 3 --- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/www-servers/tornado/tornado-4.5.3.ebuild b/www-servers/tornado/tornado-4.5.3.ebuild index 1fbfe5ab004..2daf907e25d 100644 --- a/www-servers/tornado/tornado-4.5.3.ebuild +++ b/www-servers/tornado/tornado-4.5.3.ebuild @@ -28,9 +28,11 @@ CDEPEND=" $(python_gen_cond_dep 'dev-python/twisted-web[${PYTHON_USEDEP}]' 'python2_7') ) ) - virtual/python-backports_abc[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - virtual/python-singledispatch[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/backports-abc[${PYTHON_USEDEP}] + dev-python/futures[${PYTHON_USEDEP}] + dev-python/singledispatch[${PYTHON_USEDEP}] + ' -2) " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/www-servers/tornado/tornado-5.1-r1.ebuild b/www-servers/tornado/tornado-5.1-r1.ebuild index 4f08262de07..11bf422e43d 100644 --- a/www-servers/tornado/tornado-5.1-r1.ebuild +++ b/www-servers/tornado/tornado-5.1-r1.ebuild @@ -22,9 +22,11 @@ CDEPEND=" $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 'python2_7') >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}] >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] - virtual/python-backports_abc[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - virtual/python-singledispatch[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/backports-abc[${PYTHON_USEDEP}] + dev-python/futures[${PYTHON_USEDEP}] + dev-python/singledispatch[${PYTHON_USEDEP}] + ' -2) " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/www-servers/tornado/tornado-6.0.3.ebuild b/www-servers/tornado/tornado-6.0.3.ebuild index 1350ccb7946..c2f2a4a7b4b 100644 --- a/www-servers/tornado/tornado-6.0.3.ebuild +++ b/www-servers/tornado/tornado-6.0.3.ebuild @@ -21,9 +21,6 @@ RESTRICT="!test? ( test )" CDEPEND=" >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}] >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] - virtual/python-backports_abc[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] - virtual/python-singledispatch[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]