Diff thefuck-3.32 with a thefuck-3.32-r1
/usr/portage/app-shells/thefuck/thefuck-3.32-r1.ebuild 2023-10-09 14:52:28.864368334 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9,10} ) |
|
6 |
DISTUTILS_USE_PEP517=setuptools |
|
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | 8 | |
8 | 9 |
inherit distutils-r1 |
9 | 10 | |
... | ... | |
13 | 14 | |
14 | 15 |
LICENSE="MIT" |
15 | 16 |
SLOT="0" |
16 |
KEYWORDS="~amd64 ~x86" |
|
17 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
17 | 18 | |
18 | 19 |
RDEPEND=" |
19 | 20 |
dev-python/psutil[${PYTHON_USEDEP}] |
... | ... | |
30 | 31 | |
31 | 32 |
distutils_enable_tests pytest |
32 | 33 | |
34 |
EPYTEST_DESELECT=( |
|
35 |
# failing tests because of trying to access portage's home dir |
|
36 |
tests/test_conf.py |
|
37 |
tests/entrypoints/test_not_configured.py |
|
38 |
tests/test_utils.py::test_get_all_executables_exclude_paths |
|
39 |
tests/test_utils.py::TestCache |
|
40 |
) |
|
41 | ||
33 | 42 |
python_prepare_all() { |
34 | 43 |
sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" setup.py || die |
35 | 44 |
distutils-r1_python_prepare_all |