Diff poezio-0.14 with a poezio-9999
| /usr/portage/net-im/poezio/poezio-9999.ebuild 2025-07-29 16:22:17.260467444 +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 | 6 |
DISTUTILS_USE_PEP517=setuptools |
| 7 |
PYTHON_COMPAT=( python3_{9..12} )
|
|
| 7 |
PYTHON_COMPAT=( python3_{11..13} )
|
|
| 8 | 8 | |
| 9 | 9 |
inherit distutils-r1 optfeature xdg |
| 10 | 10 | |
| ... | ... | |
| 21 | 21 |
BDEPEND="dev-python/sphinx" |
| 22 | 22 |
else |
| 23 | 23 |
inherit pypi |
| 24 |
KEYWORDS="amd64" |
|
| 24 |
KEYWORDS="~amd64" |
|
| 25 | 25 |
fi |
| 26 | 26 | |
| 27 | 27 |
RDEPEND=" |
| 28 | 28 |
dev-python/aiodns[${PYTHON_USEDEP}]
|
| 29 | 29 |
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
|
| 30 | 30 |
dev-python/pyasn1[${PYTHON_USEDEP}]
|
| 31 |
>=dev-python/slixmpp-1.8.2[${PYTHON_USEDEP}]
|
|
| 31 |
>=dev-python/slixmpp-1.10.0[${PYTHON_USEDEP}]
|
|
| 32 | 32 |
" |
| 33 | 33 | |
| 34 | 34 |
PATCHES=( |