commit: 480955d207a65d74c95218efabe08138c4e45b13 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Wed May 7 18:58:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 23 06:39:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480955d2
net-analyzer/pontos: 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 Closes: https://github.com/gentoo/gentoo/pull/41982 Signed-off-by: Sam James <sam <AT> gentoo.org> .../pontos/{pontos-24.3.2.ebuild => pontos-24.3.2-r1.ebuild} | 6 +++--- net-analyzer/pontos/pontos-24.9.0.ebuild | 2 +- net-analyzer/pontos/pontos-25.3.3.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-analyzer/pontos/pontos-24.3.2.ebuild b/net-analyzer/pontos/pontos-24.3.2-r1.ebuild similarity index 93% rename from net-analyzer/pontos/pontos-24.3.2.ebuild rename to net-analyzer/pontos/pontos-24.3.2-r1.ebuild index c765bce54050..83808073a8b7 100644 --- a/net-analyzer/pontos/pontos-24.3.2.ebuild +++ b/net-analyzer/pontos/pontos-24.3.2-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 @@ -17,8 +17,8 @@ HOMEPAGE=" SRC_URI="https://github.com/greenbone/pontos/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="GPL-3+" +SLOT="0" KEYWORDS="amd64 ~x86" RDEPEND=" diff --git a/net-analyzer/pontos/pontos-24.9.0.ebuild b/net-analyzer/pontos/pontos-24.9.0.ebuild index fdc8fcd5d0a5..83808073a8b7 100644 --- a/net-analyzer/pontos/pontos-24.9.0.ebuild +++ b/net-analyzer/pontos/pontos-24.9.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/pontos/pontos-25.3.3.ebuild b/net-analyzer/pontos/pontos-25.3.3.ebuild index 6c79c00dfc5e..dee8fd33fbd8 100644 --- a/net-analyzer/pontos/pontos-25.3.3.ebuild +++ b/net-analyzer/pontos/pontos-25.3.3.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
