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 does not support Python 3.x ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/038af58c5fe4
branches:  trunk
changeset: 329963:038af58c5fe4
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue Feb 19 16:25:47 2019 +0000

description:
py-bonjour does not support Python 3.x ATM - not even v3.4.

diffstat:

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

diffs (24 lines):

diff -r 523a0826946b -r 038af58c5fe4 net/py-bonjour/Makefile
--- a/net/py-bonjour/Makefile   Tue Feb 19 16:07:01 2019 +0000
+++ b/net/py-bonjour/Makefile   Tue Feb 19 16:25:47 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2018/12/27 15:59:10 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2019/02/19 16:25:47 hauke Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-bonjour-${PKGVER}
 DISTNAME=      bonjour-py-${PKGVER}
 PKGVER=                0.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  http://www.mcs.anl.gov/fl/research/accessgrid/bonjour-py/
 
@@ -18,7 +18,7 @@
 DOCDIR=                share/py-bonjour
 DOCFILES=      COPYING.txt README
 
-PYTHON_VERSIONS_INCOMPATIBLE=  35 36 37 # Uses old exception syntax in 0.3
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # Uses old exception syntax in 0.3
 
 .for ee in ${EGFILES}
 REPLACE_PYTHON+=       examples/${ee}



Home | Main Index | Thread Index | Old Index