dev-python/click-command-tree - 1.1.1 (guru)

Search

Install

Install this version:

emerge -a =dev-python/click-command-tree-1.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/click-command-tree-1.1.1

Or alternatively:

emerge --autounmask-write -a =dev-python/click-command-tree-1.1.1

Package Information

Description:
click plugin to show the command tree of your CLI
Homepage:
https://pypi.org/project/click-command-tree/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )
inherit distutils-r1

DESCRIPTION="click plugin to show the command tree of your CLI"
HOMEPAGE="https://pypi.org/project/click-command-tree/"
SRC_URI="https://github.com/whwright/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-python/click
"
DEPEND="${RDEPEND}"

distutils_enable_tests unittest

Inherited Eclasses

Dependencies

DEPEND

	dev-python/click

RDEPEND

	dev-python/click

Manifest for 1.1.1

Type File Size Source URLs
DIST click-command-tree-1.1.1.gh.tar.gz 3991 bytes https://github.com/whwright/click-command-tree/archive/refs/tags/1.1.1.tar.gz