python-ConfigArgParse: remove

This commit is contained in:
Helmut Pozimski 2019-12-31 12:33:09 +01:00
parent d5fc9e7333
commit 8d927eaaa8
2 changed files with 5 additions and 18 deletions

View File

@ -1 +0,0 @@
python-ConfigArgParse

View File

@ -1,13 +1,13 @@
# Template file for 'python-ConfigArgParse'
pkgname=python-ConfigArgParse
# Template file for 'python3-ConfigArgParse'
pkgname=python3-ConfigArgParse
version=0.15.2
revision=2
archs=noarch
wrksrc="ConfigArgParse-${version}"
build_style=python-module
build_style=python3-module
pycompile_module="configargparse.py"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Drop-in replacement for argparse"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="MIT"
@ -18,15 +18,3 @@ checksum=558738aff623d6667aa5b85df6093ad3828867de8a82b66a6d458fb42567beb3
post_install() {
vlicense LICENSE
}
python3-ConfigArgParse_package() {
archs=noarch
depends="python3"
pycompile_module="configargparse.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vlicense LICENSE
}
}