commit:     6382a5fd25c541bc7a41bff17013fabfa1345511
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 02:47:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 02:47:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6382a5fd

net-p2p/deluge: drop test restrict, drop py3.9, sync live

pytest-twisted has py3.12 now -> drop test restriction.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/deluge/deluge-2.1.1-r5.ebuild | 4 +---
 net-p2p/deluge/deluge-9999.ebuild     | 4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-p2p/deluge/deluge-2.1.1-r5.ebuild 
b/net-p2p/deluge/deluge-2.1.1-r5.ebuild
index 2bc31057562f..7891983e5083 100644
--- a/net-p2p/deluge/deluge-2.1.1-r5.ebuild
+++ b/net-p2p/deluge/deluge-2.1.1-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 systemd xdg
@@ -71,8 +71,6 @@ PATCHES=(
        "${FILESDIR}/${P}-consoleui-deferred.patch"
 )
 
-RESTRICT=test # Requires python-3.12 enabled dev-python/pytest-twisted
-
 distutils_enable_tests pytest
 
 python_prepare_all() {

diff --git a/net-p2p/deluge/deluge-9999.ebuild 
b/net-p2p/deluge/deluge-9999.ebuild
index f6ab3f627406..ed7bb276078c 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 systemd xdg

Reply via email to