summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-04-26 13:13:41 +0000
committermaya <maya@pkgsrc.org>2019-04-26 13:13:41 +0000
commitc14c561cd3117f559e61acda9ceb582aedf151fc (patch)
treed0586eda7ac77e78f4da83c520ce6b5c0877427d /chat
parent5c755809b6d87b82d96b7d4101a5a4693ac87ddd (diff)
downloadpkgsrc-c14c561cd3117f559e61acda9ceb582aedf151fc.tar.gz
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
Diffstat (limited to 'chat')
-rw-r--r--chat/centerim5/Makefile4
-rw-r--r--chat/empathy/Makefile4
-rw-r--r--chat/libtelepathy/Makefile4
-rw-r--r--chat/py-hangups/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/tootstream/Makefile4
15 files changed, 30 insertions, 30 deletions
diff --git a/chat/centerim5/Makefile b/chat/centerim5/Makefile
index f2534b4bb97..6fc0971215f 100644
--- a/chat/centerim5/Makefile
+++ b/chat/centerim5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/04/25 07:32:38 maya Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/26 13:13:44 maya Exp $
DISTNAME= centerim5-5.0.1
PKGREVISION= 1
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_LIBTOOL= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27 34
+PYTHON_VERSIONS_INCOMPATIBLE= 27
SUBST_CLASSES+= equals
SUBST_STAGE.equals= pre-configure
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile
index b38b298b80b..e62ebddb214 100644
--- a/chat/empathy/Makefile
+++ b/chat/empathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2019/04/25 07:32:38 maya Exp $
+# $NetBSD: Makefile,v 1.105 2019/04/26 13:13:44 maya Exp $
DISTNAME= empathy-2.34.0
PKGREVISION= 71
@@ -10,7 +10,7 @@ HOMEPAGE= http://live.gnome.org/Empathy
COMMENT= Gnome instant messenger client
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37
GNU_CONFIGURE= yes
USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config
diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile
index b5aed2dfcb3..64f911916a2 100644
--- a/chat/libtelepathy/Makefile
+++ b/chat/libtelepathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/04/25 07:32:38 maya Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/26 13:13:44 maya Exp $
DISTNAME= libtelepathy-0.3.3
PKGREVISION= 10
@@ -18,7 +18,7 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= libtelepathy.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.3
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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-hangups/Makefile b/chat/py-hangups/Makefile
index 9949694e50b..a5ea0a81ea2 100644
--- a/chat/py-hangups/Makefile
+++ b/chat/py-hangups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/02/26 18:31:46 leot Exp $
+# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:44 maya Exp $
DISTNAME= hangups-0.4.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 34
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile
index 94f295babc9..7f2882f6716 100644
--- a/chat/py-xmpppy/Makefile
+++ b/chat/py-xmpppy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/03/24 07:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/04/26 13:13:44 maya 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= 34 35 36 37 # not yet ported as of 0.5.0rc1
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 5a6285343ee..eea352cf0de 100644
--- a/chat/spectrum/Makefile
+++ b/chat/spectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2019/04/25 07:32:38 maya Exp $
+# $NetBSD: Makefile,v 1.79 2019/04/26 13:13:44 maya Exp $
DISTNAME= spectrum-1.4.8
PKGREVISION= 52
@@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c
REPLACE_PYTHON+= spectrumctl/spectrumctl.py
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xmpppy
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 e58abaf3b17..4a93668539a 100644
--- a/chat/telepathy-farsight/Makefile
+++ b/chat/telepathy-farsight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/04/25 07:32:39 maya Exp $
+# $NetBSD: Makefile,v 1.56 2019/04/26 13:13:44 maya Exp $
DISTNAME= telepathy-farsight-0.0.19
PKGREVISION= 8
@@ -19,7 +19,7 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2, py-gstreamer0.10
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2, py-gstreamer0.10
.include "../../lang/python/extension.mk"
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile
index aae02c0bf3e..da06e5073d6 100644
--- a/chat/telepathy-gabble/Makefile
+++ b/chat/telepathy-gabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2019/04/25 07:32:39 maya Exp $
+# $NetBSD: Makefile,v 1.66 2019/04/26 13:13:44 maya Exp $
DISTNAME= telepathy-gabble-0.18.3
PKGREVISION= 15
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" "
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.11.10
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 0e4f4a3d453..f0d78766db9 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2019/04/25 07:32:39 maya Exp $
+# $NetBSD: Makefile,v 1.58 2019/04/26 13:13:45 maya Exp $
DISTNAME= telepathy-glib-0.24.1
PKGREVISION= 11
@@ -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= 34 35 36 37 # not yet ported as of 0.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 c0f8bda8046..812ab102364 100644
--- a/chat/telepathy-haze/Makefile
+++ b/chat/telepathy-haze/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:04 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/26 13:13:45 maya 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= 34 35 36 37 # as of 0.8.0
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 feee6b71201..5ea57c25d87 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/04/25 07:32:39 maya Exp $
+# $NetBSD: Makefile,v 1.37 2019/04/26 13:13:45 maya Exp $
DISTNAME= telepathy-idle-0.1.8
PKGREVISION= 11
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 638aad2f12f..52438b82030 100644
--- a/chat/telepathy-logger/Makefile
+++ b/chat/telepathy-logger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/04/25 07:32:39 maya Exp $
+# $NetBSD: Makefile,v 1.49 2019/04/26 13:13:45 maya Exp $
DISTNAME= telepathy-logger-0.2.7
PKGREVISION= 26
@@ -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= 34 35 36 37 # not yet ported as of 0.2.7
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 5115fc4be66..c25cedc2b57 100644
--- a/chat/telepathy-mission-control5/Makefile
+++ b/chat/telepathy-mission-control5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/04/25 07:32:39 maya Exp $
+# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:45 maya 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= 34 35 36 37 # not yet ported as of 5.7.9
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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 33289b50569..0ccd5da406b 100644
--- a/chat/telepathy-qt/Makefile
+++ b/chat/telepathy-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/04/25 07:32:39 maya Exp $
+# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:45 maya Exp $
DISTNAME= telepathy-qt-0.9.6.1
PKGREVISION= 3
@@ -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= 34 35 36 37 # not yet ported as of 0.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 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/tootstream/Makefile b/chat/tootstream/Makefile
index 81b1e6de172..0477c798efd 100644
--- a/chat/tootstream/Makefile
+++ b/chat/tootstream/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/04/25 07:32:39 maya Exp $
+# $NetBSD: Makefile,v 1.9 2019/04/26 13:13:45 maya Exp $
DISTNAME= tootstream-0.3.6
PKGREVISION= 2
@@ -16,7 +16,7 @@ USE_LANGUAGES= # none
# incompatible with python 2.
# strange locale errors on earlier versions of python 3, related
# to py-click.
-PYTHON_VERSIONS_INCOMPATIBLE+= 27 34 35 36
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36
DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored