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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58169158232 for ; Thu, 5 Dec 2024 14:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE700E092B; Thu, 5 Dec 2024 14:59:40 +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 E4042E0805 for ; Thu, 5 Dec 2024 14:59:39 +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 32890335C2E for ; Thu, 5 Dec 2024 14:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 988E8F96 for ; Thu, 5 Dec 2024 14:59:37 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1733410751.9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pontos/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pontos/pontos-24.3.2.ebuild net-analyzer/pontos/pontos-24.9.0.ebuild X-VCS-Directories: net-analyzer/pontos/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3 X-VCS-Branch: master Date: Thu, 5 Dec 2024 14:59:37 +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: 61e22c4b-fb93-4a00-9638-1f3877cb2ddb X-Archives-Hash: e9386b8f1822983a4fe25efc11114667 commit: 9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3 Author: Giuseppe Foti gmail com> AuthorDate: Mon Dec 2 18:45:42 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Dec 5 14:59:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f87a7fc net-analyzer/pontos: enable py3.13 Signed-off-by: Giuseppe Foti gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39571 Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/pontos/pontos-24.3.2.ebuild | 2 +- net-analyzer/pontos/pontos-24.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pontos/pontos-24.3.2.ebuild b/net-analyzer/pontos/pontos-24.3.2.ebuild index 4960ceda8096..c765bce54050 100644 --- a/net-analyzer/pontos/pontos-24.3.2.ebuild +++ b/net-analyzer/pontos/pontos-24.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 diff --git a/net-analyzer/pontos/pontos-24.9.0.ebuild b/net-analyzer/pontos/pontos-24.9.0.ebuild index 64d603abd082..eb028709e3b3 100644 --- a/net-analyzer/pontos/pontos-24.9.0.ebuild +++ b/net-analyzer/pontos/pontos-24.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1