# Maintainer: Fabian Affolter pkgname=py-netdisco _pkgname=netdisco pkgver=1.4.1 pkgrel=0 pkgdesc="Python library to scan local network for services and devices" url="https://github.com/home-assistant/netdisco/" arch="noarch" license="MIT" # Tests require netlink support which is no present in AL options="!check" depends="py-zeroconf py-requests py-netifaces" makedepends="python2-dev py-setuptools python3-dev" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$builddir" python2 setup.py build python3 setup.py build } check() { cd "$builddir" python2 setup.py test python3 setup.py test } package() { mkdir -p "$pkgdir" } _py2() { replaces="$pkgname" depends="${depends//py-/py2-}" _py python2 } _py3() { depends="${depends//py-/py3-}" _py python3 } _py() { local python="$1" pkgdesc="$pkgdesc (for $python)" depends="$depends $python" install_if="$pkgname=$pkgver-r$pkgrel $python" cd "$builddir" $python setup.py install --prefix=/usr --root="$subpkgdir" } sha512sums="9146c41ede8f5e754a380aca691eb31a75ce2f09d08d6ac4bc2e901d77a84fc8ab1097a26e662a5b94c399d2eadad93832ccd3f6a820f7be2971b7c339b07341 netdisco-1.4.1.tar.gz"