aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-31 12:03:01 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-31 12:26:49 +0500
commitaa1626648e89b2e85bcc51e4a8786e064a86496a (patch)
tree9ece6c1ea9331d15ef0d51621d149bd0362c2c83
parentdev-python/rstr: PEP517 (diff)
downloadguru-aa162664.tar.gz
guru-aa162664.tar.bz2
guru-aa162664.zip
dev-python/sphinx-argparse: PEP517
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
index a96f44947..0cafd2f65 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
@@ -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"