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 7ED50138334 for ; Sat, 23 Nov 2019 00:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6353E0809; Sat, 23 Nov 2019 00:34:55 +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 7BAF8E0809 for ; Sat, 23 Nov 2019 00:34:55 +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 B346F34D242 for ; Sat, 23 Nov 2019 00:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 453BA8B1 for ; Sat, 23 Nov 2019 00:34:51 +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: <1574468792.a3243ffa7fe31b72f820ed81adb8e241f59bb6c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask/flask-0.12.2.ebuild dev-python/flask/flask-1.0.2.ebuild dev-python/flask/flask-1.0.4.ebuild dev-python/flask/flask-1.1.1.ebuild dev-python/flask/flask-9999.ebuild X-VCS-Directories: dev-python/flask/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3243ffa7fe31b72f820ed81adb8e241f59bb6c5 X-VCS-Branch: master Date: Sat, 23 Nov 2019 00:34:51 +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: fc626bf4-7293-4380-b904-7c484f05fbb7 X-Archives-Hash: 3a741cdd08ed1a707b1182779106c2b3 commit: a3243ffa7fe31b72f820ed81adb8e241f59bb6c5 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 00:16:32 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 00:26:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3243ffa dev-python/flask: Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-python/flask/flask-0.12.2.ebuild | 1 + dev-python/flask/flask-1.0.2.ebuild | 1 + dev-python/flask/flask-1.0.4.ebuild | 1 + dev-python/flask/flask-1.1.1.ebuild | 1 + dev-python/flask/flask-9999.ebuild | 1 + 5 files changed, 5 insertions(+) diff --git a/dev-python/flask/flask-0.12.2.ebuild b/dev-python/flask/flask-0.12.2.ebuild index e5a7abba8cf..910edf12885 100644 --- a/dev-python/flask/flask-0.12.2.ebuild +++ b/dev-python/flask/flask-0.12.2.ebuild @@ -23,6 +23,7 @@ fi LICENSE="BSD" SLOT="0" IUSE="doc examples test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-python/click-2[${PYTHON_USEDEP}] >=dev-python/blinker-1[${PYTHON_USEDEP}] diff --git a/dev-python/flask/flask-1.0.2.ebuild b/dev-python/flask/flask-1.0.2.ebuild index 9ac665ced8d..ae0367b3bdd 100644 --- a/dev-python/flask/flask-1.0.2.ebuild +++ b/dev-python/flask/flask-1.0.2.ebuild @@ -23,6 +23,7 @@ fi LICENSE="BSD" SLOT="0" IUSE="doc examples test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/click[${PYTHON_USEDEP}] dev-python/blinker[${PYTHON_USEDEP}] diff --git a/dev-python/flask/flask-1.0.4.ebuild b/dev-python/flask/flask-1.0.4.ebuild index 80cc931b35b..309a5494f24 100644 --- a/dev-python/flask/flask-1.0.4.ebuild +++ b/dev-python/flask/flask-1.0.4.ebuild @@ -23,6 +23,7 @@ fi LICENSE="BSD" SLOT="0" IUSE="doc examples test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/click[${PYTHON_USEDEP}] dev-python/blinker[${PYTHON_USEDEP}] diff --git a/dev-python/flask/flask-1.1.1.ebuild b/dev-python/flask/flask-1.1.1.ebuild index 80cc931b35b..309a5494f24 100644 --- a/dev-python/flask/flask-1.1.1.ebuild +++ b/dev-python/flask/flask-1.1.1.ebuild @@ -23,6 +23,7 @@ fi LICENSE="BSD" SLOT="0" IUSE="doc examples test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/click[${PYTHON_USEDEP}] dev-python/blinker[${PYTHON_USEDEP}] diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild index 80cc931b35b..309a5494f24 100644 --- a/dev-python/flask/flask-9999.ebuild +++ b/dev-python/flask/flask-9999.ebuild @@ -23,6 +23,7 @@ fi LICENSE="BSD" SLOT="0" IUSE="doc examples test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/click[${PYTHON_USEDEP}] dev-python/blinker[${PYTHON_USEDEP}]