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/58cab3c386c6
branches: trunk
changeset: 389303:58cab3c386c6
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 d28a26026140 -r 58cab3c386c6 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