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 8E786139894 for ; Mon, 24 Aug 2015 10:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 285EA141A5; 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 71106141A8 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 9A7913406AA 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 D165E175 for ; Mon, 24 Aug 2015 10:12:20 +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: <1440411127.e278dc99d3b2f01a5589db9f9ca8c91896c3458d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fixtures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fixtures/fixtures-1.3.1-r1.ebuild X-VCS-Directories: dev-python/fixtures/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e278dc99d3b2f01a5589db9f9ca8c91896c3458d X-VCS-Branch: master Date: Mon, 24 Aug 2015 10:12:20 +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: 291a2514-8ae4-49fd-8f91-6c7b75878095 X-Archives-Hash: 76db253e711e851b6ec0f48d30b127e4 commit: e278dc99d3b2f01a5589db9f9ca8c91896c3458d Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 24 06:00:06 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 24 10:12:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e278dc99 dev-python/fixtures: Add pypy3 support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/fixtures/fixtures-1.3.1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/fixtures/fixtures-1.3.1-r1.ebuild b/dev-python/fixtures/fixtures-1.3.1-r1.ebuild index 56e3e74..ac95e29 100644 --- a/dev-python/fixtures/fixtures-1.3.1-r1.ebuild +++ b/dev-python/fixtures/fixtures-1.3.1-r1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 @@ -23,7 +24,7 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - test? ( dev-python/mock[$(python_gen_usedep python2_7 pypy)] )" + test? ( dev-python/mock[${PYTHON_USEDEP}] )" #DISTUTILS_IN_SOURCE_BUILD=1 python_test() {