# Compiling Time: 0.01 SBU
# Maintainer: DeX77 <dex77@frugalware.org>

pkgname=python3-zeroconf
pkgver=0.30.0
pkgrel=2
pkgdesc="A pure python implementation of multicast DNS service discovery"
archs=('x86_64')
groups=('lib-extra')
depends=('python3-netifaces' 'python3-six' 'python3-ifaddr')
makedepends=('python3-setuptools')
_F_github_author=jstasiak
_F_github_name=python-zeroconf
_F_github_tag=y
Finclude github
_F_python_version=python3
sha1sums=('b1a3a43c8d3a95dded58d5ac57bf1feda39efccd')
_F_cd_path="python-zeroconf-$pkgver"
options=('force')

build() {
	Fcd
	Fexec rm Makefile
	Fbuild
}


# optimization OK
