From 73a050fbf4b1aba6dbcff75747e1766c48b302b6 Mon Sep 17 00:00:00 2001
From: wiz <wiz@pkgsrc.org>
Date: Sat, 9 Jul 2016 13:03:30 +0000
Subject: Remove python33: adapt all packages that refer to it.

---
 misc/byobu/Makefile            | 4 ++--
 misc/calibre/Makefile          | 4 ++--
 misc/calibre1/Makefile         | 4 ++--
 misc/deskbar-applet/Makefile   | 4 ++--
 misc/kdeutils3/Makefile        | 4 ++--
 misc/khard/Makefile            | 4 ++--
 misc/koffice/Makefile          | 4 ++--
 misc/mnemosyne/Makefile        | 4 ++--
 misc/openoffice3/Makefile      | 4 ++--
 misc/orca/Makefile             | 4 ++--
 misc/py-anita/Makefile         | 4 ++--
 misc/py-anki2/Makefile         | 4 ++--
 misc/py-carddav/Makefile       | 4 ++--
 misc/py-stdnum/Makefile        | 4 ++--
 misc/routeplanner-cli/Makefile | 4 ++--
 misc/superkaramba/Makefile     | 4 ++--
 16 files changed, 32 insertions(+), 32 deletions(-)

(limited to 'misc')

diff --git a/misc/byobu/Makefile b/misc/byobu/Makefile
index ae79430c899..38e4dbc4732 100644
--- a/misc/byobu/Makefile
+++ b/misc/byobu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 06:38:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:56 wiz Exp $
 
 BYOBUVER=	5.100
 DISTNAME=	byobu_${BYOBUVER}.orig
@@ -24,7 +24,7 @@ REPLACE_BASH+=	usr/share/byobu/tests/*
 
 REPLACE_PERL+=	usr/lib/byobu/include/*
 REPLACE_PYTHON+=	usr/lib/byobu/include/*
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-newt
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-newt
 
 EGDIR=			share/examples/byobu
 CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/${EGDIR}
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile
index ef13a55a96e..482aab1458a 100644
--- a/misc/calibre/Makefile
+++ b/misc/calibre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.147 2016/07/08 11:11:28 wiz Exp $
+# $NetBSD: Makefile,v 1.148 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=	calibre-2.62.0
 CATEGORIES=	misc
@@ -41,7 +41,7 @@ USE_LANGUAGES=	c c++
 USE_LIBTOOL=	yes
 USE_TOOLS+=	pkg-config pax
 PYTHON_VERSIONS_ACCEPTED=	27
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
 PYDISTUTILSPKG=	yes
 PYSETUPOPTARGS=	# empty
 PYSETUPINSTALLARGS=	--prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}
diff --git a/misc/calibre1/Makefile b/misc/calibre1/Makefile
index b99a1f78256..b6bdc8e0316 100644
--- a/misc/calibre1/Makefile
+++ b/misc/calibre1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/07/02 08:51:40 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=	calibre-1.48.0
 PKGREVISION=	18
@@ -45,7 +45,7 @@ EXTRACT_USING=  bsdtar
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config pax
 PYTHON_VERSIONS_ACCEPTED=	27
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
 PYDISTUTILSPKG=	yes
 PYSETUPOPTARGS=	# empty
 PYSETUPINSTALLARGS=	--prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}
diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile
index b8611c22757..26f69db2aec 100644
--- a/misc/deskbar-applet/Makefile
+++ b/misc/deskbar-applet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2016/05/03 11:40:04 prlw1 Exp $
+# $NetBSD: Makefile,v 1.96 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=	deskbar-applet-2.32.0
 PKGREVISION=	41
@@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE=	data/deskbar-applet.pc.in
 
 GCONF_SCHEMAS=		deskbar-applet.schemas
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-ORBit via py-gnome2, py-gtk2
 
 REPLACE_PYTHON=		deskbar/deskbar-applet.py
 PY_PATCHPLIST=			yes
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile
index 40f6a76ad83..133476bad26 100644
--- a/misc/kdeutils3/Makefile
+++ b/misc/kdeutils3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2016/03/05 11:28:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.112 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=	kdeutils-${_KDE_VERSION}
 PKGREVISION=	37
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+=	--with-snmp=no
 CONFIGURE_ARGS+=	--with-pythondir=${LOCALBASE}
 CONFIGURE_ENV+=		PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 3.5.10
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 3.5.10
 
 .include "../../meta-pkgs/kde3/kde3.mk"
 .include "../../devel/gmp/buildlink3.mk"
diff --git a/misc/khard/Makefile b/misc/khard/Makefile
index b24c32271e4..dbf03c08060 100644
--- a/misc/khard/Makefile
+++ b/misc/khard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/02 09:36:20 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=		khard-0.9.0
 PKGREVISION=		1
@@ -15,7 +15,7 @@ DEPENDS+=		${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
 DEPENDS+=		${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
 DEPENDS+=		${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 0.4.1
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 0.4.1
 
 INSTALLATION_DIRS=	share/examples/khard
 REPLACE_PYTHON+=	*/*.py
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile
index da29835f624..5bac60df156 100644
--- a/misc/koffice/Makefile
+++ b/misc/koffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2016/07/09 06:38:36 wiz Exp $
+# $NetBSD: Makefile,v 1.179 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=	koffice-1.6.3
 PKGREVISION=	68
