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 93C1C138351 for ; Mon, 16 Mar 2020 21:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A0DE08E2; Mon, 16 Mar 2020 21:09: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 B3FC9E08E2 for ; Mon, 16 Mar 2020 21:09:49 +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 A123434F1FA for ; Mon, 16 Mar 2020 21:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB24AF for ; Mon, 16 Mar 2020 21:09: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: <1584392974.a548ff2f8daff31e3cfb17eabf3cc4e7dcfb81b1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/importlib_resources/importlib_resources-1.3.1.ebuild X-VCS-Directories: dev-python/importlib_resources/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a548ff2f8daff31e3cfb17eabf3cc4e7dcfb81b1 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:09: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: 10a11605-0feb-43aa-9668-103704d0543f X-Archives-Hash: 6c7db3cba07ca53ed1c9d6ef4e763309 commit: a548ff2f8daff31e3cfb17eabf3cc4e7dcfb81b1 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 20:58:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 21:09:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a548ff2f dev-python/importlib_resources: Replace virts with cond deps Signed-off-by: Michał Górny gentoo.org> .../importlib_resources/importlib_resources-1.3.1.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-python/importlib_resources/importlib_resources-1.3.1.ebuild b/dev-python/importlib_resources/importlib_resources-1.3.1.ebuild index 48478cffc1a..32dfa6ffe26 100644 --- a/dev-python/importlib_resources/importlib_resources-1.3.1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.3.1.ebuild @@ -17,12 +17,16 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" RDEPEND=" - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' -2) - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3 python3_{6,7}) - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2) - $(python_gen_cond_dep 'dev-python/zipp[${PYTHON_USEDEP}]' pypy3 python3_{6,7}) - virtual/python-singledispatch[${PYTHON_USEDEP}] - virtual/python-typing[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/contextlib2[${PYTHON_USEDEP}] + dev-python/pathlib2[${PYTHON_USEDEP}] + dev-python/singledispatch[${PYTHON_USEDEP}] + dev-python/typing[${PYTHON_USEDEP}] + ' -2) + $(python_gen_cond_dep ' + dev-python/importlib_metadata[${PYTHON_USEDEP}] + dev-python/zipp[${PYTHON_USEDEP}] + ' pypy3 python3_{6,7}) " BDEPEND=" dev-python/toml[${PYTHON_USEDEP}]