17 lines
604 B
Bash
17 lines
604 B
Bash
# Template file for 'python3-zeroconf'
|
|
pkgname=python3-zeroconf
|
|
version=0.21.3
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="zeroconf-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="zeroconf.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-ifaddr"
|
|
short_desc="Pure Python3 implementation of multicast DNS service discovery"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/jstasiak/python-zeroconf"
|
|
distfiles="${PYPI_SITE}/z/zeroconf/zeroconf-${version}.tar.gz"
|
|
checksum=5b52dfdf4e665d98a17bf9aa50dea7a8c98e25f972d9c1d7660e2b978a1f5713
|