diff options
author | hauke <hauke@pkgsrc.org> | 2019-02-19 16:25:47 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2019-02-19 16:25:47 +0000 |
commit | da4c2052637e9bd839942308948b0bcc2cba0883 (patch) | |
tree | f58c02d8136a698ce12584a7570887ee84dcb15a /net | |
parent | 4ca880173954e7aa0887c7cde2db327bfac762c9 (diff) | |
download | pkgsrc-da4c2052637e9bd839942308948b0bcc2cba0883.tar.gz |
py-bonjour does not support Python 3.x ATM - not even v3.4.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-bonjour/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-bonjour/Makefile b/net/py-bonjour/Makefile index 1a0a8a8d53a..895446cbaec 100644 --- a/net/py-bonjour/Makefile +++ b/net/py-bonjour/Makefile @@ -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 @@ EGFILES= browse.py query.py register.py serviceTypes.py \ 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} |