dev-python/argcomplete - 3.7.1 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/argcomplete-3.7.1

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

autounmask =dev-python/argcomplete-3.7.1

Or alternatively:

emerge --autounmask-write -a =dev-python/argcomplete-3.7.1

Package Information

Description:
Bash tab completion for argparse
Homepage:
https://github.com/kislyuk/argcomplete/ https://pypi.org/project/argcomplete/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
3.7.1 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Bash tab completion for argparse"
HOMEPAGE="
	https://github.com/kislyuk/argcomplete/
	https://pypi.org/project/argcomplete/
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND="
	dev-python/hatch-vcs[${PYTHON_USEDEP}]
	test? (
		dev-python/pexpect[${PYTHON_USEDEP}]
		>=dev-python/pip-19
		dev-python/setuptools[${PYTHON_USEDEP}]
	)
"

python_test() {
	"${EPYTHON}" test/test.py -v || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/argcomplete | euse -E <flag> -p dev-python/argcomplete | euse -D <flag> -p dev-python/argcomplete

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

	dev-python/hatch-vcs[]
	test? (
		dev-python/pexpect[]
		>=dev-python/pip-19
		dev-python/setuptools[]
	)