diff --git a/srcpkgs/python-ConfigArgParse/template b/srcpkgs/python-ConfigArgParse/template index cb58fb6ee8d..558b9ee2470 100644 --- a/srcpkgs/python-ConfigArgParse/template +++ b/srcpkgs/python-ConfigArgParse/template @@ -1,13 +1,14 @@ # Template file for 'python-ConfigArgParse' pkgname=python-ConfigArgParse version=0.12.0 -revision=1 +revision=2 +noarch=yes wrksrc="ConfigArgParse-${version}" build_style=python-module -noarch=yes pycompile_module="configargparse.py" hostmakedepends="python-setuptools python3-setuptools" -short_desc="A drop-in replacement for argparse" +depends="python" +short_desc="Drop-in replacement for argparse" maintainer="Helmut Pozimski " license="MIT" homepage="https://github.com/bw2/ConfigArgParse" @@ -20,6 +21,7 @@ post_install() { python3-ConfigArgParse_package() { noarch=yes + depends="python3" pycompile_module="configargparse.py" short_desc="${short_desc/Python2/Python3}" pkg_install() {