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-cli/
Date: Sat, 02 Jul 2022 04:18:32
Message-Id: 1656735438.bc50b84f3b17b789d20b5dad33ebd6bb75f769e9.cybertailor@gentoo
1 commit: bc50b84f3b17b789d20b5dad33ebd6bb75f769e9
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Jul 1 19:49:02 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sat Jul 2 04:17:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc50b84f
7
8 dev-python/sphinx-argparse-cli: add 1.9.0
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/sphinx-argparse-cli/Manifest | 1 +
13 .../sphinx-argparse-cli-1.9.0.ebuild | 23 ++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/sphinx-argparse-cli/Manifest b/dev-python/sphinx-argparse-cli/Manifest
17 index 43655ceb3..aa4446872 100644
18 --- a/dev-python/sphinx-argparse-cli/Manifest
19 +++ b/dev-python/sphinx-argparse-cli/Manifest
20 @@ -1 +1,2 @@
21 DIST sphinx_argparse_cli-1.8.2.tar.gz 21990 BLAKE2B fda2e87902fa8682a183aa4a16fd80f686a6f0144c4b61d2f8e3840c857b937e27422d2e2c3f346296ef79cc4624ad535ab892409d1633c782343c256d08a763 SHA512 bbc26b0171b20e62a17e130a91b962785ec9edad98b9e838e7a82fe9d464397ac4b12b33c4556253a47320aae2c3e695f938bee04e6583cfbabfe0383955a2d5
22 +DIST sphinx_argparse_cli-1.9.0.tar.gz 23389 BLAKE2B 790db176b789945ebe786ef38cc35a516d8422d0139e5f2b9070acd4a64504d6f0f58793608259bde053cda99e0cad774971cc9c972602b104d3714f48543322 SHA512 effc9c107c184b91c4f13b0c4ce3c3d7559007373e1851bc7802a1832f3056a7d4c715520184392aa49c615a23f000f0c50639bcb8b82e3f98bdb1741e60e935
23
24 diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild
25 new file mode 100644
26 index 000000000..a9bc90ba7
27 --- /dev/null
28 +++ b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} ) # no pypy3 support
37 +inherit distutils-r1
38 +
39 +MY_PN="${PN//-/_}"
40 +MY_P="${MY_PN}-${PV}"
41 +DESCRIPTION="Render CLI arguments (sub-commands friendly) defined by argparse module"
42 +HOMEPAGE="https://github.com/tox-dev/sphinx-argparse-cli https://pypi.org/project/sphinx-argparse-cli/"
43 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
44 +S="${WORKDIR}/${MY_P}"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +
50 +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
51 +
52 +distutils_enable_tests pytest