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