From aa50d7cfb65e59074f69e38ca3d0e5fb28c27437 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 3 Jul 2022 12:50:51 +0000 Subject: Adding metadata --- .../sphinx-argparse-cli-1.9.0.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild (limited to 'dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild') 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 new file mode 100644 index 000000000000..2398f069ecc1 --- /dev/null +++ b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10} ) # no pypy3 support +inherit distutils-r1 + +MY_PN="${PN//-/_}" +MY_P="${MY_PN}-${PV}" +DESCRIPTION="Render CLI arguments (sub-commands friendly) defined by argparse module" +HOMEPAGE="https://github.com/tox-dev/sphinx-argparse-cli https://pypi.org/project/sphinx-argparse-cli/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest -- cgit v1.3.1