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:   hauke
Date:           Wed Feb 20 13:29:43 UTC 2019

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

Log Message:
Easier to just list what Python versions we _do_ support.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/net/py-bonjour/Makefile:1.5
--- pkgsrc/net/py-bonjour/Makefile:1.4  Tue Feb 19 16:25:47 2019
+++ pkgsrc/net/py-bonjour/Makefile      Wed Feb 20 13:29:43 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/02/19 16:25:47 hauke Exp $
+# $NetBSD: Makefile,v 1.5 2019/02/20 13:29:43 hauke Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-bonjour-${PKGVER}
 DISTNAME=      bonjour-py-${PKGVER}
@@ -18,7 +18,7 @@ EGFILES=      browse.py query.py register.py 
 DOCDIR=                share/py-bonjour
 DOCFILES=      COPYING.txt README
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # Uses old exception syntax in 0.3
+PYTHON_VERSIONS_ACCEPTED=      27 # Uses old exception syntax in 0.3
 
 .for ee in ${EGFILES}
 REPLACE_PYTHON+=       examples/${ee}



Home | Main Index | Thread Index | Old Index