From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FFD7138330 for ; Sat, 8 Oct 2016 16:09:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C54E0BF8; Sat, 8 Oct 2016 16:09:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2EB6E0BF8 for ; Sat, 8 Oct 2016 16:09:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C90634152A for ; Sat, 8 Oct 2016 16:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF94224AF for ; Sat, 8 Oct 2016 16:09:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475942697.7759dcf0e820042796d17034daae26128d8e1d61.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tabulate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tabulate/tabulate-0.7.5.ebuild X-VCS-Directories: dev-python/tabulate/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7759dcf0e820042796d17034daae26128d8e1d61 X-VCS-Branch: master Date: Sat, 8 Oct 2016 16:09:00 +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: 4d460b2e-48c7-49e9-9154-cb94d4fbb1e5 X-Archives-Hash: 49b826742482544d29e784035981058a commit: 7759dcf0e820042796d17034daae26128d8e1d61 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 8 16:03:29 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 8 16:04:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7759dcf0 dev-python/tabulate: Support python 3.5 Package-Manager: portage-2.3.1 dev-python/tabulate/tabulate-0.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tabulate/tabulate-0.7.5.ebuild b/dev-python/tabulate/tabulate-0.7.5.ebuild index 8d04363..723841c 100644 --- a/dev-python/tabulate/tabulate-0.7.5.ebuild +++ b/dev-python/tabulate/tabulate-0.7.5.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=( python2_7 python{3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} ) inherit distutils-r1