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 85B6D1582EF for ; Wed, 19 Feb 2025 20:07:55 +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 6F3163431B3 for ; Wed, 19 Feb 2025 20:07:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D3DCE110475; Wed, 19 Feb 2025 20:07:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C45DD110475 for ; Wed, 19 Feb 2025 20:07:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7828D3431AE for ; Wed, 19 Feb 2025 20:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE2A52737 for ; Wed, 19 Feb 2025 20:07:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1739995654.e8d1c06b982d785529ab8662e9b2078b8036c9e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2023.5.ebuild sci-chemistry/gromacs/gromacs-2023.9999.ebuild sci-chemistry/gromacs/gromacs-2024.3.ebuild sci-chemistry/gromacs/gromacs-2024.4.ebuild sci-chemistry/gromacs/gromacs-2024.5.ebuild sci-chemistry/gromacs/gromacs-2024.9999.ebuild sci-chemistry/gromacs/gromacs-2025.9999.ebuild sci-chemistry/gromacs/gromacs-2025_rc.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8d1c06b982d785529ab8662e9b2078b8036c9e6 X-VCS-Branch: master Date: Wed, 19 Feb 2025 20:07:40 +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: 17f59a78-6d79-4223-9b72-59db2b1a1a92 X-Archives-Hash: f0ea5de1a040b584e6f4c6541341d81c commit: e8d1c06b982d785529ab8662e9b2078b8036c9e6 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 19 20:05:27 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 19 20:07:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d1c06b sci-chemistry/gromacs: Remove py3.10 (per sphinx-8.2) Signed-off-by: Michał Górny gentoo.org> sci-chemistry/gromacs/gromacs-2023.5.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2023.9999.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2024.3.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2024.4.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2024.5.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2024.9999.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2025.9999.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2025_rc.ebuild | 2 +- sci-chemistry/gromacs/gromacs-9999.ebuild | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2023.5.ebuild b/sci-chemistry/gromacs/gromacs-2023.5.ebuild index 83ceb0fceb65..4501472b953b 100644 --- a/sci-chemistry/gromacs/gromacs-2023.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2023.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no diff --git a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild index 5c6ffc9fc1a8..49be408cdcce 100644 --- a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no diff --git a/sci-chemistry/gromacs/gromacs-2024.3.ebuild b/sci-chemistry/gromacs/gromacs-2024.3.ebuild index cc4c9393b140..d57a37462c1d 100644 --- a/sci-chemistry/gromacs/gromacs-2024.3.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no diff --git a/sci-chemistry/gromacs/gromacs-2024.4.ebuild b/sci-chemistry/gromacs/gromacs-2024.4.ebuild index 7f2e7152df0f..49ec16a5713f 100644 --- a/sci-chemistry/gromacs/gromacs-2024.4.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no diff --git a/sci-chemistry/gromacs/gromacs-2024.5.ebuild b/sci-chemistry/gromacs/gromacs-2024.5.ebuild index 385f80b9f758..49ec16a5713f 100644 --- a/sci-chemistry/gromacs/gromacs-2024.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no diff --git a/sci-chemistry/gromacs/gromacs-2024.9999.ebuild b/sci-chemistry/gromacs/gromacs-2024.9999.ebuild index b681516f603a..e30a7a974d56 100644 --- a/sci-chemistry/gromacs/gromacs-2024.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no diff --git a/sci-chemistry/gromacs/gromacs-2025.9999.ebuild b/sci-chemistry/gromacs/gromacs-2025.9999.ebuild index bec110e3340c..e829adc6590f 100644 --- a/sci-chemistry/gromacs/gromacs-2025.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2025.9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no diff --git a/sci-chemistry/gromacs/gromacs-2025_rc.ebuild b/sci-chemistry/gromacs/gromacs-2025_rc.ebuild index d0af77e59df9..e829adc6590f 100644 --- a/sci-chemistry/gromacs/gromacs-2025_rc.ebuild +++ b/sci-chemistry/gromacs/gromacs-2025_rc.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 1cc913c0aeed..eb3dd80c5f84 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no