From b39b14e1e8fbc6608ea92040d902aab78f42b06e Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 27 Dec 2018 15:59:10 +0000 Subject: py-bonjour currently doesn't support Python 3.x, mark it so. --- net/py-bonjour/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/py-bonjour/Makefile b/net/py-bonjour/Makefile index 167fdef3c50..1a0a8a8d53a 100644 --- a/net/py-bonjour/Makefile +++ b/net/py-bonjour/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/11/28 14:24:31 hauke Exp $ +# $NetBSD: Makefile,v 1.3 2018/12/27 15:59:10 joerg Exp $ PKGNAME= ${PYPKGPREFIX}-bonjour-${PKGVER} DISTNAME= bonjour-py-${PKGVER} @@ -18,6 +18,8 @@ EGFILES= browse.py query.py register.py serviceTypes.py \ DOCDIR= share/py-bonjour DOCFILES= COPYING.txt README +PYTHON_VERSIONS_INCOMPATIBLE= 35 36 37 # Uses old exception syntax in 0.3 + .for ee in ${EGFILES} REPLACE_PYTHON+= examples/${ee} .endfor -- cgit v1.2.3