Сравнение deluge-2.1.1-r5 с deluge-2.1.1-r6

/usr/portage/net-p2p/deluge/deluge-2.1.1-r6.ebuild 2025-12-16 18:18:05.413282064 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..12} )
6
PYTHON_COMPAT=( python3_{10..13} )
7 7
DISTUTILS_USE_PEP517=setuptools
8 8
DISTUTILS_SINGLE_IMPL=1
9 9
inherit distutils-r1 systemd xdg
......
29 29

  
30 30
BDEPEND="
31 31
	dev-util/intltool
32
	test? (
33
		$(python_gen_cond_dep '
34
			>=dev-python/pytest-twisted-1.13.4-r1[${PYTHON_USEDEP}]
35
		')
36
	)
37 32
"
38 33

  
39 34
RDEPEND="
......
66 61
	"${FILESDIR}/${P}-ayatana.patch"
67 62
	# https://dev.deluge-torrent.org/ticket/3582
68 63
	"${FILESDIR}/${P}-consoleui-deferred.patch"
64
	"${FILESDIR}/${P}-email-module-replace.patch"
69 65
)
70 66

  
67
EPYTEST_PLUGINS=( pytest-twisted )
71 68
distutils_enable_tests pytest
72 69

  
73 70
python_prepare_all() {
......
109 106
		'deluge/tests/test_core.py::TestCore::test_pause_torrent'
110 107
	)
111 108

  
112
	# dev-python/pytest-twisted has disabled autoloading
113
	epytest -m "not (todo or gtkui)" -p pytest_twisted -v
109
	epytest -m "not (todo or gtkui)" -v
114 110
}
115 111

  
116 112
python_install_all() {
Спасибо!