mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-ConfigArgParse: remove
This commit is contained in:
parent
d5fc9e7333
commit
8d927eaaa8
2 changed files with 5 additions and 18 deletions
|
@ -1 +0,0 @@
|
||||||
python-ConfigArgParse
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-ConfigArgParse'
|
# Template file for 'python3-ConfigArgParse'
|
||||||
pkgname=python-ConfigArgParse
|
pkgname=python3-ConfigArgParse
|
||||||
version=0.15.2
|
version=0.15.2
|
||||||
revision=2
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="ConfigArgParse-${version}"
|
wrksrc="ConfigArgParse-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
pycompile_module="configargparse.py"
|
pycompile_module="configargparse.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python"
|
depends="python3"
|
||||||
short_desc="Drop-in replacement for argparse"
|
short_desc="Drop-in replacement for argparse"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -18,15 +18,3 @@ checksum=558738aff623d6667aa5b85df6093ad3828867de8a82b66a6d458fb42567beb3
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue