diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-21 08:14:37 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-21 08:14:37 +0000 |
| commit | d1480f6eacff046a72619a56dc90c4b2d8f0fb79 (patch) | |
| tree | 1a276a8022474cc0e07c09cfd6b78671e4df0e90 /dev-python/click-help-colors | |
| parent | 681cff2cc6f3b051feb2f368ea514bda2ad34888 (diff) | |
| download | baldeagleos-repo-d1480f6eacff046a72619a56dc90c4b2d8f0fb79.tar.gz baldeagleos-repo-d1480f6eacff046a72619a56dc90c4b2d8f0fb79.tar.xz baldeagleos-repo-d1480f6eacff046a72619a56dc90c4b2d8f0fb79.zip | |
Adding metadata
Diffstat (limited to 'dev-python/click-help-colors')
| -rw-r--r-- | dev-python/click-help-colors/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/click-help-colors/click-help-colors-0.9.1.ebuild | 2 |
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-python/click-help-colors/Manifest b/dev-python/click-help-colors/Manifest index 6aae08de5ed1..ef6c4e89c545 100644 --- a/dev-python/click-help-colors/Manifest +++ b/dev-python/click-help-colors/Manifest @@ -1 +1,2 @@ +DIST click-help-colors-0.9.1.gh.tar.gz 101042 BLAKE2B 0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d SHA512 ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745 DIST click-help-colors-0.9.1.tar.gz 101042 BLAKE2B 0f40d6d15f8e0a4647212f57e071c49b66bcd2b3d7ef582bd7d8a14135e50028f3ceb07987b5b74a868d998c12886a711f40e1d85b541566c63dca39e43a907d SHA512 ac4ce56ab249f7b98f670a6624700109f20a7c666e006b891d5c9fd4977512a0c94d82f6b43915952179abc946899f85fa1d358cd3d59508ef341ba22d8fc745 diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild new file mode 100644 index 000000000000..f365cd479ee2 --- /dev/null +++ b/dev-python/click-help-colors/click-help-colors-0.9.1-r1.ebuild @@ -0,0 +1,29 @@ +# 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="Colorization of help messages in Click" +HOMEPAGE="https://github.com/click-contrib/click-help-colors" +SRC_URI=" + https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~riscv" +IUSE="examples" + +RDEPEND="dev-python/click[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +python_install_all() { + use examples && dodoc -r examples + distutils-r1_python_install_all +} diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild index bd00081964e9..33b3558807b5 100644 --- a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild +++ b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" IUSE="examples" RDEPEND="dev-python/click[${PYTHON_USEDEP}]" |
