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 B0AF61388C3 for ; Mon, 9 Nov 2015 13:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3EBE21C026; Mon, 9 Nov 2015 13:27:42 +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 D18D1E0802 for ; Mon, 9 Nov 2015 13:27:40 +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 F1BC733E2EB for ; Mon, 9 Nov 2015 13:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A5E23D6 for ; Mon, 9 Nov 2015 11:49:59 +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: <1447069781.1605cbacdc12c9fd5d8f8e41d08f453fcf9135a6.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose-exclude/nose-exclude-0.4.1.ebuild X-VCS-Directories: dev-python/nose-exclude/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1605cbacdc12c9fd5d8f8e41d08f453fcf9135a6 X-VCS-Branch: master Date: Mon, 9 Nov 2015 11:49:59 +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: a2b008c5-1b0c-42ea-aa40-85e42ea217b8 X-Archives-Hash: 97c0835e886a49a056278a3d2adaf2b9 commit: 1605cbacdc12c9fd5d8f8e41d08f453fcf9135a6 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 9 11:47:36 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 9 11:49:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1605cbac dev-python/nose-exclude: Add python3.5 support Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565198 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild index 54e72c8..1560aa7 100644 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1