Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-argparse/
Date: Tue, 31 May 2022 07:27:08
Message-Id: 1653982009.aa1626648e89b2e85bcc51e4a8786e064a86496a.cybertailor@gentoo
1 commit: aa1626648e89b2e85bcc51e4a8786e064a86496a
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 31 07:03:01 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 31 07:26:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa162664
7
8 dev-python/sphinx-argparse: PEP517
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
16 index a96f44947..0cafd2f65 100644
17 --- a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
18 +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 PYTHON_COMPAT=( python3_{8..10} pypy3 )
23 -DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
24 +DISTUTILS_USE_PEP517=poetry
25 inherit distutils-r1 optfeature
26
27 DESCRIPTION="Sphinx extension that automatically documents argparse commands and options"