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 9D057138350 for ; Tue, 17 Mar 2020 08:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2D2FE0C3A; Tue, 17 Mar 2020 08:08:13 +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 ACB4FE0C32 for ; Tue, 17 Mar 2020 08:08:13 +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 B4D5E34F213 for ; Tue, 17 Mar 2020 08:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FB0F18C for ; Tue, 17 Mar 2020 08:08: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: <1584432461.579873c7da85cda55b4edef2d211f9fd6439c4bd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-testing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild X-VCS-Directories: dev-python/sphinx-testing/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 579873c7da85cda55b4edef2d211f9fd6439c4bd X-VCS-Branch: master Date: Tue, 17 Mar 2020 08:08: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: 54a61e5a-0d64-4aef-95c1-214268ed0397 X-Archives-Hash: c0198d3c2e2c6abf1a64641a43084987 commit: 579873c7da85cda55b4edef2d211f9fd6439c4bd Author: Michał Górny gentoo org> AuthorDate: Tue Mar 17 07:38:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 17 08:07:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579873c7 dev-python/sphinx-testing: Clean py2 deps up Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild | 3 +-- dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 1 - dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild index b6913ffde4a..b70328a430f 100644 --- a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild @@ -20,8 +20,7 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') )" + test? ( dev-python/nose[${PYTHON_USEDEP}] )" python_test() { nosetests || die diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild index 3114100fd69..7b5554b2e1e 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild @@ -23,7 +23,6 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) )" python_test() { diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild index a9376463d9e..f8f4f5dc70a 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild @@ -23,7 +23,6 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) )" python_test() {