21 lines
612 B
Bash
21 lines
612 B
Bash
# Template file for 'python3-ConfigArgParse'
|
|
pkgname=python3-ConfigArgParse
|
|
version=1.0
|
|
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="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/bw2/ConfigArgParse"
|
|
distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
|
|
checksum=bf378245bc9cdc403a527e5b7406b991680c2a530e7e81af747880b54eb57133
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|