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 A0636138334 for ; Mon, 25 Nov 2019 23:54:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF897E09B7; Mon, 25 Nov 2019 23:54:26 +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 9F7F0E09AB for ; Mon, 25 Nov 2019 23:54:26 +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 A3CF134D39D for ; Mon, 25 Nov 2019 23:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97C058BC for ; Mon, 25 Nov 2019 23:54:23 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1574726053.abb09972ce715e9439c1da89e8e77c1aaabe3a7b.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webob/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webob/webob-1.8.2-r1.ebuild dev-python/webob/webob-1.8.2.ebuild dev-python/webob/webob-1.8.5-r1.ebuild dev-python/webob/webob-1.8.5.ebuild X-VCS-Directories: dev-python/webob/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: abb09972ce715e9439c1da89e8e77c1aaabe3a7b X-VCS-Branch: master Date: Mon, 25 Nov 2019 23:54:23 +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: c0cac9c8-4337-4a8a-9a43-c819129ec77b X-Archives-Hash: a9d91f51409d6605beb0076e718a67d4 commit: abb09972ce715e9439c1da89e8e77c1aaabe3a7b Author: Patrick McLean sony com> AuthorDate: Mon Nov 25 23:53:59 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Nov 25 23:54:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb09972 dev-python/webob: Add RESTRICT="!test? ( test )" Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean gentoo.org> dev-python/webob/webob-1.8.2-r1.ebuild | 2 ++ dev-python/webob/webob-1.8.2.ebuild | 2 ++ dev-python/webob/webob-1.8.5-r1.ebuild | 2 ++ dev-python/webob/webob-1.8.5.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/dev-python/webob/webob-1.8.2-r1.ebuild b/dev-python/webob/webob-1.8.2-r1.ebuild index 19aa061fcf8..975e0eaa76f 100644 --- a/dev-python/webob/webob-1.8.2-r1.ebuild +++ b/dev-python/webob/webob-1.8.2-r1.ebuild @@ -25,6 +25,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] )" RDEPEND="" +RESTRICT="!test? ( test )" + S=${WORKDIR}/${MY_P} python_compile_all() { diff --git a/dev-python/webob/webob-1.8.2.ebuild b/dev-python/webob/webob-1.8.2.ebuild index 26673f39a87..f7e0745b134 100644 --- a/dev-python/webob/webob-1.8.2.ebuild +++ b/dev-python/webob/webob-1.8.2.ebuild @@ -25,6 +25,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] )" RDEPEND="" +RESTRICT="!test? ( test )" + S=${WORKDIR}/${MY_P} python_compile_all() { diff --git a/dev-python/webob/webob-1.8.5-r1.ebuild b/dev-python/webob/webob-1.8.5-r1.ebuild index 5ae99317ec1..fbec57e8dd0 100644 --- a/dev-python/webob/webob-1.8.5-r1.ebuild +++ b/dev-python/webob/webob-1.8.5-r1.ebuild @@ -30,6 +30,8 @@ BDEPEND=" ) " +RESTRICT="!test? ( test )" + S=${WORKDIR}/${MY_P} python_prepare_all() { diff --git a/dev-python/webob/webob-1.8.5.ebuild b/dev-python/webob/webob-1.8.5.ebuild index 3b1045a5b77..7f340e32dea 100644 --- a/dev-python/webob/webob-1.8.5.ebuild +++ b/dev-python/webob/webob-1.8.5.ebuild @@ -25,6 +25,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] )" RDEPEND="" +RESTRICT="!test? ( test )" + S=${WORKDIR}/${MY_P} python_compile_all() {