Сравнение metagen-0.7.3-r2 с metagen-0.7.4

/usr/portage/app-portage/metagen/metagen-0.7.4.ebuild 2025-02-03 17:39:32.310665071 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="8"
5 5
DISTUTILS_USE_PEP517=setuptools
6
PYTHON_COMPAT=( python3_{9..11} )
6
PYTHON_COMPAT=( python3_{10..13} )
7 7

  
8 8
inherit distutils-r1 pypi
9 9

  
......
14 14
SLOT="0"
15 15
KEYWORDS="amd64 ~arm64 ~hppa ppc ~riscv x86 ~amd64-linux ~x86-linux"
16 16

  
17
IUSE=""
18 17
DEPEND="dev-python/lxml[${PYTHON_USEDEP}]
19 18
	sys-apps/portage[${PYTHON_USEDEP}]"
20 19
RDEPEND="${DEPEND}"
21 20

  
21
distutils_enable_tests pytest
22

  
22 23
python_install_all() {
23 24
	distutils-r1_python_install_all
24 25
	doman docs/metagen.1
......
29 30
		rmdir "${ED}"/usr/share/doc/${P}/ || die
30 31
	fi
31 32
}
32

  
33
python_test() {
34
	"${PYTHON}" -c "from metagen import metagenerator; metagenerator.do_tests()" || die
35
}
Спасибо!