summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-03 12:50:51 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-03 12:50:51 +0000
commitaa50d7cfb65e59074f69e38ca3d0e5fb28c27437 (patch)
treeeaeb741512746c1fc3c4d05f330deb742385ad87 /dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild
parent7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934 (diff)
downloadbaldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.gz
baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.xz
baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild')
-rw-r--r--dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild23
1 files changed, 23 insertions, 0 deletions
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