Сравнение gentle-0.3.1 с gentle-0.4.0
/usr/portage/app-portage/gentle/gentle-0.4.0.ebuild 2023-10-09 14:52:28.848368334 +0300 | ||
---|---|---|
18 | 18 |
SLOT="0" |
19 | 19 |
KEYWORDS="~amd64" |
20 | 20 | |
21 |
RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]" |
|
21 | 22 |
BDEPEND=" |
22 | 23 |
test? ( |
23 | 24 |
app-text/xmldiff[${PYTHON_USEDEP}] |
25 |
dev-python/build[${PYTHON_USEDEP}] |
|
24 | 26 |
dev-python/pkginfo[${PYTHON_USEDEP}] |
25 | 27 |
dev-python/pyyaml[${PYTHON_USEDEP}] |
26 | 28 |
dev-python/rdflib[${PYTHON_USEDEP}] |
... | ... | |
29 | 31 |
) |
30 | 32 |
" |
31 | 33 | |
34 |
EPYTEST_DESELECT=( |
|
35 |
# require network |
|
36 |
"tests/python/wheel/test_generator.py::test_pkg_empty[pyproject.toml]" |
|
37 |
"tests/python/wheel/test_generator.py::test_pkg_empty[setup.py]" |
|
38 |
) |
|
39 | ||
32 | 40 |
distutils_enable_tests pytest |
33 | 41 | |
34 | 42 |
distutils_enable_sphinx docs \ |
... | ... | |
36 | 44 |
dev-python/sphinx-prompt |
37 | 45 | |
38 | 46 |
pkg_postinst() { |
47 |
optfeature "python packaging support" dev-python/build |
|
39 | 48 |
optfeature "PKG-INFO support" dev-python/pkginfo |
40 | 49 |
optfeature "yaml support" dev-python/pyyaml |
41 | 50 |
optfeature "rdf support" dev-python/rdflib |