python-zeroconf: remove vlicense
This commit is contained in:
parent
b564a41a02
commit
96a592b232
|
@ -14,16 +14,11 @@ homepage="https://github.com/jstasiak/python-zeroconf/"
|
|||
distfiles="https://github.com/jstasiak/python-zeroconf/archive/${version}.tar.gz"
|
||||
checksum="ca8952a3eb04818dcb566e1344f2f15b5dd6d487770384651cdfae777d5eb848"
|
||||
|
||||
pkg_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
python3-zeroconf_package() {
|
||||
depends="python3-netifaces python3-six"
|
||||
pycompile_module="zeroconf"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense COPYING
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue