Сравнение build-0.10.0 с build-1.0.0
/usr/portage/dev-python/build/build-1.0.0.ebuild 2023-10-09 14:52:30.260368370 +0300 | ||
---|---|---|
19 | 19 | |
20 | 20 |
LICENSE="MIT" |
21 | 21 |
SLOT="0" |
22 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86" |
|
22 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
23 | 23 | |
24 | 24 |
RDEPEND=" |
25 | 25 |
>=dev-python/packaging-19.0[${PYTHON_USEDEP}] |
26 | 26 |
dev-python/pyproject-hooks[${PYTHON_USEDEP}] |
27 | 27 |
$(python_gen_cond_dep ' |
28 | 28 |
>=dev-python/tomli-1.1.0[${PYTHON_USEDEP}] |
29 |
' 3.{8..10}) |
|
29 |
' 3.10) |
|
30 | 30 |
" |
31 | 31 |
BDEPEND=" |
32 | 32 |
test? ( |
... | ... | |
49 | 49 |
# messages, sic!) |
50 | 50 |
'tests/test_main.py::test_output[via-sdist-isolation]' |
51 | 51 |
'tests/test_main.py::test_output[wheel-direct-isolation]' |
52 |
# Internet |
|
53 |
tests/test_main.py::test_build_package |
|
54 |
tests/test_main.py::test_build_package_via_sdist |
|
55 |
tests/test_self_packaging.py::test_build_sdist |
|
56 |
tests/test_self_packaging.py::test_build_wheel |
|
57 |
'tests/test_util.py::test_wheel_metadata[True]' |
|
58 |
tests/test_util.py::test_with_get_requires |
|
59 |
# we don't really have to test that fallback |
|
60 |
# (requires dev-python/toml that we'd like to lastrite eventually) |
|
61 |
tests/test_projectbuilder.py::test_toml_instead_of_tomli |
|
62 | 52 |
) |
63 |
if [[ ${EPYTHON} == python3.12 ]]; then |
|
64 |
EPYTEST_DESELECT+=( |
|
65 |
# mismatch on deprecation warning |
|
66 |
'tests/test_main.py::test_output[via-sdist-no-isolation]' |
|
67 |
) |
|
68 |
fi |
|
69 | 53 | |
70 |
epytest -p no:flaky -n "$(makeopts_jobs)" |
|
54 |
epytest -m "not network" -p no:flaky \ |
|
55 |
-n "$(makeopts_jobs)" --dist=worksteal |
|
71 | 56 |
} |