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 2AD0D138351 for ; Sat, 28 Mar 2020 13:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA4FAE0DC2; Sat, 28 Mar 2020 13:34:11 +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 8FF8CE0D90 for ; Sat, 28 Mar 2020 13:34:11 +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 55D1234FA00 for ; Sat, 28 Mar 2020 13:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1586F154 for ; Sat, 28 Mar 2020 13:34:09 +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: <1585402434.bd55ae6809c0373887ec70767d752cf46487d98b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pbr/pbr-4.2.0-r1.ebuild dev-python/pbr/pbr-4.2.0-r2.ebuild dev-python/pbr/pbr-5.1.1.ebuild X-VCS-Directories: dev-python/pbr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bd55ae6809c0373887ec70767d752cf46487d98b X-VCS-Branch: master Date: Sat, 28 Mar 2020 13:34:09 +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: eb2805df-5362-4dfb-8850-3264b6f65198 X-Archives-Hash: b9771e5a46c1afa165c21e5292a43909 commit: bd55ae6809c0373887ec70767d752cf46487d98b Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 13:06:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 13:33:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd55ae68 dev-python/pbr: Un-PYTHON_USEDEP dev-python/stestr Signed-off-by: Michał Górny gentoo.org> dev-python/pbr/pbr-4.2.0-r1.ebuild | 3 ++- dev-python/pbr/pbr-4.2.0-r2.ebuild | 3 ++- dev-python/pbr/pbr-5.1.1.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/pbr/pbr-4.2.0-r1.ebuild b/dev-python/pbr/pbr-4.2.0-r1.ebuild index a00a288a6d9..d63fe1d35c9 100644 --- a/dev-python/pbr/pbr-4.2.0-r1.ebuild +++ b/dev-python/pbr/pbr-4.2.0-r1.ebuild @@ -22,6 +22,7 @@ RESTRICT="!test? ( test )" # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038 # docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848 +# stestr is run as external tool DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -36,8 +37,8 @@ DEPEND=" >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}] - >=dev-python/stestr-2.1.0[$(python_gen_usedep python{2_7,3_5,3_6})] dev-python/wheel[${PYTHON_USEDEP}] + >=dev-python/stestr-2.1.0 dev-vcs/git )" PDEPEND="" diff --git a/dev-python/pbr/pbr-4.2.0-r2.ebuild b/dev-python/pbr/pbr-4.2.0-r2.ebuild index 8685cc63ab4..55e10b83667 100644 --- a/dev-python/pbr/pbr-4.2.0-r2.ebuild +++ b/dev-python/pbr/pbr-4.2.0-r2.ebuild @@ -22,6 +22,7 @@ RESTRICT="!test? ( test )" # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038 # docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848 +# stestr is run as external tool DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -36,9 +37,9 @@ DEPEND=" >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}] - >=dev-python/stestr-2.1.0[$(python_gen_usedep python{2_7,3_5,3_6})] dev-python/sphinx[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] + >=dev-python/stestr-2.1.0 dev-vcs/git )" PDEPEND="" diff --git a/dev-python/pbr/pbr-5.1.1.ebuild b/dev-python/pbr/pbr-5.1.1.ebuild index 79cab5d13d3..8b1069e5b66 100644 --- a/dev-python/pbr/pbr-5.1.1.ebuild +++ b/dev-python/pbr/pbr-5.1.1.ebuild @@ -22,6 +22,7 @@ RESTRICT="!test? ( test )" # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038 # docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848 +# stestr is run as external tool DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -37,13 +38,11 @@ DEPEND=" >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/stestr-2.1.0[${PYTHON_USEDEP}] - ' python{2_7,3_5,3_6,3_7}) >=dev-python/coverage-4.0[${PYTHON_USEDEP}] !~dev-python/coverage-4.4[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] + >=dev-python/stestr-2.1.0 dev-vcs/git )" PDEPEND=""