commit:     806389d4f9fb4809efff3320d9648067ff79ce82
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Wed May  7 18:50:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 23 06:39:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806389d4

net-analyzer/notus-scanner: Disable Python 3.10 / PyPy 3.10 targets

Closes: https://bugs.gentoo.org/955199
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>

 ...tus-scanner-22.6.3-r3.ebuild => notus-scanner-22.6.3-r4.ebuild} | 7 ++-----
 ...tus-scanner-22.6.4-r2.ebuild => notus-scanner-22.6.4-r3.ebuild} | 5 ++---
 ...{notus-scanner-22.6.5.ebuild => notus-scanner-22.6.5-r1.ebuild} | 3 +--
 ...{notus-scanner-22.7.1.ebuild => notus-scanner-22.7.1-r1.ebuild} | 3 +--
 4 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.3-r3.ebuild 
b/net-analyzer/notus-scanner/notus-scanner-22.6.3-r4.ebuild
similarity index 93%
rename from net-analyzer/notus-scanner/notus-scanner-22.6.3-r3.ebuild
rename to net-analyzer/notus-scanner/notus-scanner-22.6.3-r4.ebuild
index 8126d3eb5357..1d666518a72e 100644
--- a/net-analyzer/notus-scanner/notus-scanner-22.6.3-r3.ebuild
+++ b/net-analyzer/notus-scanner/notus-scanner-22.6.3-r4.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..12} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
 DISTUTILS_USE_PEP517=poetry
 inherit distutils-r1 readme.gentoo-r1 systemd
 
@@ -22,9 +22,6 @@ DEPEND="
        >=dev-python/python-gnupg-0.5.1[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        >=dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               <dev-python/tomli-3[${PYTHON_USEDEP}]
-       ' 3.10)
 "
 
 RDEPEND="

diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.4-r2.ebuild 
b/net-analyzer/notus-scanner/notus-scanner-22.6.4-r3.ebuild
similarity index 94%
rename from net-analyzer/notus-scanner/notus-scanner-22.6.4-r2.ebuild
rename to net-analyzer/notus-scanner/notus-scanner-22.6.4-r3.ebuild
index 6f68cb09ca2f..2fda77abeef5 100644
--- a/net-analyzer/notus-scanner/notus-scanner-22.6.4-r2.ebuild
+++ b/net-analyzer/notus-scanner/notus-scanner-22.6.4-r3.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 greadme systemd
 
@@ -22,7 +22,6 @@ DEPEND="
        >=dev-python/python-gnupg-0.5.1[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        >=dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}]
-       <dev-python/tomli-3[${PYTHON_USEDEP}]
 "
 
 RDEPEND="

diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.5.ebuild 
b/net-analyzer/notus-scanner/notus-scanner-22.6.5-r1.ebuild
similarity index 95%
rename from net-analyzer/notus-scanner/notus-scanner-22.6.5.ebuild
rename to net-analyzer/notus-scanner/notus-scanner-22.6.5-r1.ebuild
index 2e3e67b88239..2092c9040254 100644
--- a/net-analyzer/notus-scanner/notus-scanner-22.6.5.ebuild
+++ b/net-analyzer/notus-scanner/notus-scanner-22.6.5-r1.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 greadme systemd
 
@@ -22,7 +22,6 @@ DEPEND="
        >=dev-python/python-gnupg-0.5.3[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        >=dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}]
-       <dev-python/tomli-3[${PYTHON_USEDEP}]
 "
 
 RDEPEND="

diff --git a/net-analyzer/notus-scanner/notus-scanner-22.7.1.ebuild 
b/net-analyzer/notus-scanner/notus-scanner-22.7.1-r1.ebuild
similarity index 95%
rename from net-analyzer/notus-scanner/notus-scanner-22.7.1.ebuild
rename to net-analyzer/notus-scanner/notus-scanner-22.7.1-r1.ebuild
index ff9e8f428b4e..f9cdf14e49e9 100644
--- a/net-analyzer/notus-scanner/notus-scanner-22.7.1.ebuild
+++ b/net-analyzer/notus-scanner/notus-scanner-22.7.1-r1.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 greadme systemd
 
@@ -22,7 +22,6 @@ DEPEND="
        >=dev-python/python-gnupg-0.5.4[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        >=dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}]
-       <dev-python/tomli-3[${PYTHON_USEDEP}]
 "
 
 RDEPEND="

Reply via email to