python-netaddr: move /usr/bin/netaddr3.4 to subpkg

This commit is contained in:
Juergen Buchmueller 2016-10-08 00:16:15 +02:00
parent ca2d49b466
commit 65412b2ddc

View File

@ -1,7 +1,7 @@
# Template file for 'python-netaddr'
pkgname=python-netaddr
version=0.7.18
revision=1
revision=2
noarch=yes
wrksrc="netaddr-${version}"
build_style=python-module
@ -26,6 +26,7 @@ python3.4-netaddr_package() {
pycompile_version="3.4"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/bin/netaddr3.4
vmove usr/lib/python3.4
vlicense LICENSE
}