pkgsrc/net/py-zeroconf/Makefile
adam e2eda53eab py-zeroconf: updated to 0.28.0
0.28.0

Improved Windows support when using socket errno checks.
Added support for passing text addresses to ServiceInfo.
Improved logging (includes fixing an incorrect logging call)
Improved Windows compatibility by using Adapter.index from ifaddr.
Improved Windows compatibility by stopping using socket.if_nameindex.
Fixed an OS X edge case which should also eliminate a memory leak.

Technically backwards incompatible:
ifaddr 0.1.7 or newer is required now.
2020-07-08 08:16:53 +00:00

21 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.9 2020/07/08 08:16:53 adam Exp $
DISTNAME= zeroconf-0.28.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zeroconf/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://github.com/jstasiak/python-zeroconf
COMMENT= Pure Python Multicast DNS Service Discovery Library
LICENSE= gnu-lgpl-v2
DEPENDS+= ${PYPKGPREFIX}-ifaddr>=0.1.7:../../net/py-ifaddr
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"