summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-01 14:43:22 +0000
committerwiz <wiz>2017-01-01 14:43:22 +0000
commit2a6fbaaed045ab06cd7684382f4693bf0f996d55 (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /net
parent23d93816b5d414b2e416de786e95bcae9da4b9b3 (diff)
downloadpkgsrc-2a6fbaaed045ab06cd7684382f4693bf0f996d55.tar.gz
Add python-3.6 to incompatible versions.
Diffstat (limited to 'net')
-rw-r--r--net/Radicale/options.mk4
-rw-r--r--net/avahi/options.mk4
-rw-r--r--net/bittornado-gui/Makefile4
-rw-r--r--net/bittornado/Makefile4
-rw-r--r--net/bittorrent-gui/Makefile4
-rw-r--r--net/bittorrent/Makefile4
-rw-r--r--net/calypso/Makefile4
-rw-r--r--net/coherence/Makefile4
-rw-r--r--net/coilmq/Makefile4
-rw-r--r--net/exabgp/Makefile4
-rw-r--r--net/gitso/Makefile4
-rw-r--r--net/gtk-vnc/options.mk4
-rw-r--r--net/mimms/Makefile4
-rw-r--r--net/mitmproxy/Makefile4
-rw-r--r--net/nagstamon/Makefile4
-rw-r--r--net/nicotine/Makefile4
-rw-r--r--net/nmap/options.mk4
-rw-r--r--net/omniORB/Makefile4
-rw-r--r--net/py-ORBit/Makefile4
-rw-r--r--net/py-adns/Makefile4
-rw-r--r--net/py-beanstalkc/Makefile4
-rw-r--r--net/py-bitmessage/Makefile4
-rw-r--r--net/py-caldav/Makefile4
-rw-r--r--net/py-dpkt/Makefile4
-rw-r--r--net/py-eventlib/Makefile4
-rw-r--r--net/py-foolscap/Makefile4
-rw-r--r--net/py-gevent/Makefile4
-rw-r--r--net/py-google/Makefile4
-rw-r--r--net/py-ipaddress/Makefile4
-rw-r--r--net/py-kenosis/Makefile4
-rw-r--r--net/py-libdnet/Makefile4
-rw-r--r--net/py-libpcap/Makefile4
-rw-r--r--net/py-medusa/Makefile4
-rw-r--r--net/py-metar/Makefile4
-rw-r--r--net/py-netifaces/Makefile4
-rw-r--r--net/py-netsnmp/Makefile4
-rw-r--r--net/py-omniORBpy/Makefile4
-rw-r--r--net/py-pcap/Makefile4
-rw-r--r--net/py-s3cmd/Makefile4
-rw-r--r--net/py-simplesoap/Makefile4
-rw-r--r--net/py-soappy/Makefile4
-rw-r--r--net/py-socketpool/Makefile4
-rw-r--r--net/py-spreadmodule/Makefile4
-rw-r--r--net/py-suds/Makefile4
-rw-r--r--net/py-tweepy/Makefile4
-rw-r--r--net/py-twisted/Makefile.common4
-rw-r--r--net/py-txamqp/Makefile4
-rw-r--r--net/py-zeep/Makefile4
-rw-r--r--net/py-zsi/Makefile4
-rw-r--r--net/pygopherd/Makefile4
-rw-r--r--net/samba4/Makefile4
-rw-r--r--net/scapy/Makefile4
-rw-r--r--net/scapy/options.mk4
-rw-r--r--net/upnpinspector/Makefile4
-rw-r--r--net/wireshark/Makefile4
55 files changed, 110 insertions, 110 deletions
diff --git a/net/Radicale/options.mk b/net/Radicale/options.mk
index e0483919abf..cfc76b8a19c 100644
--- a/net/Radicale/options.mk
+++ b/net/Radicale/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2017/01/01 14:43:49 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
PKG_SUPPORTED_OPTIONS= git ldap
@@ -10,6 +10,6 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
.endif
.if !empty(PKG_OPTIONS:Mldap)
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ldap
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ldap
DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
.endif
diff --git a/net/avahi/options.mk b/net/avahi/options.mk
index 14e02c964ac..e1fe691b290 100644
--- a/net/avahi/options.mk
+++ b/net/avahi/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2017/01/01 14:43:49 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.avahi
PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python qt3
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --disable-qt4
###
.if !empty(PKG_OPTIONS:Mpython)
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
. include "../../lang/python/application.mk"
REPLACE_PYTHON+= avahi-python/avahi-discover/__init__.py
. include "../../lang/python/extension.mk"
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile
index b09f1854eca..39ecd8805ec 100644
--- a/net/bittornado-gui/Makefile
+++ b/net/bittornado-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:49 wiz Exp $
.include "../../net/bittornado/Makefile.common"
@@ -16,7 +16,7 @@ NO_BUILD= yes
REPLACE_PYTHON= btcompletedirgui.py btdownloadgui.py
REPLACE_PYTHON+= btmaketorrentgui.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets
INSTALLATION_DIRS= bin
diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile
index c93eb71d343..c08f6be6f70 100644
--- a/net/bittornado/Makefile
+++ b/net/bittornado/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:49 wiz Exp $
.include "Makefile.common"
@@ -9,7 +9,7 @@ CONFLICTS= bittorrent-[0-9]*
DEPENDS+= ${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
DEPENDS+= ${PYPKGPREFIX}-crypto>=2.0:../../security/py-crypto
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.18
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.18
EGG_NAME= BitTornado-T_${PKGVERSION_NOREV}._BitTornado_
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile
index b862e12f275..78df1e8ac26 100644
--- a/net/bittorrent-gui/Makefile
+++ b/net/bittorrent-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2017/01/01 14:43:49 wiz Exp $
.include "../../net/bittorrent/Makefile.common"
@@ -11,7 +11,7 @@ DEPENDS+= bittorrent>=${PKGVERSION_NOREV}:../../net/bittorrent
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.6:../../x11/py-gtk2
REPLACE_PYTHON= bittorrent maketorrent
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
CONFLICTS+= bittornado-gui-[0-9]*
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index 90fb8892e8b..051c1e60fe6 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2017/01/01 14:43:49 wiz Exp $
.include "Makefile.common"
@@ -28,7 +28,7 @@ SUBST_FILES.sha+= khashmir/utkhashmir.py
SUBST_FILES.sha+= torrentinfo-console.py
SUBST_SED.sha= -e "s/^from sha import .*/from hashlib import sha1 as sha/"
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.4.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.4.0
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
diff --git a/net/calypso/Makefile b/net/calypso/Makefile
index 9e3a260372b..baf2d651145 100644
--- a/net/calypso/Makefile
+++ b/net/calypso/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/08/27 16:02:45 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:49 wiz Exp $
DISTNAME= calypso-1.3
PKGREVISION= 1
@@ -16,7 +16,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base
INSTALLATION_DIRS= share/examples/calypso
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.3
REPLACE_PYTHON= calypso.py
post-install:
diff --git a/net/coherence/Makefile b/net/coherence/Makefile
index 52a9fc522c4..8138e9b6ce2 100644
--- a/net/coherence/Makefile
+++ b/net/coherence/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/11/20 21:03:39 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:49 wiz Exp $
DISTNAME= Coherence-0.6.6.2
PKGNAME= coherence-0.6.6.2
@@ -14,7 +14,7 @@ USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile
index 9d492479623..b7aeb441aa2 100644
--- a/net/coilmq/Makefile
+++ b/net/coilmq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:49 wiz Exp $
DISTNAME= CoilMQ-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -23,7 +23,7 @@ SUBST_STAGE.cfg= post-patch
SUBST_FILES.cfg= coilmq/config/__init__.py
SUBST_SED.cfg= -e 's,/path/to/config.cfg,${PKG_SYSCONFDIR}/coilmq/defaults.cfg,'
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-stompclient, py-daemon
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-stompclient, py-daemon
EGDIR= ${PREFIX}/share/examples/coilmq
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile
index 79ca31439cc..9b45d9c0fc7 100644
--- a/net/exabgp/Makefile
+++ b/net/exabgp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:49 wiz Exp $
VERSION= 3.4.11
DISTNAME= ${VERSION}
@@ -36,7 +36,7 @@ REPLACE_PYTHON+= lib/exabgp/netlink/old.py
REPLACE_PYTHON+= lib/exabgp/netlink/route.py
REPLACE_PYTHON+= lib/exabgp/reactor/api/encoding.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.2.19
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2.19
USE_LANGUAGES= # none
diff --git a/net/gitso/Makefile b/net/gitso/Makefile
index 10bfa6e7d3c..2c07019b056 100644
--- a/net/gitso/Makefile
+++ b/net/gitso/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2016/08/03 10:23:14 adam Exp $
+# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:50 wiz Exp $
DISTNAME= gitso-0.6
PKGREVISION= 14
@@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc
WRKSRC= ${WRKDIR}/Gitso
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets
USE_TOOLS+= bash:run
diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk
index c1a7b0ce997..c3c566d2ff4 100644
--- a/net/gtk-vnc/options.mk
+++ b/net/gtk-vnc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2016/07/09 13:03:58 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2017/01/01 14:43:50 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk-vnc
PKG_SUPPORTED_OPTIONS= python vnc-sasl pulseaudio
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= python vnc-sasl
PLIST_VARS= python
.if !empty(PKG_OPTIONS:Mpython)
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
PLIST.python= yes
diff --git a/net/mimms/Makefile b/net/mimms/Makefile
index ac1fe2c798a..c3654db34c5 100644
--- a/net/mimms/Makefile
+++ b/net/mimms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/09 13:03:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:50 wiz Exp $
DISTNAME= mimms-3.2.1
CATEGORIES= net multimedia
@@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v3
EGG_NAME?= ${DISTNAME:C/-([^0-9])/_\1/gC/([0-9])\.([0-9])\.([0-9])/\1.\2/}
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2
SUBST_CLASSES+= man
SUBST_FILES.man+= setup.py
diff --git a/net/mitmproxy/Makefile b/net/mitmproxy/Makefile
index 8cd56107f26..ec8e28c928c 100644
--- a/net/mitmproxy/Makefile
+++ b/net/mitmproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:50 wiz Exp $
DISTNAME= mitmproxy-0.17
CATEGORIES= net
@@ -37,7 +37,7 @@ DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid
DEPENDS+= ${PYPKGPREFIX}-watchdog>=0.8.3:../../sysutils/py-watchdog
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.17
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.17
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile
index 094838b7d80..b1b49ea6ff8 100644
--- a/net/nagstamon/Makefile
+++ b/net/nagstamon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2016/08/03 10:23:17 adam Exp $
+# $NetBSD: Makefile,v 1.41 2017/01/01 14:43:50 wiz Exp $
VERSION= 1.0.1
DISTNAME= Nagstamon-${VERSION}
@@ -26,7 +26,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
REPLACE_PYTHON= ${WRKSRC}/*.py
REPLACE_PYTHON+= ${WRKSRC}/Nagstamon/Server/Multisite.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-libxslt, py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-libxslt, py-ORBit via py-gnome2, py-gtk2
SUBST_CLASSES+= mandir
SUBST_STAGE.mandir= pre-configure
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile
index f0c55020986..fb1bde1d40d 100644
--- a/net/nicotine/Makefile
+++ b/net/nicotine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2016/07/09 13:03:59 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:50 wiz Exp $
DISTNAME= nicotine-1.0.8
PKGREVISION= 16
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # empty
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/nmap/options.mk b/net/nmap/options.mk
index 7c220966168..14f80c15658 100644
--- a/net/nmap/options.mk
+++ b/net/nmap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2016/12/14 22:47:06 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2017/01/01 14:43:50 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nmap
@@ -25,7 +25,7 @@ REPLACE_PYTHON+= zenmap/zenmapCore/*.py
REPLACE_PYTHON+= zenmap/zenmapGUI/*.py
REPLACE_PYTHON+= zenmap/zenmapGUI/higwidgets/*.py
REPLACE_PYTHON+= zenmap/test/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml, py-sqlite2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml, py-sqlite2, py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile
index d0a1508073b..8c9fa1ee93a 100644
--- a/net/omniORB/Makefile
+++ b/net/omniORB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:50 wiz Exp $
DISTNAME= omniORB-4.1.7
PKGREVISION= 1
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-ipv6
PY_PATCHPLIST= yes
REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.1.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.1.7
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/omniORB/
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index a0eac85ab9e..2b6f43c8022 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2016/07/09 13:03:59 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2017/01/01 14:43:50 wiz Exp $
DISTNAME= pyorbit-2.24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/}
@@ -23,7 +23,7 @@ PYTHON_SELF_CONFLICT= YES
BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # dead upstream, no plans to port
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # dead upstream, no plans to port
BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile
index 9cd6a1966c7..2af3d303ab5 100644
--- a/net/py-adns/Makefile
+++ b/net/py-adns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:59 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:50 wiz Exp $
DISTNAME= adns-python-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
CONFLICTS= ${PYPKGPREFIX}-adns-python-[0-9]*
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2.1
BUILDLINK_API_DEPENDS.adns+= adns>=1.2
.include "../../net/adns/buildlink3.mk"
diff --git a/net/py-beanstalkc/Makefile b/net/py-beanstalkc/Makefile
index 89048242d9c..8719f85c9aa 100644
--- a/net/py-beanstalkc/Makefile
+++ b/net/py-beanstalkc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:59 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:50 wiz Exp $
DISTNAME= beanstalkc-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
REPLACE_PYTHON+= beanstalkc.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff --git a/net/py-bitmessage/Makefile b/net/py-bitmessage/Makefile
index 5747f19e71c..dc704b71a9b 100644
--- a/net/py-bitmessage/Makefile
+++ b/net/py-bitmessage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/09/01 16:52:10 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:50 wiz Exp $
DISTNAME= PyBitmessage-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl}
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/Bitmessage/PyBitmessage/
COMMENT= P2P communications protocol used to send encrypted messages
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile
index 093f4b40313..cea3f789649 100644
--- a/net/py-caldav/Makefile
+++ b/net/py-caldav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/08/27 16:02:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:51 wiz Exp $
DISTNAME= caldav-0.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.2.1
REPLACE_PYTHON+= caldav/__init__.py caldav/davclient.py
REPLACE_PYTHON+= caldav/elements/__init__.py caldav/elements/base.py
diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile
index 496a365023e..99c2858d8e1 100644
--- a/net/py-dpkt/Makefile
+++ b/net/py-dpkt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:51 wiz Exp $
DISTNAME= dpkt-1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.8
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-eventlib/Makefile b/net/py-eventlib/Makefile
index 63e2fe18438..5100a6c6419 100644
--- a/net/py-eventlib/Makefile
+++ b/net/py-eventlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/08/28 15:48:34 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:51 wiz Exp $
DISTNAME= eventlib-0.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-django>=1.4.1:../../www/py-django
USE_LANGUAGES= # none
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 # not yet ported as of 0.1.5
+PYTHON_VERSIONS_INCOMPATIBLE+= 34 35 36 # not yet ported as of 0.1.5
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/eventlib \
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile
index 5df724ae647..9d61f888832 100644
--- a/net/py-foolscap/Makefile
+++ b/net/py-foolscap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/12/12 14:27:39 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:51 wiz Exp $
DISTNAME= foolscap-0.12.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
DEPENDS+= ${PYPKGPREFIX}-twisted>=16.0:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted
TEST_TARGET= test
diff --git a/net/py-gevent/Makefile b/net/py-gevent/Makefile
index 29117bdc082..601c71378a6 100644
--- a/net/py-gevent/Makefile
+++ b/net/py-gevent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:51 wiz Exp $
DISTNAME= gevent-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-greenlet>=0.4.1:../../devel/py-greenlet
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
do-test:
${RUN} cd ${WRKSRC}/greentest; ${SETENV} ${TEST_ENV} ${PYTHONBIN} testrunner.py
diff --git a/net/py-google/Makefile b/net/py-google/Makefile
index b430df97797..92372d19516 100644
--- a/net/py-google/Makefile
+++ b/net/py-google/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2016/07/09 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2017/01/01 14:43:51 wiz Exp $
DISTNAME= pygoogle-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy
EGG_NAME= pygoogle-0.5
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml via py-soappy
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml via py-soappy
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-ipaddress/Makefile b/net/py-ipaddress/Makefile
index 48c7eb57ed7..8ea707fe819 100644
--- a/net/py-ipaddress/Makefile
+++ b/net/py-ipaddress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/10/19 12:45:55 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:51 wiz Exp $
DISTNAME= ipaddress-1.0.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/ipaddress
COMMENT= Port of the python 3.3+ ipaddress module to 2.6 and 2.7
LICENSE= python-software-foundation
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # included in 3.3+
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # included in 3.3+
do-test:
cd ${WRKSRC} && ${PYTHONBIN} test_ipaddress.py
diff --git a/net/py-kenosis/Makefile b/net/py-kenosis/Makefile
index 977d36a6dab..a2bbf312b22 100644
--- a/net/py-kenosis/Makefile
+++ b/net/py-kenosis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/07/09 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/01 14:43:51 wiz Exp $
DISTNAME= kenosis-0.96
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
USE_LANGUAGES= # empty
PYSETUP= kenosis_setup.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.96
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.96
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile
index 9ced3fbc516..c6f755ef2bf 100644
--- a/net/py-libdnet/Makefile
+++ b/net/py-libdnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:51 wiz Exp $
DISTNAME= libdnet-1.12
PKGNAME= ${PYPKGPREFIX}-libdnet-1.12
@@ -14,7 +14,7 @@ LICENSE= modified-bsd
GNU_CONFIGURE= yes
PYSETUPSUBDIR= python
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.12
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.12
EGG_NAME= ${DISTNAME:S/^lib//}
diff --git a/net/py-libpcap/Makefile b/net/py-libpcap/Makefile
index 36ecbde18b5..297c2a9af13 100644
--- a/net/py-libpcap/Makefile
+++ b/net/py-libpcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:51 wiz Exp $
DISTNAME= pylibpcap-0.6.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -12,7 +12,7 @@ LICENSE= modified-bsd
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3nb1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.6.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.6.4
pre-build:
(cd ${WRKSRC} && ${PYTHONBIN} mk-constants.py)
diff --git a/net/py-medusa/Makefile b/net/py-medusa/Makefile
index 502ced6d885..d9484e45257 100644
--- a/net/py-medusa/Makefile
+++ b/net/py-medusa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:51 wiz Exp $
DISTNAME= medusa-0.5.4
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Framework for writing asynchronous socket-based servers
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile
index b8c4ab0d709..aa02a4a9e63 100644
--- a/net/py-metar/Makefile
+++ b/net/py-metar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/08/30 03:25:40 maya Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:51 wiz Exp $
DISTNAME= pymetar-0.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.schwarzvogel.de/software-pymetar.shtml
COMMENT= Downloads weather reports
LICENSE= gnu-gpl-v2 # or later
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.19
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.19
SUBST_CLASSES+= manpath
SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},'
diff --git a/net/py-netifaces/Makefile b/net/py-netifaces/Makefile
index 39934ada2c2..fb7a158329a 100644
--- a/net/py-netifaces/Makefile
+++ b/net/py-netifaces/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:51 wiz Exp $
DISTNAME= netifaces-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= http://alastairs-place.net/projects/netifaces/
COMMENT= Portable access to network interfaces from Python
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.8
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-netsnmp/Makefile b/net/py-netsnmp/Makefile
index dbbc5e3cd4e..72037d3255d 100644
--- a/net/py-netsnmp/Makefile
+++ b/net/py-netsnmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $
.include "../../net/net-snmp/Makefile.common"
@@ -8,7 +8,7 @@ CATEGORIES= net python
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Python bindings to extensible SNMP implementation
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
USE_LANGUAGES= c
EGG_NAME= netsnmp_python-1.0a1
diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile
index 4ebda0b89c6..cd5edacf1a5 100644
--- a/net/py-omniORBpy/Makefile
+++ b/net/py-omniORBpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:52 wiz Exp $
DISTNAME= omniORBpy-3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ USE_LANGUAGES+= c c++
MAKE_FILE= GNUmakefile
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # omniORB
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # omniORB
.include "../../lang/python/application.mk"
.include "../../net/omniORB/buildlink3.mk"
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile
index 9b96e26a41e..5203bd8f5b5 100644
--- a/net/py-pcap/Makefile
+++ b/net/py-pcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/07/10 11:15:41 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:52 wiz Exp $
DISTNAME= pypcap-1.1
PKGNAME= ${PYPKGPREFIX}-pcap-1.1
@@ -24,7 +24,7 @@ SUBST_SED.prefix= -e "s|@PREFIX@|${PREFIX}|g"
SUBST_STAGE.prefix= post-patch
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-pyrex
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-pyrex
FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q}
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile
index 56629b7fe02..b05b8b7cb45 100644
--- a/net/py-s3cmd/Makefile
+++ b/net/py-s3cmd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:52 wiz Exp $
DISTNAME= s3cmd-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ PYDISTUTILSPKG= yes
MAKE_ENV+= S3CMD_INSTPATH_MAN=${PKGMANDIR}
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.1
.include "../../lang/python/pyversion.mk"
diff --git a/net/py-simplesoap/Makefile b/net/py-simplesoap/Makefile
index e1d85125b92..40276c582e6 100644
--- a/net/py-simplesoap/Makefile
+++ b/net/py-simplesoap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/08/28 15:48:34 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $
DISTNAME= PySimpleSOAP-1.16
PKGNAME= ${DISTNAME:tl:S/py/${PYPKGPREFIX}-/1}
@@ -11,7 +11,7 @@ COMMENT= Python Simple SOAP Library
LICENSE= gnu-lgpl-v3
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.16
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.16
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile
index d8430b139d8..4686def14d7 100644
--- a/net/py-soappy/Makefile
+++ b/net/py-soappy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:52 wiz Exp $
DISTNAME= SOAPpy-0.11.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
USE_LANGUAGES= # empty
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-socketpool/Makefile b/net/py-socketpool/Makefile
index 5425cc9a09b..dfd3d0ea051 100644
--- a/net/py-socketpool/Makefile
+++ b/net/py-socketpool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:52 wiz Exp $
DISTNAME= socketpool-0.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ USE_LANGUAGES= # none
DOCDIR= share/doc/${PKGBASE:S/${PYPKGPREFIX}/py/1}
INSTALLATION_DIRS+= ${DOCDIR}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.5.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5.3
post-install:
${INSTALL_DATA} ${DESTDIR}${PREFIX}/socketpool/README.rst \
diff --git a/net/py-spreadmodule/Makefile b/net/py-spreadmodule/Makefile
index 757dea7ec81..23474cfeaaa 100644
--- a/net/py-spreadmodule/Makefile
+++ b/net/py-spreadmodule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:52 wiz Exp $
DISTNAME= SpreadModule-1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SpreadModule/spreadmodule/}
@@ -17,7 +17,7 @@ SUBST_STAGE.setup= post-patch
SUBST_FILES.setup= setup.py
SUBST_SED.setup= -e 's,/usr/local,${BUILDLINK_PREFIX.spread},g'
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.4
.include "../../net/spread/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile
index 8e2363d6648..5fcc20de2a3 100644
--- a/net/py-suds/Makefile
+++ b/net/py-suds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:52 wiz Exp $
DISTNAME= suds-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Lightweight SOAP python client for consuming Web Services
LICENSE= gnu-lgpl-v3
USE_LANGUAGES= # empty
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.4
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-tweepy/Makefile b/net/py-tweepy/Makefile
index ddaeedb7280..5c1f41ee27a 100644
--- a/net/py-tweepy/Makefile
+++ b/net/py-tweepy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $
DISTNAME= tweepy-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.tweepy.org/
COMMENT= A basic Python API for Twitter
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common
index d3b37b59162..db1ad2a0b34 100644
--- a/net/py-twisted/Makefile.common
+++ b/net/py-twisted/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2016/11/28 13:55:50 wiz Exp $
+# $NetBSD: Makefile.common,v 1.37 2017/01/01 14:43:52 wiz Exp $
#
# used by net/py-twisted/Makefile
# used by net/py-twisted-docs/Makefile
@@ -15,4 +15,4 @@ LICENSE= mit
DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo
PATCHDIR?= ${.CURDIR}/../py-twisted/patches
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # many parts not yet ported as of 16.5.0 (PLIST: 465 files missing)
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # many parts not yet ported as of 16.5.0 (PLIST: 465 files missing)
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile
index abcf2405dd3..5a3e2b05f0b 100644
--- a/net/py-txamqp/Makefile
+++ b/net/py-txamqp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:52 wiz Exp $
DISTNAME= python-txamqp_0.3.orig
PKGNAME= ${PYPKGPREFIX}-txamqp-0.3
@@ -16,7 +16,7 @@ USE_LANGUAGES= # none
WRKSRC= ${WRKDIR}/python-txamqp-0.3
EGG_NAME= txAMQP-${PKGVERSION_NOREV}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-zeep/Makefile b/net/py-zeep/Makefile
index f6af345b5eb..b34fac6d849 100644
--- a/net/py-zeep/Makefile
+++ b/net/py-zeep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/12/06 10:41:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:53 wiz Exp $
DISTNAME= zeep-0.23.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # devel/py-cached-property
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # devel/py-cached-property
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile
index 237f7731f23..24c054d548a 100644
--- a/net/py-zsi/Makefile
+++ b/net/py-zsi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/08/28 15:48:34 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/01 14:43:53 wiz Exp $
DISTNAME= ZSI-2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml
post-extract:
${MV} ${WRKSRC}/scripts/wsdl2py \
diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile
index ca715e78ade..1b940691316 100644
--- a/net/pygopherd/Makefile
+++ b/net/pygopherd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/07/09 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/01 14:43:53 wiz Exp $
DISTNAME= pygopherd_2.0.16
PKGREVISION= 4
@@ -33,7 +33,7 @@ RCD_SCRIPTS= pygopherd
FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q}
FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.0.16
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0.16
REPLACE_PYTHON= bin/pygopherd
REPLACE_PYTHON+= pygopherd/GopherExceptionsTest.py
REPLACE_PYTHON+= pygopherd/fileextTest.py
diff --git a/net/samba4/Makefile b/net/samba4/Makefile
index 7574a3ebb51..e22f5b637af 100644
--- a/net/samba4/Makefile
+++ b/net/samba4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/09/20 11:12:23 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:53 wiz Exp $
DISTNAME= samba-${VERSION}
PKGREVISION= 4
@@ -186,7 +186,7 @@ REPLACE_PYTHON= buildtools/bin/waf \
source4/scripting/bin/* \
lib/tevent/tevent.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 4.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 4.3.2
.include "../../lang/python/application.mk"
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index ca0295cc71d..b87c6ade0b1 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:02 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:53 wiz Exp $
DISTNAME= scapy-2.3.2
CATEGORIES= net
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
NO_BUILD= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-libpcap, py-libdnet
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-libpcap, py-libdnet
INSTALLATION_DIRS+= share/examples/scapy
diff --git a/net/scapy/options.mk b/net/scapy/options.mk
index 2379b221c03..61d3fa38d0f 100644
--- a/net/scapy/options.mk
+++ b/net/scapy/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2016/07/09 13:04:02 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2017/01/01 14:43:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.scapy
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto
###
.if !empty(PKG_OPTIONS:Mgnuplot)
DEPENDS+= ${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gnuplot
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gnuplot
.endif
###
diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile
index 55f7484df9b..d5275b1c941 100644
--- a/net/upnpinspector/Makefile
+++ b/net/upnpinspector/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:02 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:53 wiz Exp $
DISTNAME= UPnP-Inspector-0.2.2
PKGREVISION= 3
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 9c0cd7a2555..8bee8f24e14 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2016/12/19 09:27:26 wiz Exp $
+# $NetBSD: Makefile,v 1.161 2017/01/01 14:43:53 wiz Exp $
DISTNAME= wireshark-2.2.3
CATEGORIES= net
@@ -32,7 +32,7 @@ CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex}
PTHREAD_OPTS+= require
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.10.5
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.10.5
REPLACE_PYTHON+= help/faq.py
REPLACE_PYTHON+= tools/asn2deb
REPLACE_PYTHON+= tools/asn2wrs.py