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 B5BF8138334 for ; Sun, 24 Nov 2019 16:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E508E086E; Sun, 24 Nov 2019 16:15:16 +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 CF0A5E086E for ; Sun, 24 Nov 2019 16:15:15 +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 75F4F34D2C1 for ; Sun, 24 Nov 2019 16:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F5838C0 for ; Sun, 24 Nov 2019 16:15:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574611458.23baa4dbbf95a136de0ecf6e2a65c28c0d4fe45b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-0.19.1.ebuild dev-python/pandas/pandas-0.23.4.ebuild dev-python/pandas/pandas-0.24.2.ebuild dev-python/pandas/pandas-9999.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 23baa4dbbf95a136de0ecf6e2a65c28c0d4fe45b X-VCS-Branch: master Date: Sun, 24 Nov 2019 16:15:13 +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: cfb49456-c262-4b5b-ab8e-4073a30e32f3 X-Archives-Hash: 37ae287626df7e621fc2a6f4bc62e695 commit: 23baa4dbbf95a136de0ecf6e2a65c28c0d4fe45b Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 24 16:04:18 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 24 16:04:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23baa4db dev-python/pandas: fix QA warning about tests Signed-off-by: Aaron Bauman gentoo.org> dev-python/pandas/pandas-0.19.1.ebuild | 1 + dev-python/pandas/pandas-0.23.4.ebuild | 1 + dev-python/pandas/pandas-0.24.2.ebuild | 1 + dev-python/pandas/pandas-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/dev-python/pandas/pandas-0.19.1.ebuild b/dev-python/pandas/pandas-0.19.1.ebuild index 7be80d1893d..7e022a6f033 100644 --- a/dev-python/pandas/pandas-0.19.1.ebuild +++ b/dev-python/pandas/pandas-0.19.1.ebuild @@ -18,6 +18,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc -minimal full-support test X" +RESTRICT="!test? ( test )" MINIMAL_DEPEND=" >dev-python/numpy-1.7[${PYTHON_USEDEP}] diff --git a/dev-python/pandas/pandas-0.23.4.ebuild b/dev-python/pandas/pandas-0.23.4.ebuild index b9c5ce203a1..479e16a6a81 100644 --- a/dev-python/pandas/pandas-0.23.4.ebuild +++ b/dev-python/pandas/pandas-0.23.4.ebuild @@ -18,6 +18,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc full-support minimal test X" +RESTRICT="!test? ( test )" RECOMMENDED_DEPEND=" >=dev-python/bottleneck-1.2.1[${PYTHON_USEDEP}] diff --git a/dev-python/pandas/pandas-0.24.2.ebuild b/dev-python/pandas/pandas-0.24.2.ebuild index f3ac80a8d3a..19e3901c743 100644 --- a/dev-python/pandas/pandas-0.24.2.ebuild +++ b/dev-python/pandas/pandas-0.24.2.ebuild @@ -18,6 +18,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc full-support minimal test X" +RESTRICT="!test? ( test )" RECOMMENDED_DEPEND=" >=dev-python/bottleneck-1.2.1[${PYTHON_USEDEP}] diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild index 469385a6a85..860368b7072 100644 --- a/dev-python/pandas/pandas-9999.ebuild +++ b/dev-python/pandas/pandas-9999.ebuild @@ -19,6 +19,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="" IUSE="doc full-support minimal test X" +RESTRICT="!test? ( test )" RECOMMENDED_DEPEND=" dev-python/bottleneck[${PYTHON_USEDEP}]