summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-12-27 15:59:10 +0000
committerjoerg <joerg@pkgsrc.org>2018-12-27 15:59:10 +0000
commitb39b14e1e8fbc6608ea92040d902aab78f42b06e (patch)
tree02df117c0c51e587789a0573ccbb6712caa9e50e
parente945008f063e274f01e47defbd417c673ee87dd6 (diff)
downloadpkgsrc-b39b14e1e8fbc6608ea92040d902aab78f42b06e.tar.gz
py-bonjour currently doesn't support Python 3.x, mark it so.
-rw-r--r--net/py-bonjour/Makefile4
1 files changed, 3 insertions, 1 deletions
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