dev-python/sphinx-argparse: PEP517

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-05-31 12:03:01 +05:00
parent 827e5a7d82
commit aa1626648e

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 optfeature
DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"