pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-bonjour py-bonjour currently doesn't support Py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/946b362e3969
branches:  trunk
changeset: 317039:946b362e3969
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 15:59:10 2018 +0000

description:
py-bonjour currently doesn't support Python 3.x, mark it so.

diffstat:

 net/py-bonjour/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 72860e93a5f0 -r 946b362e3969 net/py-bonjour/Makefile
--- a/net/py-bonjour/Makefile   Thu Dec 27 15:58:35 2018 +0000
+++ b/net/py-bonjour/Makefile   Thu Dec 27 15:59:10 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index