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 B794C1384B4 for ; Thu, 3 Dec 2015 10:27:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C32B21C014; Thu, 3 Dec 2015 10:27:18 +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 2E5BA21C014 for ; Thu, 3 Dec 2015 10:27:18 +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 1854A340A2B for ; Thu, 3 Dec 2015 10:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A96A95 for ; Thu, 3 Dec 2015 10:27:12 +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: <1449138424.9d9ab3fa4a073d284abd99755d06ccc1b52ed08b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/termcolor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/termcolor/termcolor-1.1.0-r1.ebuild X-VCS-Directories: dev-python/termcolor/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9d9ab3fa4a073d284abd99755d06ccc1b52ed08b X-VCS-Branch: master Date: Thu, 3 Dec 2015 10:27:12 +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: 0cadb24f-99b6-438a-833e-5b9c5b66b9f7 X-Archives-Hash: b86d7af5043c211e5b47a833006ba235 commit: 9d9ab3fa4a073d284abd99755d06ccc1b52ed08b Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 3 10:27:04 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 3 10:27:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9ab3fa dev-python/termcolor: Add python3.5 support Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567220 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> dev-python/termcolor/termcolor-1.1.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild index 2defae5..65fb759 100644 --- a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild +++ b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1