21 lines
607 B
Bash
21 lines
607 B
Bash
# Template file for 'python3-ConfigArgParse'
|
|
pkgname=python3-ConfigArgParse
|
|
version=1.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="ConfigArgParse-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="configargparse.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Drop-in replacement for argparse"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/bw2/ConfigArgParse"
|
|
distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
|
|
checksum=7971cdb14328baaada0f140832925de83ecee93ac5e67e587e3476fac283ad51
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|