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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C011158041 for ; Tue, 19 Mar 2024 19:43:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42520E29AD; Tue, 19 Mar 2024 19:43:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2048DE29AD for ; Tue, 19 Mar 2024 19:43:01 +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 7BA3F335C11 for ; Tue, 19 Mar 2024 19:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE7C31520 for ; Tue, 19 Mar 2024 19:42:58 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1710877330.d41f019755193ba78fdffe64e1d6bd726d810b7e.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/particle/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/particle/particle-0.23.1.ebuild sci-physics/particle/particle-9999.ebuild X-VCS-Directories: sci-physics/particle/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: d41f019755193ba78fdffe64e1d6bd726d810b7e X-VCS-Branch: master Date: Tue, 19 Mar 2024 19:42:58 +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: 019b33c3-872e-45f8-bcad-2d40b9a83981 X-Archives-Hash: 31e391ac5c31379207d61d686c18dbcf commit: d41f019755193ba78fdffe64e1d6bd726d810b7e Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Tue Mar 19 19:42:10 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Tue Mar 19 19:42:10 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d41f0197 sci-physics/particle: add 0.23.1, enable py3.12 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-physics/particle/{particle-9999.ebuild => particle-0.23.1.ebuild} | 2 +- sci-physics/particle/particle-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/particle/particle-9999.ebuild b/sci-physics/particle/particle-0.23.1.ebuild similarity index 95% copy from sci-physics/particle/particle-9999.ebuild copy to sci-physics/particle/particle-0.23.1.ebuild index 88da33c3e..43f1e67ca 100644 --- a/sci-physics/particle/particle-9999.ebuild +++ b/sci-physics/particle/particle-0.23.1.ebuild @@ -1,6 +1,6 @@ EAPI=8 -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 diff --git a/sci-physics/particle/particle-9999.ebuild b/sci-physics/particle/particle-9999.ebuild index 88da33c3e..43f1e67ca 100644 --- a/sci-physics/particle/particle-9999.ebuild +++ b/sci-physics/particle/particle-9999.ebuild @@ -1,6 +1,6 @@ EAPI=8 -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1