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 4945A158043 for ; Sun, 14 Apr 2024 15:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F46AE29F9; Sun, 14 Apr 2024 15:33:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A307E29F9 for ; Sun, 14 Apr 2024 15:33:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 040B73433B1 for ; Sun, 14 Apr 2024 15:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AC6016DE for ; Sun, 14 Apr 2024 15:33:51 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1713108822.21df94fa092d1be6344a53e98726876f71feb1b1.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/golly/golly-4.2-r1.ebuild app-misc/golly/golly-4.2.ebuild X-VCS-Directories: app-misc/golly/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 21df94fa092d1be6344a53e98726876f71feb1b1 X-VCS-Branch: master Date: Sun, 14 Apr 2024 15:33:51 +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: 1b81263c-a0dd-4c7e-a0f2-0c1aaa454f9d X-Archives-Hash: 0fee2e6fce1f96332e111124db50903f commit: 21df94fa092d1be6344a53e98726876f71feb1b1 Author: Maciej Barć gentoo org> AuthorDate: Sun Apr 14 15:03:02 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Apr 14 15:33:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21df94fa app-misc/golly: enable py3.12 compat Closes: https://bugs.gentoo.org/929331 Signed-off-by: Maciej Barć gentoo.org> app-misc/golly/{golly-4.2.ebuild => golly-4.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/golly/golly-4.2.ebuild b/app-misc/golly/golly-4.2-r1.ebuild similarity index 95% rename from app-misc/golly/golly-4.2.ebuild rename to app-misc/golly/golly-4.2-r1.ebuild index a35f1c8f3a23..c7e51fab9793 100644 --- a/app-misc/golly/golly-4.2.ebuild +++ b/app-misc/golly/golly-4.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WX_GTK_VER=3.2-gtk3 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop python-single-r1 toolchain-funcs wxwidgets xdg