From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/sphinx-argparse-cli/Manifest | 1 + dev-python/sphinx-argparse-cli/metadata.xml | 16 ++++++++++++++++ .../sphinx-argparse-cli-1.8.2.ebuild | 21 +++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-python/sphinx-argparse-cli/Manifest create mode 100644 dev-python/sphinx-argparse-cli/metadata.xml create mode 100644 dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild (limited to 'dev-python/sphinx-argparse-cli') diff --git a/dev-python/sphinx-argparse-cli/Manifest b/dev-python/sphinx-argparse-cli/Manifest new file mode 100644 index 000000000000..43655ceb31c7 --- /dev/null +++ b/dev-python/sphinx-argparse-cli/Manifest @@ -0,0 +1 @@ +DIST sphinx_argparse_cli-1.8.2.tar.gz 21990 BLAKE2B fda2e87902fa8682a183aa4a16fd80f686a6f0144c4b61d2f8e3840c857b937e27422d2e2c3f346296ef79cc4624ad535ab892409d1633c782343c256d08a763 SHA512 bbc26b0171b20e62a17e130a91b962785ec9edad98b9e838e7a82fe9d464397ac4b12b33c4556253a47320aae2c3e695f938bee04e6583cfbabfe0383955a2d5 diff --git a/dev-python/sphinx-argparse-cli/metadata.xml b/dev-python/sphinx-argparse-cli/metadata.xml new file mode 100644 index 000000000000..e29cc43b0f74 --- /dev/null +++ b/dev-python/sphinx-argparse-cli/metadata.xml @@ -0,0 +1,16 @@ + + + + + sphinx-argparse-cli + tox-dev/sphinx-argparse-cli + + Bernat Gabor + gaborjbernat@gmail.com + + + + cyber+gentoo@sysrq.in + Anna + + diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild new file mode 100644 index 000000000000..6ce9a2c9cc2f --- /dev/null +++ b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) +inherit distutils-r1 + +MY_PN="${PN//-/_}" +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_PN}-${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest -- cgit v1.3.1