summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-09 13:03:30 +0000
committerwiz <wiz@pkgsrc.org>2016-07-09 13:03:30 +0000
commit73a050fbf4b1aba6dbcff75747e1766c48b302b6 (patch)
tree473944cd20a247c446b37ecb6fe2c4802cb044cd /chat
parent6724f0d53dfe6d56f8a0809e2414e88e0a55ab96 (diff)
downloadpkgsrc-73a050fbf4b1aba6dbcff75747e1766c48b302b6.tar.gz
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'chat')
-rw-r--r--chat/empathy/Makefile4
-rw-r--r--chat/gajim/Makefile4
-rw-r--r--chat/gajim/options.mk4
-rw-r--r--chat/libtelepathy/Makefile4
-rw-r--r--chat/py-xmpppy/Makefile4
-rw-r--r--chat/spectrum/Makefile4
-rw-r--r--chat/telepathy-farsight/Makefile4
-rw-r--r--chat/telepathy-gabble/Makefile4
-rw-r--r--chat/telepathy-glib/Makefile4
-rw-r--r--chat/telepathy-haze/Makefile4
-rw-r--r--chat/telepathy-idle/Makefile4
-rw-r--r--chat/telepathy-logger/Makefile4
-rw-r--r--chat/telepathy-mission-control5/Makefile4
-rw-r--r--chat/telepathy-qt/Makefile4
-rw-r--r--chat/xchat-python/Makefile4
15 files changed, 30 insertions, 30 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile
index 8ead022d818..7282d56adb4 100644
--- a/chat/empathy/Makefile
+++ b/chat/empathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2016/06/11 20:42:03 kamil Exp $
+# $NetBSD: Makefile,v 1.79 2016/07/09 13:03:32 wiz Exp $
DISTNAME= empathy-2.34.0
PKGREVISION= 48
@@ -10,7 +10,7 @@ HOMEPAGE= http://live.gnome.org/Empathy
COMMENT= Gnome instant messenger client
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
GNU_CONFIGURE= yes
USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
index 50334eaed0d..9dadc323e66 100644
--- a/chat/gajim/Makefile
+++ b/chat/gajim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:30 adam Exp $
+# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:32 wiz Exp $
DISTNAME= gajim-0.15
PKGREVISION= 13
@@ -15,7 +15,7 @@ DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus
DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
.include "options.mk"
diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk
index 9c3077717a1..85cedbef81e 100644
--- a/chat/gajim/options.mk
+++ b/chat/gajim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2015/12/05 21:25:30 adam Exp $
+# $NetBSD: options.mk,v 1.7 2016/07/09 13:03:32 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gajim
PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl
@@ -20,7 +20,7 @@ DEPENDS+= avahi-[0-9]*:../../net/avahi
# gnome
.if !empty(PKG_OPTIONS:Mgnome)
DEPENDS+= ${PYPKGPREFIX}-gnome2-[0-9]*:../../x11/py-gnome2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2
.endif
# gnome-keyring
diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile
index ae8f11136e6..c7ce3c0ba3e 100644
--- a/chat/libtelepathy/Makefile
+++ b/chat/libtelepathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:30 adam Exp $
+# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:32 wiz Exp $
DISTNAME= libtelepathy-0.3.3
PKGREVISION= 9
@@ -18,7 +18,7 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= libtelepathy.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.3
.include "../../lang/python/pyversion.mk"
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile
index 08ae8933409..f98164eb2a9 100644
--- a/chat/py-xmpppy/Makefile
+++ b/chat/py-xmpppy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/06/30 18:03:46 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:33 wiz Exp $
DISTNAME= xmpppy-0.5.0rc1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat>=0nb4:../../textproc/py-expat
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.5.0rc1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.5.0rc1
DOCDIR= ${PREFIX}/share/doc/py-xmpppy
EXDIR= ${PREFIX}/share/examples/py-xmpppy
diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile
index 90a0afee7cf..5d02aac3555 100644
--- a/chat/spectrum/Makefile
+++ b/chat/spectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2016/04/11 19:01:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.53 2016/07/09 13:03:33 wiz Exp $
DISTNAME= spectrum-1.4.8
PKGREVISION= 33
@@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c
REPLACE_PYTHON+= spectrumctl/spectrumctl.py
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xmpppy
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xmpppy
BUILD_DEFS+= JABBER_USER JABBER_GROUP
BUILD_DEFS+= SPECTRUM_RUN SPECTRUM_DB SPECTRUM_LOG
diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile
index 0f5af1a8d59..b6afdb413b1 100644
--- a/chat/telepathy-farsight/Makefile
+++ b/chat/telepathy-farsight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2015/12/14 14:00:28 jaapb Exp $
+# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:33 wiz Exp $
DISTNAME= telepathy-farsight-0.0.19
CATEGORIES= chat multimedia
@@ -18,7 +18,7 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gstreamer0.10
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gstreamer0.10
.include "../../lang/python/extension.mk"
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile
index b9547546f57..9e22149f2a8 100644
--- a/chat/telepathy-gabble/Makefile
+++ b/chat/telepathy-gabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2016/05/03 11:40:01 prlw1 Exp $
+# $NetBSD: Makefile,v 1.50 2016/07/09 13:03:33 wiz Exp $
DISTNAME= telepathy-gabble-0.18.3
PKGREVISION= 3
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" "
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.11.10
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.11.10
REPLACE_PYTHON+= plugins/telepathy-gabble-xmpp-console
.include "../../mk/compiler.mk"
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile
index 111a9800d4e..dc58a1b2bdb 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/04/10 19:38:52 prlw1 Exp $
+# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:33 wiz Exp $
DISTNAME= telepathy-glib-0.24.1
PKGREVISION= 4
@@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in
PYTHON_FOR_BUILD_ONLY= yes
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
REPLACE_PYTHON+= tests/all-errors-documented.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.24.1
TEST_TARGET= check
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36
diff --git a/chat/telepathy-haze/Makefile b/chat/telepathy-haze/Makefile
index 39b45eb34c2..6c50bdef526 100644
--- a/chat/telepathy-haze/Makefile
+++ b/chat/telepathy-haze/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/01/17 18:51:52 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:33 wiz Exp $
DISTNAME= telepathy-haze-0.8.0
CATEGORIES= chat
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS= gmake pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.8.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.8.0
.include "../../chat/libpurple/buildlink3.mk"
.include "../../chat/telepathy-glib/buildlink3.mk"
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index 949b4419e74..5533baa0cd1 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/03/05 11:28:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:33 wiz Exp $
DISTNAME= telepathy-idle-0.1.8
PKGREVISION= 10
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.1.8
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile
index 53d37560074..678192107cd 100644
--- a/chat/telepathy-logger/Makefile
+++ b/chat/telepathy-logger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/04/11 19:01:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2016/07/09 13:03:33 wiz Exp $
DISTNAME= telepathy-logger-0.2.7
PKGREVISION= 17
@@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in
BUILD_DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2.7
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
diff --git a/chat/telepathy-mission-control5/Makefile b/chat/telepathy-mission-control5/Makefile
index 8d7c6c1a422..c33b07fbc10 100644
--- a/chat/telepathy-mission-control5/Makefile
+++ b/chat/telepathy-mission-control5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:31 adam Exp $
+# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:33 wiz Exp $
DISTNAME= telepathy-mission-control-5.7.9
PKGNAME= telepathy-mission-control5-5.7.9
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= mission-control-plugins.pc.in
#PKGCONFIG_OVERRIDE+= libmcclient.pc.in
#PKGCONFIG_OVERRIDE+= mission-control.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 5.7.9
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 5.7.9
#.include "../../lang/python/pyversion.mk"
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
diff --git a/chat/telepathy-qt/Makefile b/chat/telepathy-qt/Makefile
index 62813a550e6..87286c6f391 100644
--- a/chat/telepathy-qt/Makefile
+++ b/chat/telepathy-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/04/14 09:40:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:33 wiz Exp $
DISTNAME= telepathy-qt-0.9.6.1
PKGREVISION= 1
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQtService.pc.in
PKGCONFIG_OVERRIDE+= TelepathyQt/Farstream/TelepathyQtFarstream.pc.in
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.24.1
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--no-add-needed
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile
index 38cac7daf57..eb47bb76bda 100644
--- a/chat/xchat-python/Makefile
+++ b/chat/xchat-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/07/09 06:37:54 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2016/07/09 13:03:33 wiz Exp $
.include "../../chat/xchat/Makefile.common"
@@ -28,7 +28,7 @@ SUBST_FILES.libutil= configure
SUBST_SED.libutil= -e 's/ -lutil//g'
.endif
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.8.8
.include "../../lang/python/application.mk"
.include "../../mk/pthread.buildlink3.mk"