33 lines
849 B
Bash
33 lines
849 B
Bash
# Template file for 'python-ConfigArgParse'
|
|
pkgname=python-ConfigArgParse
|
|
version=0.14.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="ConfigArgParse-${version}"
|
|
build_style=python-module
|
|
pycompile_module="configargparse.py"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
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=2e2efe2be3f90577aca9415e32cb629aa2ecd92078adbe27b53a03e53ff12e91
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-ConfigArgParse_package() {
|
|
archs=noarch
|
|
depends="python3"
|
|
pycompile_module="configargparse.py"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove "usr/lib/python3*"
|
|
vlicense LICENSE
|
|
}
|
|
}
|
|
|