summaryrefslogtreecommitdiff
path: root/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-20 10:50:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-20 10:50:27 +0000
commit5d64687a46bb4b74f5c8cda59376b2f35524c8a3 (patch)
tree25a1e35667ed521a1511ee993352d43077dafa95 /dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
parentf94ff7b18f0b281cf5109b87ea78e7e789f185ab (diff)
downloadbaldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.tar.gz
baldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.tar.xz
baldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.zip
Adding metadata
Diffstat (limited to 'dev-python/cli_helpers/cli_helpers-2.2.1.ebuild')
-rw-r--r--dev-python/cli_helpers/cli_helpers-2.2.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
deleted file mode 100644
index 0eb75b547018..000000000000
--- a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 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,11} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="https://cli-helpers.rtfd.io/"
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
- dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest