commit: 4e16fab57e25f29d46f902378ad385aa7a7da2c1 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Wed May 7 18:37:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 23 06:39:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e16fab5
net-analyzer/python-gvm: Disable Python 3.10 / PyPy 3.10 targets, enable pypy3_11 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41982 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/python-gvm/python-gvm-24.12.0.ebuild | 2 +- .../{python-gvm-24.8.0.ebuild => python-gvm-24.8.0-r1.ebuild} | 4 ++-- net-analyzer/python-gvm/python-gvm-26.1.1.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/python-gvm/python-gvm-24.12.0.ebuild b/net-analyzer/python-gvm/python-gvm-24.12.0.ebuild index 20a45b6de64b..5c3a9fdf07a8 100644 --- a/net-analyzer/python-gvm/python-gvm-24.12.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-24.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 diff --git a/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild b/net-analyzer/python-gvm/python-gvm-24.8.0-r1.ebuild similarity index 89% rename from net-analyzer/python-gvm/python-gvm-24.8.0.ebuild rename to net-analyzer/python-gvm/python-gvm-24.8.0-r1.ebuild index fbbfa1ab59c5..2befb10721be 100644 --- a/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-24.8.0-r1.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} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 diff --git a/net-analyzer/python-gvm/python-gvm-26.1.1.ebuild b/net-analyzer/python-gvm/python-gvm-26.1.1.ebuild index 20a45b6de64b..5c3a9fdf07a8 100644 --- a/net-analyzer/python-gvm/python-gvm-26.1.1.ebuild +++ b/net-analyzer/python-gvm/python-gvm-26.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1
