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 5D64C1581C1 for ; Sun, 7 Jul 2024 14:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D472E29F7; Sun, 7 Jul 2024 14:36:20 +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 E7BBCE29F7 for ; Sun, 7 Jul 2024 14:36:19 +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 DB298335C96 for ; Sun, 7 Jul 2024 14:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C6E51DC6 for ; Sun, 7 Jul 2024 14:36:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1720362966.4fcbd9fe11b3a43401ab121f1ab1bf7b558ea999.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pysolfc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pysolfc/pysolfc-3.0.0.ebuild X-VCS-Directories: games-board/pysolfc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4fcbd9fe11b3a43401ab121f1ab1bf7b558ea999 X-VCS-Branch: master Date: Sun, 7 Jul 2024 14:36:17 +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: 86f6a63e-6ecf-4faa-9e64-9fd1e9acda64 X-Archives-Hash: 288d137f6877e05311330cc1c6871a4c commit: 4fcbd9fe11b3a43401ab121f1ab1bf7b558ea999 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 7 14:12:12 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 7 14:36:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcbd9fe games-board/pysolfc: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> games-board/pysolfc/pysolfc-3.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-board/pysolfc/pysolfc-3.0.0.ebuild b/games-board/pysolfc/pysolfc-3.0.0.ebuild index fee3dbfb8e5a..adff3487f9f4 100644 --- a/games-board/pysolfc/pysolfc-3.0.0.ebuild +++ b/games-board/pysolfc/pysolfc-3.0.0.ebuild @@ -5,8 +5,9 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="tk" + inherit distutils-r1 xdg MY_PN="PySolFC"