python-ConfigArgParse: rebuild for Python 3.6
This commit is contained in:
parent
744cfdb1f7
commit
f5645029ea
1 changed files with 5 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue