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 C6E8E1581D3 for ; Wed, 15 May 2024 00:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 791F3E2A2A; Wed, 15 May 2024 00:45:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 50DADE2A2B for ; Wed, 15 May 2024 00:45:51 +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 5BE8633BE19 for ; Wed, 15 May 2024 00:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D9E11ACE for ; Wed, 15 May 2024 00:45:47 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715733884.da99ba8e0e100709250e14d6fc5ce09d5eeffe32.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/krapplet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/krapplet/krapplet-0.3.1-r1.ebuild X-VCS-Directories: app-admin/krapplet/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: da99ba8e0e100709250e14d6fc5ce09d5eeffe32 X-VCS-Branch: dev Date: Wed, 15 May 2024 00:45:47 +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: b3a5ac7f-f6ff-4191-9dd9-88463a4c4ce9 X-Archives-Hash: 03672a2c1e080bd962604e168939f653 commit: da99ba8e0e100709250e14d6fc5ce09d5eeffe32 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 00:00:33 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 00:44:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da99ba8e app-admin/krapplet: enable py3.12 Closes: https://bugs.gentoo.org/931350 Signed-off-by: Julien Roy jroy.ca> app-admin/krapplet/krapplet-0.3.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/krapplet/krapplet-0.3.1-r1.ebuild b/app-admin/krapplet/krapplet-0.3.1-r1.ebuild index e6ff502519..f366fbe507 100644 --- a/app-admin/krapplet/krapplet-0.3.1-r1.ebuild +++ b/app-admin/krapplet/krapplet-0.3.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi xdg