mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python-netaddr: move /usr/bin/netaddr3.4 to subpkg
This commit is contained in:
parent
ca2d49b466
commit
65412b2ddc
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-netaddr'
|
# Template file for 'python-netaddr'
|
||||||
pkgname=python-netaddr
|
pkgname=python-netaddr
|
||||||
version=0.7.18
|
version=0.7.18
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="netaddr-${version}"
|
wrksrc="netaddr-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -26,6 +26,7 @@ python3.4-netaddr_package() {
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove usr/bin/netaddr3.4
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue