Diff klaus-2.0.2 with a klaus-2.0.3
/usr/portage/www-apps/klaus/klaus-2.0.3.ebuild 2023-10-09 14:52:35.872368511 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
8 | 8 | |
9 | 9 |
inherit distutils-r1 pypi |
10 | 10 | |
... | ... | |
16 | 16 |
KEYWORDS="~amd64 ~x86" |
17 | 17 |
IUSE="ctags" |
18 | 18 | |
19 |
# Tests can only be run from a git repository so they are not included in |
|
20 |
# source distributions. |
|
21 |
RESTRICT="test" |
|
22 | ||
19 | 23 |
RDEPEND=" |
20 | 24 |
>=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}] |
21 | 25 |
dev-python/flask[${PYTHON_USEDEP}] |
... | ... | |
25 | 29 |
ctags? ( dev-python/python-ctags3[${PYTHON_USEDEP}] ) |
26 | 30 |
" |
27 | 31 | |
28 |
# The tests can only be run from a git repository |
|
29 |
# so they are not included in the source distributions |
|
30 | ||
31 | 32 |
python_install_all() { |
32 | 33 |
distutils-r1_python_install_all |
33 | 34 |
doman ${PN}.1 |