summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
committeradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
commit2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch)
treeba4b2b7073fa0770abcbf886b141067686318df9 /chat
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'chat')
-rw-r--r--chat/gajim/Makefile4
-rw-r--r--chat/maubot/Makefile4
-rw-r--r--chat/mautrix-hangouts/Makefile4
-rw-r--r--chat/mautrix-telegram/Makefile4
-rw-r--r--chat/py-mautrix/Makefile4
-rw-r--r--chat/py-nbxmpp/Makefile4
-rw-r--r--chat/tootstream/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
index be0d2708ebc..66dad90fa5e 100644
--- a/chat/gajim/Makefile
+++ b/chat/gajim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2021/12/08 16:03:27 adam Exp $
+# $NetBSD: Makefile,v 1.59 2021/12/30 13:05:28 adam Exp $
DISTNAME= gajim-1.3.2
PKGREVISION= 1
@@ -22,7 +22,7 @@ TOOLS_PLATFORM.msgfmt=
MANCOMPRESSED= yes
MAKE_ENV+= PKGMANDIR=${PKGMANDIR}
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-cairo>=1.16.0:../../graphics/py-cairo
DEPENDS+= ${PYPKGPREFIX}-css-parser-[0-9]*:../../textproc/py-css-parser
diff --git a/chat/maubot/Makefile b/chat/maubot/Makefile
index 68b5032d1d2..7355b4795fa 100644
--- a/chat/maubot/Makefile
+++ b/chat/maubot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/07/14 08:29:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/12/30 13:05:28 adam Exp $
DISTNAME= maubot-0.1.0
PKGREVISION= 2
@@ -26,7 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-jinja2>=2<3:../../textproc/py-jinja2
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
INSTALLATION_DIRS+= share/maubot
diff --git a/chat/mautrix-hangouts/Makefile b/chat/mautrix-hangouts/Makefile
index 79bf99f8082..d3cab2ecf09 100644
--- a/chat/mautrix-hangouts/Makefile
+++ b/chat/mautrix-hangouts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/09/15 11:49:50 nia Exp $
+# $NetBSD: Makefile,v 1.14 2021/12/30 13:05:28 adam Exp $
DISTNAME= mautrix-hangouts-0.1.4
PKGREVISION= 1
@@ -25,7 +25,7 @@ DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
USE_TOOLS+= pax
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
EGG_NAME= mautrix_hangouts-${PKGVERSION_NOREV}+dev.unknown
diff --git a/chat/mautrix-telegram/Makefile b/chat/mautrix-telegram/Makefile
index 9bcc5446cd4..d9a63993112 100644
--- a/chat/mautrix-telegram/Makefile
+++ b/chat/mautrix-telegram/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/09/14 20:01:48 js Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/30 13:05:28 adam Exp $
DISTNAME= mautrix-telegram-0.10.1
CATEGORIES= chat python
@@ -32,7 +32,7 @@ DEPENDS+= ${PYPKGPREFIX}-qrcode>=6<7:../../graphics/py-qrcode
USE_TOOLS+= pax
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
EGG_NAME= mautrix_telegram-${PKGVERSION_NOREV}+dev.unknown
diff --git a/chat/py-mautrix/Makefile b/chat/py-mautrix/Makefile
index 8ae223d6180..9fae4de83dd 100644
--- a/chat/py-mautrix/Makefile
+++ b/chat/py-mautrix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/09/14 19:19:35 js Exp $
+# $NetBSD: Makefile,v 1.13 2021/12/30 13:05:28 adam Exp $
DISTNAME= mautrix-python-0.10.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
@@ -13,7 +13,7 @@ HOMEPAGE= https://github.com/tulir/mautrix-python
COMMENT= Python 3 asyncio Matrix framework
LICENSE= mpl-2.0
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
diff --git a/chat/py-nbxmpp/Makefile b/chat/py-nbxmpp/Makefile
index 59ed9f8bc3f..77d155430ec 100644
--- a/chat/py-nbxmpp/Makefile
+++ b/chat/py-nbxmpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/08/10 12:03:37 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/30 13:05:28 adam Exp $
DISTNAME= nbxmpp-2.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-precis-i18n>=1.0.0:../../textproc/py-precis-i18n
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/tootstream/Makefile b/chat/tootstream/Makefile
index 51391f1735b..df26a597a0c 100644
--- a/chat/tootstream/Makefile
+++ b/chat/tootstream/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/12/04 20:45:03 nia Exp $
+# $NetBSD: Makefile,v 1.13 2021/12/30 13:05:28 adam Exp $
DISTNAME= tootstream-0.3.8.1
PKGREVISION= 1
@@ -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 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-click>=6.7:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-colored>=1.3.93:../../textproc/py-colored