mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
Remove python-zeroconf
This commit is contained in:
parent
7a3de874af
commit
0208023d7c
2 changed files with 0 additions and 22 deletions
|
@ -1,21 +0,0 @@
|
|||
# Template file for 'python-zeroconf'
|
||||
pkgname=python-zeroconf
|
||||
version=0.19.1
|
||||
revision=3
|
||||
archs=noarch
|
||||
build_style=python2-module
|
||||
pycompile_module="zeroconf.py"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-netifaces python-six python-enum34"
|
||||
short_desc="Pure Python2 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="https://github.com/jstasiak/python-zeroconf/archive/${version}.tar.gz"
|
||||
checksum="ca8952a3eb04818dcb566e1344f2f15b5dd6d487770384651cdfae777d5eb848"
|
||||
|
||||
pre_build() {
|
||||
# Remove enum-compat from install_requires, it's a virtual package.
|
||||
# Also, no need for enum-compat on Python 3.4+.
|
||||
sed -i '/enum-compat/d' setup.py
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ignore="0.2*"
|
Loading…
Add table
Reference in a new issue