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 50E0F138206 for ; Mon, 1 Jan 2018 18:26:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38E30E0825; Mon, 1 Jan 2018 18:26:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 15360E0825 for ; Mon, 1 Jan 2018 18:26:27 +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 9AF36335C0F for ; Mon, 1 Jan 2018 18:26:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3534F147 for ; Mon, 1 Jan 2018 18:26:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1514831166.0c1858a2fd801a0a84f7ab04bf6d2ff52acbf1c1.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-qt/pytest-qt-2.3.0.ebuild X-VCS-Directories: dev-python/pytest-qt/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 0c1858a2fd801a0a84f7ab04bf6d2ff52acbf1c1 X-VCS-Branch: master Date: Mon, 1 Jan 2018 18:26:25 +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-Archives-Salt: 7dd28014-677c-451c-bb32-5e651cad532b X-Archives-Hash: d0c90c7e04abfc518094cb5a3df80ba9 commit: 0c1858a2fd801a0a84f7ab04bf6d2ff52acbf1c1 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jan 1 18:26:06 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jan 1 18:26:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1858a2 dev-python/pytest-qt: add RESTRICT=test and fix minor white space Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/pytest-qt/pytest-qt-2.3.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild index 631c78f70ae..f99801f9628 100644 --- a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild +++ b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="pytest plugin for PyQt4 or PyQt5 applications" HOMEPAGE="https://pypi.python.org/pypi/pytest-qt" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE=" MIT" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" @@ -31,6 +31,9 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " +# Test make assumptions about Qt environment +RESTRICT="test" + python_compile_all() { use doc && sphinx-build -b html docs _build/html }