pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-bonjour Easier to just list what Python version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6fcb40350bd
branches:  trunk
changeset: 319765:c6fcb40350bd
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Wed Feb 20 13:29:43 2019 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 86089d1d3af7 -r c6fcb40350bd net/py-bonjour/Makefile
--- a/net/py-bonjour/Makefile   Wed Feb 20 12:21:34 2019 +0000
+++ b/net/py-bonjour/Makefile   Wed Feb 20 13:29:43 2019 +0000
@@ -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 @@
 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