Сравнение genshi-0.7.9 с genshi-0.7.10
| /usr/portage/dev-python/genshi/genshi-0.7.10.ebuild 2026-01-24 11:18:04.791006974 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
DISTUTILS_EXT=1 |
| 7 | 7 |
DISTUTILS_USE_PEP517=setuptools |
| 8 |
PYPI_NO_NORMALIZE=1 |
|
| 9 | 8 |
PYPI_PN=${PN^}
|
| 10 | 9 |
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
| 11 | 10 | |
| ... | ... | |
| 24 | 23 |
IUSE="doc examples test" |
| 25 | 24 |
RESTRICT="!test? ( test )" |
| 26 | 25 | |
| 27 |
RDEPEND=" |
|
| 28 |
dev-python/six[${PYTHON_USEDEP}]
|
|
| 29 |
" |
|
| 30 |
BDEPEND=" |
|
| 31 |
test? ( |
|
| 32 |
${RDEPEND}
|
|
| 33 |
) |
|
| 34 |
" |
|
| 35 | ||
| 36 | 26 |
python_test() {
|
| 37 | 27 |
"${EPYTHON}" -m unittest -v genshi.tests.suite || die
|
| 38 | 28 |
} |