# Template file for 'python3-argcomplete' pkgname=python3-argcomplete version=3.5.1 revision=2 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-wheel" depends="python3" checkdepends="python3-pexpect python3-pip zsh" short_desc="Bash tab completion for argparse" maintainer="Leah Neukirchen " 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=eb1ee355aa2557bd3d0145de7b06b2a45b0ce461e1e7813f5d066039ab4177b4 do_check() { # pytest is not supported python3 -m unittest -b test/test.py }