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 86EC61382C5 for ; Thu, 24 Dec 2020 11:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B559FE0BBE; Thu, 24 Dec 2020 11:00:38 +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 8A5F5E0BBE for ; Thu, 24 Dec 2020 11:00:38 +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 297B8341BDE for ; Thu, 24 Dec 2020 11:00:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4CD1309 for ; Thu, 24 Dec 2020 11:00:35 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1608807194.0f10f96bd44edd9eaed4f196f497426cfcbb6aaa.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/behaviopy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/behaviopy/behaviopy-0.1.ebuild sci-biology/behaviopy/behaviopy-9999.ebuild X-VCS-Directories: sci-biology/behaviopy/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 0f10f96bd44edd9eaed4f196f497426cfcbb6aaa X-VCS-Branch: master Date: Thu, 24 Dec 2020 11:00:35 +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: 487c1740-8ac1-4d40-ba2b-09e03ce49b4e X-Archives-Hash: 492db9dccf424a5746e981858095af83 commit: 0f10f96bd44edd9eaed4f196f497426cfcbb6aaa Author: Horea Christian chymera eu> AuthorDate: Thu Dec 24 10:53:14 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Dec 24 10:53:14 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f10f96b sci-biology/behaviopy: conditional test restriction Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Horea Christian chymera.eu> sci-biology/behaviopy/behaviopy-0.1.ebuild | 1 + sci-biology/behaviopy/behaviopy-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-biology/behaviopy/behaviopy-0.1.ebuild b/sci-biology/behaviopy/behaviopy-0.1.ebuild index f0fe0ecc0..e956a42bd 100644 --- a/sci-biology/behaviopy/behaviopy-0.1.ebuild +++ b/sci-biology/behaviopy/behaviopy-0.1.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-3" SLOT="0" IUSE="evaluation test" KEYWORDS="~amd64 ~x86" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" diff --git a/sci-biology/behaviopy/behaviopy-9999.ebuild b/sci-biology/behaviopy/behaviopy-9999.ebuild index 41278f431..4fd0132e4 100644 --- a/sci-biology/behaviopy/behaviopy-9999.ebuild +++ b/sci-biology/behaviopy/behaviopy-9999.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" IUSE="evaluation test" KEYWORDS="" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="