@@ -44,7 +44,7 @@ REPLACE_PERL+=		tools/scripts/gdb_output_to_text.pl
 REPLACE_PERL+=		tools/thesaurus/extract.pl
 REPLACE_PERL+=		kpresenter/kprconverter.pl
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 1.6.3
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 1.6.3
 
 # Ensure we export symbols in the linked shared object.
 LDFLAGS+=	${EXPORT_SYMBOLS_LDFLAGS}
diff --git a/misc/mnemosyne/Makefile b/misc/mnemosyne/Makefile
index 27f202fd087..2120892ac36 100644
--- a/misc/mnemosyne/Makefile
+++ b/misc/mnemosyne/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:50 adam Exp $
+# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=	Mnemosyne-2.3.1
 PKGNAME=	${DISTNAME:S/M/m/}
@@ -19,7 +19,7 @@ DEPENDS+=	${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 2.3.1
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 2.3.1
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile
index 8bf4631c2a5..9169e585a43 100644
--- a/misc/openoffice3/Makefile
+++ b/misc/openoffice3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2016/07/09 06:38:36 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2016/07/09 13:03:56 wiz Exp $
 
 OO_VER=			3.1.1
 OO_TAG=			OOO310_m19
@@ -32,7 +32,7 @@ WRKSRC=			${WRKDIR}/${OO_TAG}
 GCC_REQD+=		3.4
 USE_LANGUAGES+=		c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 3.1.1
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 3.1.1
 
 CONFLICTS+=		staroffice-[0-9]*
 CONFLICTS+=		openoffice-[0-9]*
diff --git a/misc/orca/Makefile b/misc/orca/Makefile
index 287817c15d1..1092e11add7 100644
--- a/misc/orca/Makefile
+++ b/misc/orca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:50 adam Exp $
+# $NetBSD: Makefile,v 1.39 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=	orca-2.32.1
 PKGREVISION=	1
@@ -30,7 +30,7 @@ USE_PKGLOCALEDIR=	yes
 CONFIGURE_ENV+=	PYTHON=${PYTHONBIN}
 PY_PATCHPLIST=	yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-ORBit, py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-ORBit, py-gnome2, py-gtk2
 PYTHON_VERSIONED_DEPENDENCIES=	cairo
 
 .include "../../mk/bsd.prefs.mk"
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile
index 11c228b10a9..b7990988dee 100644
--- a/misc/py-anita/Makefile
+++ b/misc/py-anita/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2016/04/21 13:40:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2016/07/09 13:03:56 wiz Exp $
 
 DISTNAME=	anita-1.39
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+=	${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
 
 USE_LANGUAGES=	#none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 1.34
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 1.34
 
 SUBST_CLASSES+=		manpath
 SUBST_STAGE.manpath=	pre-configure
diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile
index af2c22e42b7..e47bf77f980 100644
--- a/misc/py-anki2/Makefile
+++ b/misc/py-anki2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/04/13 18:18:11 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/07/09 13:03:57 wiz Exp $
 
 DISTNAME=	anki-2.0.36
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/}
@@ -20,7 +20,7 @@ DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 #DEPENDS+=	${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
 # XXX: python portaudio
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 2.0.21
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 2.0.21
 
 .include "options.mk"
 
diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile
index f2f16789dc5..8ef1379d309 100644
--- a/misc/py-carddav/Makefile
+++ b/misc/py-carddav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:50 adam Exp $
+# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:57 wiz Exp $
 
 DISTNAME=	pyCardDAV-0.7.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/pyCardDAV/carddav/}
@@ -19,7 +19,7 @@ DEPENDS+=	${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-vobject
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-vobject
 
 REPLACE_PYTHON=		pycarddav/ui.py
 REPLACE_PYTHON+=	pycarddav/controllers/__init__.py
diff --git a/misc/py-stdnum/Makefile b/misc/py-stdnum/Makefile
index 8cdb6cfc507..f5d1b9466da 100644
--- a/misc/py-stdnum/Makefile
+++ b/misc/py-stdnum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:36 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:57 wiz Exp $
 
 DISTNAME=	python-stdnum-0.9
 PKGNAME=	${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -12,7 +12,7 @@ LICENSE=	gnu-lgpl-v3
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-suds
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # py-suds
 
 DEPENDS+=   ${PYPKGPREFIX}-suds>=0.4:../../net/py-suds
 
diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile
index a89e1d4d07e..b52751585ef 100644
--- a/misc/routeplanner-cli/Makefile
+++ b/misc/routeplanner-cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:51 adam Exp $
+# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:57 wiz Exp $
 #
 
 DISTNAME=		routeplanner_0.11
@@ -41,7 +41,7 @@ do-install:
 	done
 
 # optional speedup
-#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-kjbuckets
+#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-kjbuckets
 #.include "../../devel/py-kjbuckets/buildlink3.mk"
 #.include "../../devel/py-pqueue/buildlink3.mk"
 
diff --git a/misc/superkaramba/Makefile b/misc/superkaramba/Makefile
index 88e74901d4b..03447ab80f1 100644
--- a/misc/superkaramba/Makefile
+++ b/misc/superkaramba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2016/03/05 11:28:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.35 2016/07/09 13:03:57 wiz Exp $
 
 DISTNAME=	superkaramba-15.08.3
 PKGREVISION=	1
@@ -6,7 +6,7 @@ CATEGORIES=	misc
 COMMENT=	KDE desktop widgets
 MASTER_SITES=	${MASTER_SITE_KDE:=applications/15.08.3/src/}
 
-PYTHON_VERSIONS_INCOMPATIBLE=  33 34 35 # not yet ported as of 4.11.3
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # not yet ported as of 4.11.3
 
 .include "../../meta-pkgs/kde4/Makefile.kde4"
 
-- 
cgit v1.2.3