Сравнение google-auth-2.22.0 с google-auth-2.23.0
/usr/portage/dev-python/google-auth/google-auth-2.23.0.ebuild 2023-10-09 14:52:30.288368370 +0300 | ||
---|---|---|
17 | 17 | |
18 | 18 |
LICENSE="Apache-2.0" |
19 | 19 |
SLOT="0" |
20 |
KEYWORDS="amd64 ~arm ~arm64 x86" |
|
20 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
21 | 21 | |
22 | 22 |
RDEPEND=" |
23 | 23 |
<dev-python/cachetools-6.0.0[${PYTHON_USEDEP}] |
24 | 24 |
>=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}] |
25 | 25 |
>=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}] |
26 | 26 |
>=dev-python/rsa-3.1.4[${PYTHON_USEDEP}] |
27 |
dev-python/six[${PYTHON_USEDEP}] |
|
28 |
!dev-python/namespace-google |
|
29 | 27 |
" |
30 | 28 |
BDEPEND=" |
31 | 29 |
test? ( |
... | ... | |
51 | 49 |
"${FILESDIR}"/google-auth-2.20.0-urllib3-2.patch |
52 | 50 |
) |
53 | 51 | |
54 |
EPYTEST_IGNORE=( |
|
55 |
# these are compatibility tests with oauth2client |
|
56 |
# disable them to unblock removal of that package |
|
57 |
tests/test__oauth2client.py |
|
58 |
) |
|
52 |
python_test() { |
|
53 |
local EPYTEST_IGNORE=( |
|
54 |
# these are compatibility tests with oauth2client |
|
55 |
# disable them to unblock removal of that package |
|
56 |
tests/test__oauth2client.py |
|
57 |
) |
|
58 | ||
59 |
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 |
|
60 |
epytest |
|
61 |
} |
|
59 | 62 | |
60 | 63 |
python_compile() { |
61 | 64 |
distutils-r1_python_compile |