python-zeroconf: remove vlicense

This commit is contained in:
Karl Nilsson 2017-10-30 17:30:04 -04:00 committed by Toyam Cox
parent b564a41a02
commit 96a592b232

View file

@ -14,16 +14,11 @@ homepage="https://github.com/jstasiak/python-zeroconf/"
distfiles="https://github.com/jstasiak/python-zeroconf/archive/${version}.tar.gz" distfiles="https://github.com/jstasiak/python-zeroconf/archive/${version}.tar.gz"
checksum="ca8952a3eb04818dcb566e1344f2f15b5dd6d487770384651cdfae777d5eb848" checksum="ca8952a3eb04818dcb566e1344f2f15b5dd6d487770384651cdfae777d5eb848"
pkg_install() {
vlicense COPYING
}
python3-zeroconf_package() { python3-zeroconf_package() {
depends="python3-netifaces python3-six" depends="python3-netifaces python3-six"
pycompile_module="zeroconf" pycompile_module="zeroconf"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*
vlicense COPYING
} }
} }