Diff executing-1.2.0 with a executing-2.0.0
/usr/portage/dev-python/executing/executing-2.0.0.ebuild 2023-10-09 14:52:30.280368370 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
8 | 8 | |
9 | 9 |
inherit distutils-r1 optfeature |
10 | 10 | |
... | ... | |
20 | 20 | |
21 | 21 |
LICENSE="MIT" |
22 | 22 |
SLOT="0" |
23 |
KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" |
|
23 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" |
|
24 | 24 | |
25 | 25 |
BDEPEND=" |
26 | 26 |
dev-python/setuptools-scm[${PYTHON_USEDEP}] |
27 | 27 |
test? ( |
28 |
dev-python/asttokens[${PYTHON_USEDEP}] |
|
28 |
>=dev-python/asttokens-2.1.0[${PYTHON_USEDEP}] |
|
29 |
dev-python/ipython[${PYTHON_USEDEP}] |
|
29 | 30 |
dev-python/littleutils[${PYTHON_USEDEP}] |
30 | 31 |
dev-python/rich[${PYTHON_USEDEP}] |
31 | 32 |
) |
... | ... | |
36 | 37 |
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |
37 | 38 | |
38 | 39 |
python_test() { |
39 |
# this test explodes when collected by pytest |
|
40 |
"${EPYTHON}" tests/test_main.py || die "Tests failed with ${EPYTHON}" |
|
41 |
epytest tests/test_pytest.py |
|
40 |
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 |
|
41 |
epytest |
|
42 | 42 |
} |
43 | 43 | |
44 | 44 |
pkg_postinst() { |