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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCFE8158232 for ; Sun, 8 Dec 2024 05:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05FD3E1265; Sun, 8 Dec 2024 05:23:12 +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 43D2BE126D for ; Sun, 8 Dec 2024 05:23:11 +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 50CB7343108 for ; Sun, 8 Dec 2024 05:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A17EB1F41 for ; Sun, 8 Dec 2024 05:23:08 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1733635011.10b7815268bbc96b64b9dfa735a6566c57d34ab1.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild net-wireless/soapysdr/soapysdr-9999.ebuild X-VCS-Directories: net-wireless/soapysdr/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 10b7815268bbc96b64b9dfa735a6566c57d34ab1 X-VCS-Branch: master Date: Sun, 8 Dec 2024 05:23:08 +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: 76882f28-a11f-43dc-a8e9-8c1017a22153 X-Archives-Hash: 97a040f996d86b31f7432bea32d7b5a1 commit: 10b7815268bbc96b64b9dfa735a6566c57d34ab1 Author: Matt Jolly gentoo org> AuthorDate: Fri Dec 6 14:20:46 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sun Dec 8 05:16:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b78152 net-wireless/soapysdr: enable py3.13 Signed-off-by: Matt Jolly gentoo.org> net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild | 2 +- net-wireless/soapysdr/soapysdr-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild index f4f69287124e..7daf73a0eb44 100644 --- a/net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild +++ b/net-wireless/soapysdr/soapysdr-0.8.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 DESCRIPTION="vendor and platform neutral SDR support library" diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild index ad161a57c0f5..aaa41be56cc9 100644 --- a/net-wireless/soapysdr/soapysdr-9999.ebuild +++ b/net-wireless/soapysdr/soapysdr-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 DESCRIPTION="vendor and platform neutral SDR support library"