Diff barman-2.19 with a barman-3.2.0
/usr/portage/dev-db/barman/barman-3.2.0.ebuild 2023-10-09 14:52:29.312368346 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_10 ) |
|
6 |
DISTUTILS_USE_PEP517="setuptools" |
|
7 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
8 | ||
9 |
RESTRICT="test" # missing azure sdk |
|
7 | 10 | |
8 | 11 |
inherit distutils-r1 |
9 | 12 | |
... | ... | |
30 | 33 |
test? ( |
31 | 34 |
dev-python/mock[${PYTHON_USEDEP}] |
32 | 35 |
dev-python/pytest-timeout[${PYTHON_USEDEP}] |
36 |
dev-python/python-snappy[${PYTHON_USEDEP}] |
|
33 | 37 |
) |
34 | 38 |
" |
35 | 39 |