Diff python-swiftclient-4.3.0 with a python-swiftclient-4.4.0
/usr/portage/dev-python/python-swiftclient/python-swiftclient-4.4.0.ebuild 2023-10-09 14:52:30.360368372 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 | 7 |
PYPI_NO_NORMALIZE=1 |
8 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
8 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
9 | 9 | |
10 | 10 |
inherit distutils-r1 pypi |
11 | 11 | |
... | ... | |
18 | 18 | |
19 | 19 |
LICENSE="Apache-2.0" |
20 | 20 |
SLOT="0" |
21 |
KEYWORDS="amd64 ~arm64 x86" |
|
21 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
22 | 22 | |
23 | 23 |
RDEPEND=" |
24 | 24 |
>=dev-python/requests-2.4.0[${PYTHON_USEDEP}] |