15 lines
514 B
Bash
15 lines
514 B
Bash
# Template file for 'python3-argcomplete'
|
|
pkgname=python3-argcomplete
|
|
version=2.0.0
|
|
revision=1
|
|
wrksrc="argcomplete-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20
|