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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD4CC15815E for ; Mon, 5 Feb 2024 15:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07EF5E2AA6; Mon, 5 Feb 2024 15:14:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2C8AE2AA6 for ; Mon, 5 Feb 2024 15:14:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3294E3430DA for ; Mon, 5 Feb 2024 15:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C315114AB for ; Mon, 5 Feb 2024 15:13:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1707146034.99a7cf6d9f5cc3acbd77847917863da14739aa0f.juippis@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.8.1.ebuild X-VCS-Directories: app-text/xlsx2csv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 99a7cf6d9f5cc3acbd77847917863da14739aa0f X-VCS-Branch: master Date: Mon, 5 Feb 2024 15:13: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d75410c2-4bdc-492e-ab86-3d0b709bc1d0 X-Archives-Hash: 478fbee976c8d6206d286da6e21962c0 commit: 99a7cf6d9f5cc3acbd77847917863da14739aa0f Author: Anton Fischl fischl-online de> AuthorDate: Sun Dec 3 05:02:18 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 5 15:13:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a7cf6d app-text/xlsx2csv: enable py3.12 Signed-off-by: Anton Fischl fischl-online.de> Signed-off-by: Joonas Niilola gentoo.org> app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild index acc1f01a79f3..45d65a1c5fe1 100644 --- a/app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild +++ b/app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_PEP517=setuptools