# Template file for 'python3-argcomplete'
pkgname=python3-argcomplete
version=3.7.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3"
checkdepends="python3-pexpect python3-pip zsh"
short_desc="Bash tab completion for argparse"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/kislyuk/argcomplete"
changelog="https://raw.githubusercontent.com/kislyuk/argcomplete/develop/Changes.rst"
distfiles="${PYPI_SITE}/a/argcomplete/argcomplete-${version}.tar.gz"
checksum=afde224f753f874807b1dc1414e883ab8fe0cda9c04807b6047dcb8e1ac23913

do_check() {
	# pytest is not supported
	python3 -m unittest -b test/test.py
}
