16 lines
541 B
Bash
16 lines
541 B
Bash
# Template file for 'python3-argcomplete'
|
|
pkgname=python3-argcomplete
|
|
version=1.10.3
|
|
revision=1
|
|
wrksrc="argcomplete-${version}"
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="argcomplete"
|
|
hostmakedepends="python3-setuptools"
|
|
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=a37f522cf3b6a34abddfedb61c4546f60023b3799b22d1cd971eacdc0861530a
|