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 C3D2D138350 for ; Mon, 16 Mar 2020 21:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD710E0B5D; Mon, 16 Mar 2020 21:18:30 +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 C2FEDE0B5D for ; Mon, 16 Mar 2020 21:18:30 +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 EFC2734F215 for ; Mon, 16 Mar 2020 21:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA78815F for ; Mon, 16 Mar 2020 21:18:26 +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: <1584393473.ee9bb20cc2345bc81304f1d4c196de1160e53bc1.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.0.2-r1.ebuild dev-python/importlib_resources/importlib_resources-1.0.2-r2.ebuild X-VCS-Directories: dev-python/importlib_resources/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee9bb20cc2345bc81304f1d4c196de1160e53bc1 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:18:26 +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: 60993592-1704-4a47-9df1-2eebdd52c4a4 X-Archives-Hash: 635b3ec5ff71fa5184de86feef6b413f commit: ee9bb20cc2345bc81304f1d4c196de1160e53bc1 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 21:16:42 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 21:17:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9bb20c dev-python/importlib_resources: Replace virts with cond deps Signed-off-by: Michał Górny gentoo.org> dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild | 6 ++++-- dev-python/importlib_resources/importlib_resources-1.0.2-r2.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild index 9fdb80048aa..4a1b7cc076d 100644 --- a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild @@ -19,8 +19,10 @@ IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2) - virtual/python-typing[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pathlib2[${PYTHON_USEDEP}] + dev-python/typing[${PYTHON_USEDEP}] + ' -2) " BDEPEND=" doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) diff --git a/dev-python/importlib_resources/importlib_resources-1.0.2-r2.ebuild b/dev-python/importlib_resources/importlib_resources-1.0.2-r2.ebuild index d179907d9e9..19acbf3b2a6 100644 --- a/dev-python/importlib_resources/importlib_resources-1.0.2-r2.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.0.2-r2.ebuild @@ -17,8 +17,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" RDEPEND=" - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' -2) - virtual/python-typing[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pathlib2[${PYTHON_USEDEP}] + dev-python/typing[${PYTHON_USEDEP}] + ' -2) " distutils_enable_tests unittest