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 DB62B158F58 for ; Mon, 16 Aug 2021 20:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 534EAE09D0; Sun, 15 Aug 2021 06:37:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36A3DE09D0 for ; Sun, 15 Aug 2021 06:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4121A343FA5 for ; Sun, 15 Aug 2021 06:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71075858 for ; Sun, 15 Aug 2021 06:37:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629009376.5959375423d34b530d5b87c601ca9e900bcf5282.arthurzam@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.6.ebuild X-VCS-Directories: app-text/xlsx2csv/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5959375423d34b530d5b87c601ca9e900bcf5282 X-VCS-Branch: master Date: Sun, 15 Aug 2021 06:37:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28e38c3e-5f1b-436f-9d95-70072a85b234 X-Archives-Hash: 67274204aa0675010894a64cb625aeee commit: 5959375423d34b530d5b87c601ca9e900bcf5282 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 15 06:29:13 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 15 06:36:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59593754 app-text/xlsx2csv: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild index ccf9a6924e0..73061b4a3f0 100644 --- a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild +++ b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" DISTUTILS_USE_SETUPTOOLS=no