Сравнение deluge-2.1.1-r5 с deluge-2.1.1-r6
| /usr/portage/net-p2p/deluge/deluge-2.1.1-r6.ebuild 2025-05-12 18:21:11.034458109 +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 |
| ... | ... | |
| 66 | 66 |
"${FILESDIR}/${P}-ayatana.patch"
|
| 67 | 67 |
# https://dev.deluge-torrent.org/ticket/3582 |
| 68 | 68 |
"${FILESDIR}/${P}-consoleui-deferred.patch"
|
| 69 |
"${FILESDIR}/${P}-email-module-replace.patch"
|
|
| 69 | 70 |
) |
| 70 | 71 | |
| 71 | 72 |
distutils_enable_tests pytest |