summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-09-12 18:32:26 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-09-12 18:32:26 +0000
commitde4e04b1ce59cb1d74ba06c2aca9490d360374fb (patch)
treebca3f8bd8b95a7d5a07cf13c90eecd53be1ef2e2 /dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild
parentd45b89add06a889123b9f8562503f789a2dec421 (diff)
downloadbaldeagleos-repo-de4e04b1ce59cb1d74ba06c2aca9490d360374fb.tar.gz
baldeagleos-repo-de4e04b1ce59cb1d74ba06c2aca9490d360374fb.tar.xz
baldeagleos-repo-de4e04b1ce59cb1d74ba06c2aca9490d360374fb.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild')
-rw-r--r--dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild
deleted file mode 100644
index dc45c4b4ed67..000000000000
--- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8,9,10,11} ) # no pypy3 support
-inherit distutils-r1
-
-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="https://github.com/tox-dev/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/sphinx-5.3.0[${PYTHON_USEDEP}]
- <dev-python/sphinx-6.1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}