Сравнение streamlink-6.2.0 с streamlink-6.2.1
/usr/portage/net-misc/streamlink/streamlink-6.2.1.ebuild 2023-10-09 14:52:34.708368482 +0300 | ||
---|---|---|
9 | 9 |
fi |
10 | 10 | |
11 | 11 |
DISTUTILS_SINGLE_IMPL=1 |
12 |
DISTUTILS_USE_PEP517=setuptools |
|
12 |
# >= 6.2.1 uses a bunch of setuptools hooks instead of vanilla setuptools |
|
13 |
# https://github.com/streamlink/streamlink/commit/194d9bc193f5285bc1ba33af5fd89209a96ad3a7 |
|
14 |
DISTUTILS_USE_PEP517=standalone |
|
13 | 15 |
PYTHON_COMPAT=( python3_{10..12} ) |
14 | 16 |
PYTHON_REQ_USE='xml(+),threads(+)' |
15 | 17 |
inherit distutils-r1 |
... | ... | |
47 | 49 |
" |
48 | 50 |
BDEPEND=" |
49 | 51 |
$(python_gen_cond_dep ' |
52 |
>=dev-python/setuptools-64[${PYTHON_USEDEP}] |
|
50 | 53 |
>=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}] |
51 | 54 |
test? ( |
52 | 55 |
dev-python/mock[${PYTHON_USEDEP}] |