From d30d26b532732bfebe0f5c5c6b61cabb27193784 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 14 Apr 2020 20:50:47 +0200 Subject: [PATCH] dev-python/sphinx-argparse: New ebuild Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay --- dev-python/sphinx-argparse/Manifest | 1 + dev-python/sphinx-argparse/metadata.xml | 8 +++++++ .../sphinx-argparse-0.2.5.ebuild | 23 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/sphinx-argparse/Manifest create mode 100644 dev-python/sphinx-argparse/metadata.xml create mode 100644 dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild diff --git a/dev-python/sphinx-argparse/Manifest b/dev-python/sphinx-argparse/Manifest new file mode 100644 index 0000000..c6936b8 --- /dev/null +++ b/dev-python/sphinx-argparse/Manifest @@ -0,0 +1 @@ +DIST sphinx-argparse-0.2.5.tar.gz 12153 BLAKE2B f2ba5fda9bc33831aebab9f1e836a4aabbd8d09ed43485583229c23453a76223c9c12e1b9f8f1066b8c8f44dfd7a1848572cafd0c1e66898b14878b94417f023 SHA512 785e2b1ea04b39721d28aee712b87f7fccb56a25a2d5ccf7825b27673a7e53069265c89b32f7b63d4f788127fe815595913af699dba3cd60db37a7efdef6ea55 diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml new file mode 100644 index 0000000..a69b0a0 --- /dev/null +++ b/dev-python/sphinx-argparse/metadata.xml @@ -0,0 +1,8 @@ + + + + + Alarig Le Lay + alarig@swordarmor.fr + + diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild new file mode 100644 index 0000000..9434d5a --- /dev/null +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.2.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_7 ) +inherit distutils-r1 + +DESCRIPTION="Sphinx extension that automatically documents argparse commands and options" +HOMEPAGE="https://pypi.org/project/sphinx-argparse/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + ${DEPEND} + dev-python/sphinx[${PYTHON_USEDEP}] +" +BDEPEND=""