pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-bonjour



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 27 15:59:10 UTC 2018

Modified Files:
        pkgsrc/net/py-bonjour: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-bonjour/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-bonjour/Makefile
diff -u pkgsrc/net/py-bonjour/Makefile:1.2 pkgsrc/net/py-bonjour/Makefile:1.3
--- pkgsrc/net/py-bonjour/Makefile:1.2  Tue Nov 28 14:24:31 2017
+++ pkgsrc/net/py-bonjour/Makefile      Thu Dec 27 15:59:10 2018
@@ -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 
 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