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 8058C1581FB for ; Thu, 29 Aug 2024 22:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2EBE2A11; Thu, 29 Aug 2024 22:58:51 +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 904BCE2A11 for ; Thu, 29 Aug 2024 22:58: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 C7A5A342FB0 for ; Thu, 29 Aug 2024 22:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5767311DA for ; Thu, 29 Aug 2024 22:58:49 +0000 (UTC) From: "Daichi Yamamoto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daichi Yamamoto" Message-ID: <1724972182.7f6160c382e01996b483542fea5006e8846f626d.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/azote/azote-1.13.0.ebuild gui-apps/azote/azote-9999.ebuild X-VCS-Directories: gui-apps/azote/ X-VCS-Committer: dev X-VCS-Committer-Name: Daichi Yamamoto X-VCS-Revision: 7f6160c382e01996b483542fea5006e8846f626d X-VCS-Branch: dev Date: Thu, 29 Aug 2024 22:58:49 +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: 4bdc115d-22da-4b92-a954-e8d594d31d3f X-Archives-Hash: aa4779442f8399bf092499e1d6004faf commit: 7f6160c382e01996b483542fea5006e8846f626d Author: Daichi Yamamoto dyama net> AuthorDate: Thu Aug 29 22:56:22 2024 +0000 Commit: Daichi Yamamoto dyama net> CommitDate: Thu Aug 29 22:56:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f6160c3 gui-apps/azote: enable py3.13 Signed-off-by: Daichi Yamamoto dyama.net> gui-apps/azote/azote-1.13.0.ebuild | 4 ++-- gui-apps/azote/azote-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-apps/azote/azote-1.13.0.ebuild b/gui-apps/azote/azote-1.13.0.ebuild index 0f2367252..a14f31f7b 100644 --- a/gui-apps/azote/azote-1.13.0.ebuild +++ b/gui-apps/azote/azote-1.13.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils diff --git a/gui-apps/azote/azote-9999.ebuild b/gui-apps/azote/azote-9999.ebuild index 0f2367252..a14f31f7b 100644 --- a/gui-apps/azote/azote-9999.ebuild +++ b/gui-apps/azote/azote-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils