diff options
author | Sam James <sam@gentoo.org> | 2024-06-03 03:47:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-03 03:47:55 +0100 |
commit | 6382a5fd25c541bc7a41bff17013fabfa1345511 (patch) | |
tree | 2423fcaba8283ca50a34b1817d44378d12ab0920 /net-p2p | |
parent | net-p2p/deluge: revbump for python-3.12 support (diff) | |
download | gentoo-6382a5fd25c541bc7a41bff17013fabfa1345511.tar.gz gentoo-6382a5fd25c541bc7a41bff17013fabfa1345511.tar.bz2 gentoo-6382a5fd25c541bc7a41bff17013fabfa1345511.zip |
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@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/deluge-2.1.1-r5.ebuild | 4 | ||||
-rw-r--r-- | 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 |