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 4B7E91581C1 for ; Thu, 11 Jul 2024 12:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C59E2A53; Thu, 11 Jul 2024 12:00:25 +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 50A2DE2A53 for ; Thu, 11 Jul 2024 12:00:25 +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 4B10D335CAF for ; Thu, 11 Jul 2024 12:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DE2D1DCD for ; Thu, 11 Jul 2024 12:00:22 +0000 (UTC) From: "Steffen Winter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steffen Winter" Message-ID: <1720699168.f88e0330a9f9d0a30b6ccafd3c0e1e1906715b38.stffn.mobil@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/simdutf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild dev-cpp/simdutf/simdutf-5.3.0.ebuild X-VCS-Directories: dev-cpp/simdutf/ X-VCS-Committer: stffn.mobil X-VCS-Committer-Name: Steffen Winter X-VCS-Revision: f88e0330a9f9d0a30b6ccafd3c0e1e1906715b38 X-VCS-Branch: dev Date: Thu, 11 Jul 2024 12:00:22 +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: d158910a-c4d6-461b-9d63-76873893372c X-Archives-Hash: b7b16c533661ef42e26b8673ec1ca40c commit: f88e0330a9f9d0a30b6ccafd3c0e1e1906715b38 Author: Steffen Winter proton me> AuthorDate: Thu Jul 11 11:59:28 2024 +0000 Commit: Steffen Winter freenet de> CommitDate: Thu Jul 11 11:59:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f88e0330 dev-cpp/simdutf: enable py3.13 Signed-off-by: Steffen Winter proton.me> dev-cpp/simdutf/{simdutf-5.3.0.ebuild => simdutf-5.3.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/simdutf/simdutf-5.3.0.ebuild b/dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild similarity index 94% rename from dev-cpp/simdutf/simdutf-5.3.0.ebuild rename to dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild index 3875eae9b..629fb4557 100644 --- a/dev-cpp/simdutf/simdutf-5.3.0.ebuild +++ b/dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-any-r1