From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1152877-garchives=archives.gentoo.org@lists.gentoo.org>
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 25A5F138351
	for <garchives@archives.gentoo.org>; Mon, 16 Mar 2020 20:56:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0B54CE0966;
	Mon, 16 Mar 2020 20:56:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 E2E23E0961
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Mar 2020 20:56:48 +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 874F734F1F2
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Mar 2020 20:56:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA30187
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Mar 2020 20:56:45 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1584392201.10504d2833519a1c358c6fc28417a2800634dc57.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/flake8/flake8-3.5.0.ebuild dev-python/flake8/flake8-3.7.9.ebuild
X-VCS-Directories: dev-python/flake8/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 10504d2833519a1c358c6fc28417a2800634dc57
X-VCS-Branch: master
Date: Mon, 16 Mar 2020 20:56:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fb744075-55f8-484e-b6ed-130c55873af2
X-Archives-Hash: 3a4d80a362a60f86288c68e37f28da98

commit:     10504d2833519a1c358c6fc28417a2800634dc57
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 20:53:24 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 20:56:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10504d28

dev-python/flake8: Replace virts with cond deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flake8/flake8-3.5.0.ebuild |  6 ++++--
 dev-python/flake8/flake8-3.7.9.ebuild | 11 ++++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-python/flake8/flake8-3.5.0.ebuild b/dev-python/flake8/flake8-3.5.0.ebuild
index 13da912b4ca..e90b92fd28c 100644
--- a/dev-python/flake8/flake8-3.5.0.ebuild
+++ b/dev-python/flake8/flake8-3.5.0.ebuild
@@ -23,8 +23,10 @@ RDEPEND="
 	<dev-python/pyflakes-1.7.0[${PYTHON_USEDEP}]
 	>=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
 	<dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
-	virtual/python-enum34[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 'python2*' pypy )
+	$(python_gen_cond_dep '
+		dev-python/configparser[${PYTHON_USEDEP}]
+		dev-python/enum34[${PYTHON_USEDEP}]
+	' -2)
 "
 PDEPEND="
 	>=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild b/dev-python/flake8/flake8-3.7.9.ebuild
index 81df18dff71..0cc36ad2720 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -24,11 +24,12 @@ RDEPEND="
 	<dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
 	>=dev-python/pycodestyle-2.5.0[${PYTHON_USEDEP}]
 	<dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
-	virtual/python-enum34[${PYTHON_USEDEP}]
-	virtual/python-typing[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' -2)
-	$(python_gen_cond_dep 'dev-python/functools32[${PYTHON_USEDEP}]' -2)
-	$(python_gen_cond_dep 'dev-python/functools32[${PYTHON_USEDEP}]' -2)
+	$(python_gen_cond_dep '
+		dev-python/configparser[${PYTHON_USEDEP}]
+		dev-python/enum34[${PYTHON_USEDEP}]
+		dev-python/functools32[${PYTHON_USEDEP}]
+		dev-python/typing[${PYTHON_USEDEP}]
+	' -2)
 	!dev-python/pep8[${PYTHON_USEDEP}]
 "
 PDEPEND="