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 413D058973 for ; Tue, 9 Feb 2016 09:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BFA521C1AC; Tue, 9 Feb 2016 09:33:31 +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 3738521C1AD for ; Tue, 9 Feb 2016 09:33:30 +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 592573409E2 for ; Tue, 9 Feb 2016 09:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C50471223 for ; Tue, 9 Feb 2016 09:33:25 +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: <1455010383.632353db3f8db4a71ffc4ae66a5aeca72af68f23.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testtools/testtools-0.9.36.ebuild X-VCS-Directories: dev-python/testtools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 632353db3f8db4a71ffc4ae66a5aeca72af68f23 X-VCS-Branch: master Date: Tue, 9 Feb 2016 09:33: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: bf7a007d-6261-43ea-a41c-10a30bb813bb X-Archives-Hash: 3938c51846f8b5d2a58eaab4ac673659 commit: 632353db3f8db4a71ffc4ae66a5aeca72af68f23 Author: Justin Lecher gentoo org> AuthorDate: Tue Feb 9 09:03:31 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Feb 9 09:33:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632353db dev-python/testtools: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/testtools/testtools-0.9.36.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/testtools/testtools-0.9.36.ebuild b/dev-python/testtools/testtools-0.9.36.ebuild index eda26e6..a1405cd 100644 --- a/dev-python/testtools/testtools-0.9.36.ebuild +++ b/dev-python/testtools/testtools-0.9.36.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 versionator