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 15C0C1384A0 for ; Wed, 19 Oct 2016 23:22:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD450E0B75; Wed, 19 Oct 2016 23:22:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6346E0B75 for ; Wed, 19 Oct 2016 23:22:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C32F9341491 for ; Wed, 19 Oct 2016 23:22:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 840042EA for ; Wed, 19 Oct 2016 23:22:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1476919351.18bf567a2d08d296c2d5a579eeecdaf58111a9cc.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pickleshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pickleshare/pickleshare-0.7.3.ebuild X-VCS-Directories: dev-python/pickleshare/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 18bf567a2d08d296c2d5a579eeecdaf58111a9cc X-VCS-Branch: master Date: Wed, 19 Oct 2016 23:22:42 +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: 4103acba-c1af-44c0-b686-4a36cc7da211 X-Archives-Hash: e5c065420c7029aeadd110a6e1f7c135 commit: 18bf567a2d08d296c2d5a579eeecdaf58111a9cc Author: Patrice Clement gentoo org> AuthorDate: Wed Oct 19 23:13:51 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 19 23:22:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bf567a dev-python/pickleshare: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 dev-python/pickleshare/pickleshare-0.7.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pickleshare/pickleshare-0.7.3.ebuild b/dev-python/pickleshare/pickleshare-0.7.3.ebuild index 46757b5..a7723e8 100644 --- a/dev-python/pickleshare/pickleshare-0.7.3.ebuild +++ b/dev-python/pickleshare/pickleshare-0.7.3.ebuild @@ -14,15 +14,18 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" IUSE="test" RDEPEND=" $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' python2_7 python3_3) >=dev-python/path-py-6.2[${PYTHON_USEDEP}]" + DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RESTRICT="test" + python_test() { py.test || die }