From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BB52C15808A for ; Wed, 23 Jul 2025 02:33:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A8B62341E76 for ; Wed, 23 Jul 2025 02:33:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9049711056E; Wed, 23 Jul 2025 02:32:45 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 89D1311056E for ; Wed, 23 Jul 2025 02:32:45 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AF683415D0 for ; Wed, 23 Jul 2025 02:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD16D32BE for ; Wed, 23 Jul 2025 02:32:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1753237823.c0e0889d788a0f0f8cdd63b0388587e7b3d9d140.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/hpx/hpx-1.11.0.ebuild sys-cluster/hpx/hpx-9999.ebuild X-VCS-Directories: sys-cluster/hpx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0e0889d788a0f0f8cdd63b0388587e7b3d9d140 X-VCS-Branch: master Date: Wed, 23 Jul 2025 02:32:41 +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: b1f379fb-a8e4-4e30-be96-52d26693c285 X-Archives-Hash: 30c4beec371a14933d4e93db598b18b8 commit: c0e0889d788a0f0f8cdd63b0388587e7b3d9d140 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sat Jul 5 09:11:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 23 02:30:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e0889d sys-cluster/hpx: enable py3.14, remove py3.10 Signed-off-by: Kurt Kanzenbach kmk-computers.de> Part-of: https://github.com/gentoo/gentoo/pull/42878 Signed-off-by: Sam James gentoo.org> sys-cluster/hpx/hpx-1.11.0.ebuild | 2 +- sys-cluster/hpx/hpx-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/hpx/hpx-1.11.0.ebuild b/sys-cluster/hpx/hpx-1.11.0.ebuild index 725fbaa7abe9..ff3ab6f9fe00 100644 --- a/sys-cluster/hpx/hpx-1.11.0.ebuild +++ b/sys-cluster/hpx/hpx-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index e8ac94549585..210ceea870ef 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3