# Compiling Time: 0.01 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-zeroconf
pkgver=0.147.0
pkgrel=1
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-poetry' 'python3-wheel' 'python3-setuptools' 'python3-cython')
_F_github_name=python-zeroconf
_F_github_tag=y
_F_github_grepv="rc."
Finclude github
_F_python_version=python3
sha1sums=('bbf518fbcfcb294177b6d9980d3ac0312cdbc935')
_F_cd_path="python-zeroconf-$pkgver"

build() {
        Fcd
        Fpatchall
        Fexec python3 -m build --wheel --no-isolation || Fdie
        Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie

}

# optimization OK
