14 lines
477 B
Bash
14 lines
477 B
Bash
# Template file for 'python3-argcomplete'
|
|
pkgname=python3-argcomplete
|
|
version=3.0.5
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3"
|
|
short_desc="Bash tab completion for argparse"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/kislyuk/argcomplete"
|
|
distfiles="${PYPI_SITE}/a/argcomplete/argcomplete-${version}.tar.gz"
|
|
checksum=fe3ce77125f434a0dd1bffe5f4643e64126d5731ce8d173d36f62fa43d6eb6f7
|