python-ConfigArgParse: update to 0.14.0.

This commit is contained in:
Helmut Pozimski 2019-01-14 10:32:26 +01:00
parent 3e6a6f200a
commit c7489e76f7
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-ConfigArgParse'
pkgname=python-ConfigArgParse
version=0.13.0
version=0.14.0
revision=1
noarch=yes
wrksrc="ConfigArgParse-${version}"
@ -13,7 +13,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="MIT"
homepage="https://github.com/bw2/ConfigArgParse"
distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
checksum=e6441aa58e23d3d122055808e5e2220fd742dff6e1e51082d2a4e4ed145dd788
checksum=2e2efe2be3f90577aca9415e32cb629aa2ecd92078adbe27b53a03e53ff12e91
post_install() {
vlicense LICENSE
@ -25,7 +25,7 @@ python3-ConfigArgParse_package() {
pycompile_module="configargparse.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vmove "usr/lib/python3*"
vlicense LICENSE
}
}