mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-zeroconf: update to 0.21.3
This commit is contained in:
parent
f84875f92c
commit
af37426809
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python3-zeroconf'
|
# Template file for 'python3-zeroconf'
|
||||||
pkgname=python3-zeroconf
|
pkgname=python3-zeroconf
|
||||||
version=0.20.0
|
version=0.21.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/3/}-${version}"
|
wrksrc="zeroconf-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="zeroconf.py"
|
pycompile_module="zeroconf.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-netifaces"
|
depends="python3-ifaddr"
|
||||||
short_desc="Pure Python3 implementation of multicast DNS service discovery"
|
short_desc="Pure Python3 implementation of multicast DNS service discovery"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/jstasiak/python-zeroconf"
|
homepage="https://github.com/jstasiak/python-zeroconf"
|
||||||
distfiles="https://github.com/jstasiak/python-zeroconf/archive/${version}.tar.gz"
|
distfiles="${PYPI_SITE}/z/zeroconf/zeroconf-${version}.tar.gz"
|
||||||
checksum=5829f2e68ca6ab06d25e661a7640cf1d215bf4167d952f81086f1fbfb4ef9dbb
|
checksum=5b52dfdf4e665d98a17bf9aa50dea7a8c98e25f972d9c1d7660e2b978a1f5713
|
||||||
|
|
Loading…
Add table
Reference in a new issue