mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-util/upstream-ontologist: switch to single-impl python
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_10 )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
DISTUTILS_SINGLE_IMPL=1
|
||||||
PYPI_NO_NORMALIZE=1
|
PYPI_NO_NORMALIZE=1
|
||||||
inherit edo distutils-r1 optfeature pypi
|
inherit edo distutils-r1 optfeature pypi
|
||||||
|
|
||||||
@@ -19,18 +20,22 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/python-debian[${PYTHON_USEDEP}]
|
$(python_gen_cond_dep '
|
||||||
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
|
dev-python/python-debian[${PYTHON_USEDEP}]
|
||||||
dev-vcs/breezy[${PYTHON_USEDEP}]
|
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
|
||||||
|
')
|
||||||
|
dev-vcs/breezy[${PYTHON_SINGLE_USEDEP}]
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
$(python_gen_cond_dep '
|
||||||
dev-python/docutils[${PYTHON_USEDEP}]
|
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
||||||
dev-python/lxml[${PYTHON_USEDEP}]
|
dev-python/docutils[${PYTHON_USEDEP}]
|
||||||
dev-python/markdown[${PYTHON_USEDEP}]
|
dev-python/lxml[${PYTHON_USEDEP}]
|
||||||
dev-python/pygments[${PYTHON_USEDEP}]
|
dev-python/markdown[${PYTHON_USEDEP}]
|
||||||
dev-python/tomlkit[${PYTHON_USEDEP}]
|
dev-python/pygments[${PYTHON_USEDEP}]
|
||||||
|
dev-python/tomlkit[${PYTHON_USEDEP}]
|
||||||
|
')
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -48,6 +53,7 @@ python_test() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
distutils-r1_src_install
|
distutils-r1_src_install
|
||||||
|
|
||||||
doman man/*
|
doman man/*
|
||||||
dodoc docs/*
|
dodoc docs/*
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user