From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F2222139894 for ; Mon, 24 Aug 2015 10:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88C43141CD; Mon, 24 Aug 2015 10:12:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93954141AD for ; Mon, 24 Aug 2015 10:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E992C34074D for ; Mon, 24 Aug 2015 10:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D63177 for ; Mon, 24 Aug 2015 10:12:21 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440411128.f3a8cb28453763c86f04f31207f2a051f754225d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testscenarios/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testscenarios/testscenarios-0.5.0.ebuild X-VCS-Directories: dev-python/testscenarios/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f3a8cb28453763c86f04f31207f2a051f754225d X-VCS-Branch: master Date: Mon, 24 Aug 2015 10:12:21 +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: 78975083-4047-405d-bad7-ca7a978bb6d6 X-Archives-Hash: 62f40bb56e89b6d8e913fb1b3727fd93 commit: f3a8cb28453763c86f04f31207f2a051f754225d Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 24 06:06:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 24 10:12:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a8cb28 dev-python/testscenarios: Add pypy* support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/testscenarios/testscenarios-0.5.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild b/dev-python/testscenarios/testscenarios-0.5.0.ebuild index 5a70e5f..82002ed 100644 --- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild +++ b/dev-python/testscenarios/testscenarios-0.5.0.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 @@ -17,8 +18,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linu RDEPEND="dev-python/testtools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.11[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/pbr-0.11[${PYTHON_USEDEP}]" python_prepare_all() { # Remove a faulty file from tests, missing a required attribute