summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
committerwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
commit6110b3907a630ba5f56311a5b07f346b35648583 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /net
parente10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff)
downloadpkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'net')
-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-GeoIP/Makefile4
-rw-r--r--net/py-ORBit/Makefile4
-rw-r--r--net/py-adns/Makefile4
-rw-r--r--net/py-boto/Makefile4
-rw-r--r--net/py-caldav/Makefile4
-rw-r--r--net/py-dns/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-google/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-netlib/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-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-twisted/Makefile.common4
-rw-r--r--net/py-zsi/Makefile4
-rw-r--r--net/pygopherd/Makefile4
-rw-r--r--net/rabbitmq/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
49 files changed, 98 insertions, 98 deletions
diff --git a/net/avahi/options.mk b/net/avahi/options.mk
index bd429b19774..d798662cbcc 100644
--- a/net/avahi/options.mk
+++ b/net/avahi/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2014/01/25 10:30:15 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2014/05/09 07:37:13 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= 33 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 6ba977b60d8..6ce511078cf 100644
--- a/net/bittornado-gui/Makefile
+++ b/net/bittornado-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/01/25 10:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:13 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= 33 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets
INSTALLATION_DIRS= bin
diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile
index 63560a04b3f..79a80bf9279 100644
--- a/net/bittornado/Makefile
+++ b/net/bittornado/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:13 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= 33 # not yet ported as of 0.3.18
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 900f19aa8c8..2fd0b4ff033 100644
--- a/net/bittorrent-gui/Makefile
+++ b/net/bittorrent-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/01/25 10:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2014/05/09 07:37:13 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= 33 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
CONFLICTS+= bittornado-gui-[0-9]*
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index b77830d6b0a..74b144c3ecf 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2014/01/25 10:30:15 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2014/05/09 07:37:13 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= 33 # not yet ported as of 4.4.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 eebc3b207a6..2dad6e2ba5d 100644
--- a/net/calypso/Makefile
+++ b/net/calypso/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:15 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:14 wiz Exp $
DISTNAME= calypso-1.3
CATEGORIES= net time
@@ -14,7 +14,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/git-base
INSTALLATION_DIRS= share/examples/calypso
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-vobject
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-vobject
REPLACE_PYTHON= calypso.py
diff --git a/net/coherence/Makefile b/net/coherence/Makefile
index 716ed5772c0..0a5ed020223 100644
--- a/net/coherence/Makefile
+++ b/net/coherence/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:15 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:14 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= 33 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile
index 1acf28fb75a..bc4befc8e12 100644
--- a/net/coilmq/Makefile
+++ b/net/coilmq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/01/22 07:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:14 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= 33 # py-stompclient, py-daemon
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-stompclient, py-daemon
EGDIR= ${PREFIX}/share/examples/coilmq
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile
index 8f585966a7b..ab9d6059afb 100644
--- a/net/exabgp/Makefile
+++ b/net/exabgp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/01/23 16:50:06 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:14 wiz Exp $
DISTNAME= exabgp-exabgp-3.2.19
PKGNAME= exabgp-3.2.19
@@ -29,7 +29,7 @@ REPLACE_PYTHON+= etc/exabgp/processes/tcp-server
REPLACE_PYTHON+= etc/exabgp/processes/syslog-1.py
EGG_NAME= ${PKGNAME_NOREV}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2.19
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.19
USE_LANGUAGES= # none
diff --git a/net/gitso/Makefile b/net/gitso/Makefile
index fb9f6bb5ad4..66b3e39a747 100644
--- a/net/gitso/Makefile
+++ b/net/gitso/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/05/05 00:48:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:14 wiz Exp $
DISTNAME= gitso-0.6
PKGREVISION= 12
@@ -17,7 +17,7 @@ DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc
WRKSRC= ${WRKDIR}/Gitso
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets
USE_TOOLS+= bash:run
diff --git a/net/gtk-vnc/options.mk b/net/gtk-vnc/options.mk
index 9e65d7e06c4..86f8ad80bb2 100644
--- a/net/gtk-vnc/options.mk
+++ b/net/gtk-vnc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2014/05/09 07:37:14 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= 33 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f5c455e5135..fc19a11968e 100644
--- a/net/mimms/Makefile
+++ b/net/mimms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:14 wiz Exp $
DISTNAME= mimms-3.2
CATEGORIES= net multimedia
@@ -11,7 +11,7 @@ COMMENT= MMS (e.g. mms://) stream downloader
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 73ebf77fa10..9b013ce8151 100644
--- a/net/mitmproxy/Makefile
+++ b/net/mitmproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:14 wiz Exp $
DISTNAME= mitmproxy-0.9
CATEGORIES= net
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-urwid>=1.1:../../devel/py-urwid
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-imaging, py-netlib
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging, py-netlib
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile
index 044e9848603..8ffee5b0bc8 100644
--- a/net/nagstamon/Makefile
+++ b/net/nagstamon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/05/05 00:48:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2014/05/09 07:37:14 wiz Exp $
VERSION= 0.9.9
DISTNAME= nagstamon_${VERSION}
@@ -25,7 +25,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
REPLACE_PYTHON= ${WRKSRC}/*.py
REPLACE_PYTHON+= ${WRKSRC}/Nagstamon/Server/Multisite.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-libxslt, py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 8e6a8a26ca6..3cc19e756d7 100644
--- a/net/nicotine/Makefile
+++ b/net/nicotine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2014/05/09 07:37:14 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= 33 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 23f8dd5410e..72e0244ecc8 100644
--- a/net/nmap/options.mk
+++ b/net/nmap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2014/05/09 07:37:14 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nmap
@@ -37,7 +37,7 @@ PY_PATCHPLIST= yes
REPLACE_PYTHON+= zenmap/zenmapCore/*.py
REPLACE_PYTHON+= zenmap/zenmapGUI/*.py
REPLACE_PYTHON+= zenmap/zenmapGUI/higwidgets/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml, py-sqlite2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 219a4296848..4fc972742e0 100644
--- a/net/omniORB/Makefile
+++ b/net/omniORB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:14 wiz Exp $
DISTNAME= omniORB-4.1.7
CATEGORIES= devel
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+=--disable-ipv6
PY_PATCHPLIST= yes
REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.1.7
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.7
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/omniORB/
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile
index 47765aceb6c..a7aaf37091f 100644
--- a/net/py-GeoIP/Makefile
+++ b/net/py-GeoIP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/01/25 09:08:32 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:14 wiz Exp $
DISTNAME= GeoIP-Python-1.2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1
EGG_NAME= ${DISTNAME:S/-/_/}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.7
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.7
.include "../../lang/python/distutils.mk"
.include "../../net/GeoIP/buildlink3.mk"
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index 96f389771df..1cc37008019 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2014/05/09 07:37:14 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= 33 # dead upstream, no plans to port
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # dead upstream, no plans to port
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile
index a3c1d373395..cb247244722 100644
--- a/net/py-adns/Makefile
+++ b/net/py-adns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/01/20 11:39:21 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:14 wiz Exp $
DISTNAME= adns-python-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -15,7 +15,7 @@ CONFLICTS= ${PYPKGPREFIX}-adns-python-[0-9]*
EGG_NAME= ${DISTNAME:S/-/_/}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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-boto/Makefile b/net/py-boto/Makefile
index fac58018860..2e4f632311d 100644
--- a/net/py-boto/Makefile
+++ b/net/py-boto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:14 wiz Exp $
DISTNAME= boto-2.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ REPLACE_PYTHON+= *.py
REPLACE_PYTHON+= boto/*/*.py
REPLACE_PYTHON+= bin/*
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-filechunkio
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-filechunkio
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile
index 7246c35d995..7db6bd46c16 100644
--- a/net/py-caldav/Makefile
+++ b/net/py-caldav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/04/07 03:40:20 rodent Exp $
+# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:15 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= 33 # py-vobject
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-vobject
REPLACE_PYTHON+= caldav/__init__.py caldav/davclient.py
REPLACE_PYTHON+= caldav/elements/__init__.py caldav/elements/base.py
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile
index 94baf7eb9a3..27249734390 100644
--- a/net/py-dns/Makefile
+++ b/net/py-dns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/01/25 09:09:06 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:15 wiz Exp $
DISTNAME= dnspython-1.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-/-/}
@@ -11,7 +11,7 @@ COMMENT= Python DNS toolkit (python-2.x version)
LICENSE= modified-bsd
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile
index 6423ca735f0..cce2c268e40 100644
--- a/net/py-dpkt/Makefile
+++ b/net/py-dpkt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/20 12:39:14 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:15 wiz Exp $
DISTNAME= dpkt-1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 9e4088275a1..2f3936e9514 100644
--- a/net/py-eventlib/Makefile
+++ b/net/py-eventlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/05 22:56:39 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 wiz Exp $
#
DISTNAME= eventlib-0.1.5
@@ -21,7 +21,7 @@ USE_LANGUAGES= # none
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 33
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/eventlib \
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile
index 9a4c867ddce..14a28552dff 100644
--- a/net/py-foolscap/Makefile
+++ b/net/py-foolscap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:15 wiz Exp $
DISTNAME= foolscap-0.6.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted
TEST_TARGET= test
diff --git a/net/py-google/Makefile b/net/py-google/Makefile
index a0558c731c6..000e120cb72 100644
--- a/net/py-google/Makefile
+++ b/net/py-google/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:15 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= 33 # py-xml via py-soappy
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml via py-soappy
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-kenosis/Makefile b/net/py-kenosis/Makefile
index 3fd38c7ee64..11239071ece 100644
--- a/net/py-kenosis/Makefile
+++ b/net/py-kenosis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:15 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= 33 # not yet ported as of 0.96
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 d1f2959e9ff..4f6c7a495eb 100644
--- a/net/py-libdnet/Makefile
+++ b/net/py-libdnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:15 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= 33 # not yet ported as of 1.12
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c7155bf78be..e8b011cf3ad 100644
--- a/net/py-libpcap/Makefile
+++ b/net/py-libpcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:15 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= 33 # not yet ported as of 0.6.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4c47da11096..06fe7c064c1 100644
--- a/net/py-medusa/Makefile
+++ b/net/py-medusa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:15 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= 33
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-metar/Makefile b/net/py-metar/Makefile
index 530b3a133a5..a0be3809ff5 100644
--- a/net/py-metar/Makefile
+++ b/net/py-metar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/21 13:33:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:15 wiz Exp $
DISTNAME= pymetar-0.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,7 +11,7 @@ COMMENT= Downloads weather reports
LICENSE= gnu-gpl-v2 # or later
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.19
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 88c8990a7fc..f3533950915 100644
--- a/net/py-netifaces/Makefile
+++ b/net/py-netifaces/Makefile
@@ -1,4 +1,4 @@
-#y$NetBSD: Makefile,v 1.2 2014/01/25 10:30:17 wiz Exp $
+#y$NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 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= 33 # not yet ported as of 0.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile
index 479368f98cf..28d4be21ce7 100644
--- a/net/py-netlib/Makefile
+++ b/net/py-netlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/01/21 11:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 wiz Exp $
DISTNAME= netlib-0.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.2
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile
index 0a846e177dd..dff76307a54 100644
--- a/net/py-omniORBpy/Makefile
+++ b/net/py-omniORBpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:15 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= 33 # omniORB
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # omniORB
.include "../../lang/python/application.mk"
.include "../../net/omniORB/buildlink3.mk"
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile
index 3f4baf6cae9..ff35bf1a98d 100644
--- a/net/py-pcap/Makefile
+++ b/net/py-pcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:15 wiz Exp $
DISTNAME= pypcap-1.1
PKGNAME= ${PYPKGPREFIX}-pcap-1.1
@@ -23,7 +23,7 @@ SUBST_SED.prefix= -e "s|@PREFIX@|${PREFIX}|g"
SUBST_STAGE.prefix= post-patch
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-pyrex
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex
FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q}
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile
index d6c6f2373ed..d5939cfd145 100644
--- a/net/py-s3cmd/Makefile
+++ b/net/py-s3cmd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:15 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= 33 # not yet ported as of 1.0.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.1
.include "../../lang/python/pyversion.mk"
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile
index bd1bdb74e01..2c58721b474 100644
--- a/net/py-soappy/Makefile
+++ b/net/py-soappy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/05/09 07:37:16 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= 33 # py-xml
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 75562e540af..9c7e7ea409e 100644
--- a/net/py-socketpool/Makefile
+++ b/net/py-socketpool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:16 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= 33 # not yet ported as of 0.5.3
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 b1f7fab1289..ac8d7fb8ecd 100644
--- a/net/py-spreadmodule/Makefile
+++ b/net/py-spreadmodule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:16 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= 33 # not yet ported as of 1.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4520c1cf8a1..88af7a74819 100644
--- a/net/py-suds/Makefile
+++ b/net/py-suds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:16 wiz Exp $
DISTNAME= suds-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v3
EGG_NAME= ${DISTNAME}
USE_LANGUAGES= # empty
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4
.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 15d1241b1fb..aea1053f282 100644
--- a/net/py-twisted/Makefile.common
+++ b/net/py-twisted/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2014/01/25 10:30:17 wiz Exp $
+# $NetBSD: Makefile.common,v 1.15 2014/05/09 07:37:16 wiz Exp $
# used by net/py-twisted/Makefile
# used by net/py-twisted-docs/Makefile
@@ -14,4 +14,4 @@ LICENSE= mit
DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo
PATCHDIR?= ${.CURDIR}/../py-twisted/patches
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 13.2.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 13.2.0
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile
index e95fb5f55cf..c1b380f0379 100644
--- a/net/py-zsi/Makefile
+++ b/net/py-zsi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/01/25 10:30:18 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:16 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= 33 # py-xml
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile
index 0ae8f20cc1b..75b96920fcd 100644
--- a/net/pygopherd/Makefile
+++ b/net/pygopherd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/01/25 10:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:16 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= 33 # not yet ported as of 2.0.16
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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/rabbitmq/Makefile b/net/rabbitmq/Makefile
index 415f064a27b..d4ab8b08289 100644
--- a/net/rabbitmq/Makefile
+++ b/net/rabbitmq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/03/11 14:34:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:16 wiz Exp $
PKGNAME= rabbitmq-${RMQ_VERSION}
DISTNAME= rabbitmq-server-${RMQ_VERSION}
@@ -20,7 +20,7 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils
DEPENDS+= ${PYPKGPREFIX}-simplejson>=2:../../converters/py-simplejson
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.2
.include "version.mk"
.include "../../lang/python/pyversion.mk"
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index 0e7df887531..d2182b6025d 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:18 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:16 wiz Exp $
DISTNAME= scapy-2.2.0
CATEGORIES= net
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
NO_BUILD= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-libpcap, py-libdnet
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-libpcap, py-libdnet
INSTALLATION_DIRS+= share/examples/scapy
diff --git a/net/scapy/options.mk b/net/scapy/options.mk
index 44cfccdea6d..26530616a8e 100644
--- a/net/scapy/options.mk
+++ b/net/scapy/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2014/01/25 10:30:18 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2014/05/09 07:37:16 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= 33 # py-gnuplot
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gnuplot
.endif
###
diff --git a/net/upnpinspector/Makefile b/net/upnpinspector/Makefile
index 089280a356a..ec2a563cea0 100644
--- a/net/upnpinspector/Makefile
+++ b/net/upnpinspector/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:16 wiz Exp $
DISTNAME= UPnP-Inspector-0.2.2
PKGREVISION= 3
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
USE_LANGUAGES= # none
EGG_NAME= UPnP_Inspector-0.2.2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 12e3aefbcc9..edeac5039f1 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2014/05/05 00:48:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.121 2014/05/09 07:37:16 wiz Exp $
DISTNAME= wireshark-1.10.7
PKGREVISION= 2
@@ -34,7 +34,7 @@ CONFIGURE_ENV+= ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex}
PTHREAD_OPTS+= require
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.10.5
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.5
REPLACE_PYTHON+= help/faq.py
REPLACE_PYTHON+= tools/asn2deb
REPLACE_PYTHON+= tools/asn2wrs.py