python-ConfigArgParse: rebuild for Python 3.6

This commit is contained in:
Alessio Sergi 2017-08-28 05:41:17 +02:00
parent 744cfdb1f7
commit f5645029ea
1 changed files with 5 additions and 3 deletions

View File

@ -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 <helmut@pozimski.eu>"
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() {