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 BB0D1139694 for ; Mon, 24 Apr 2017 09:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7916E0C3F; Mon, 24 Apr 2017 09:31:28 +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 C1530E0BF5 for ; Mon, 24 Apr 2017 09:31:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C8443412CB for ; Mon, 24 Apr 2017 09:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 034F77440 for ; Mon, 24 Apr 2017 09:31:26 +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: <1493026260.9a4d9985592a2136ad18c8b70545891ab5c9634c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild X-VCS-Directories: app-text/xlsx2csv/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9a4d9985592a2136ad18c8b70545891ab5c9634c X-VCS-Branch: master Date: Mon, 24 Apr 2017 09:31:26 +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: 7f3a7978-5dba-4fc9-b5a2-759f1a81acad X-Archives-Hash: 6a93a9ce3654277458aaee33cad8b21f commit: 9a4d9985592a2136ad18c8b70545891ab5c9634c Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 24 08:49:08 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 24 09:31:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4d9985 app-text/xlsx2csv: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild index 2ff5ad06967..56d36da399e 100644 --- a/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild +++ b/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE="xml" inherit distutils-r1