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 E18241581EE for ; Thu, 27 Mar 2025 11:22:35 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7C67534323B for ; Thu, 27 Mar 2025 11:22:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 30D9F1104AE; Thu, 27 Mar 2025 11:22:30 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1EB611104AE for ; Thu, 27 Mar 2025 11:22:30 +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 C30B23431B8 for ; Thu, 27 Mar 2025 11:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FEEB271C for ; Thu, 27 Mar 2025 11:22:28 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1743074200.48d17a742e1f1ac8e0962321457fe1da9e8962ac.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/hepmc/hepmc-3.3.1.ebuild sci-physics/hepmc/hepmc-9999.ebuild X-VCS-Directories: sci-physics/hepmc/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 48d17a742e1f1ac8e0962321457fe1da9e8962ac X-VCS-Branch: master Date: Thu, 27 Mar 2025 11:22:28 +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: b06a4898-2385-4b15-bb10-7662cea359f9 X-Archives-Hash: c7a9afb4622e56decad99fa966a35e5a commit: 48d17a742e1f1ac8e0962321457fe1da9e8962ac Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Wed Mar 26 14:54:41 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Thu Mar 27 11:16:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d17a74 sci-physics/hepmc: disable py3.10 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/41306 Signed-off-by: Nowa Ammerlaan gentoo.org> sci-physics/hepmc/hepmc-3.3.1.ebuild | 2 +- sci-physics/hepmc/hepmc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/hepmc/hepmc-3.3.1.ebuild b/sci-physics/hepmc/hepmc-3.3.1.ebuild index 6bc7e46d86de..717ff88c7db3 100644 --- a/sci-physics/hepmc/hepmc-3.3.1.ebuild +++ b/sci-physics/hepmc/hepmc-3.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit fortran-2 cmake flag-o-matic python-single-r1 MYP=HepMC3-${PV} diff --git a/sci-physics/hepmc/hepmc-9999.ebuild b/sci-physics/hepmc/hepmc-9999.ebuild index 6bc7e46d86de..717ff88c7db3 100644 --- a/sci-physics/hepmc/hepmc-9999.ebuild +++ b/sci-physics/hepmc/hepmc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit fortran-2 cmake flag-o-matic python-single-r1 MYP=HepMC3-${PV}