Diff autosuspend-7.2.0 with a autosuspend-10.1.0
| /usr/portage/sys-power/autosuspend/autosuspend-10.1.0.ebuild 2026-06-10 19:17:07.283657216 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 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_{12..13} )
|
|
| 7 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 8 | 8 | |
| 9 | 9 |
inherit distutils-r1 |
| 10 | 10 | |
| ... | ... | |
| 21 | 21 |
LICENSE="GPL-2+" |
| 22 | 22 |
SLOT="0" |
| 23 | 23 |
KEYWORDS="amd64" |
| 24 |
IUSE="dbus mpd test" |
|
| 25 |
RESTRICT="!test? ( test )" |
|
| 24 |
IUSE="mpd" |
|
| 26 | 25 | |
| 27 | 26 |
RDEPEND=" |
| 27 |
dev-python/dbus-python[${PYTHON_USEDEP}]
|
|
| 28 | 28 |
dev-python/portalocker[${PYTHON_USEDEP}]
|
| 29 | 29 |
dev-python/psutil[${PYTHON_USEDEP}]
|
| 30 |
dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
|
|
| 30 |
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
|
| 31 | 31 |
mpd? ( dev-python/python-mpd2[${PYTHON_USEDEP}] )
|
| 32 | 32 |
" |
| 33 | 33 | |
| ... | ... | |
| 36 | 36 |
dev-python/freezegun[${PYTHON_USEDEP}]
|
| 37 | 37 |
dev-python/icalendar[${PYTHON_USEDEP}]
|
| 38 | 38 |
dev-python/jsonpath-ng[${PYTHON_USEDEP}]
|
| 39 |
dev-python/pygobject[${PYTHON_USEDEP}]
|
|
| 40 |
dev-python/pytest-datadir[${PYTHON_USEDEP}]
|
|
| 41 |
dev-python/pytest-httpserver[${PYTHON_USEDEP}]
|
|
| 42 |
dev-python/pytest-mock[${PYTHON_USEDEP}]
|
|
| 43 | 39 |
dev-python/python-dbusmock[${PYTHON_USEDEP}]
|
| 44 | 40 |
dev-python/python-mpd2[${PYTHON_USEDEP}]
|
| 45 | 41 |
dev-python/pytz[${PYTHON_USEDEP}]
|
| ... | ... | |
| 47 | 43 |
) |
| 48 | 44 |
" |
| 49 | 45 | |
| 46 |
EPYTEST_PLUGINS=( pytest-datadir pytest-httpserver pytest-mock ) |
|
| 50 | 47 |
EPYTEST_DESELECT=( |
| 51 | 48 |
tests/test_checks_util.py::TestNetworkMixin::test_file_url |
| 52 | 49 |
) |