summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjs <js@pkgsrc.org>2020-10-17 16:44:37 +0000
committerjs <js@pkgsrc.org>2020-10-17 16:44:37 +0000
commite7f76e3d47636d984ea834b9299faa575f4a3b46 (patch)
tree8fd110b2511f4145415c9d43ee5975a61333ae31 /chat
parenta8ffc2a16949b8d3c254655b2b20b5f36a283fe3 (diff)
downloadpkgsrc-e7f76e3d47636d984ea834b9299faa575f4a3b46.tar.gz
chat/*mau*: Incompatible with Python 3.9
Already reported to upstream in #hangouts:maunium.net
Diffstat (limited to 'chat')
-rw-r--r--chat/maubot/Makefile8
-rw-r--r--chat/mautrix-hangouts/Makefile7
-rw-r--r--chat/py-mautrix/Makefile7
3 files changed, 13 insertions, 9 deletions
diff --git a/chat/maubot/Makefile b/chat/maubot/Makefile
index 509aea6ed46..470adc12184 100644
--- a/chat/maubot/Makefile
+++ b/chat/maubot/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/10/04 11:53:27 js Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/17 16:44:37 js Exp $
DISTNAME= maubot-0.1.0
+PKGREVISION= 1
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/maubot/}
@@ -24,8 +25,9 @@ DEPENDS+= ${PYPKGPREFIX}-inquirer>=1<2:../../devel/py-inquirer
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2<3:../../textproc/py-jinja2
USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+# 36 is too old, 39 doesn't work.
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 39
INSTALLATION_DIRS+= share/maubot
diff --git a/chat/mautrix-hangouts/Makefile b/chat/mautrix-hangouts/Makefile
index bb471c6cb0e..a08c7e67e77 100644
--- a/chat/mautrix-hangouts/Makefile
+++ b/chat/mautrix-hangouts/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2020/10/17 16:22:23 js Exp $
+# $NetBSD: Makefile,v 1.7 2020/10/17 16:44:37 js Exp $
DISTNAME= mautrix-hangouts-0.1.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_GITHUB:=tulir/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -24,7 +24,8 @@ DEPENDS+= ${PYPKGPREFIX}-mautrix>=0.7.7<0.8:../../chat/py-mautrix
USE_TOOLS+= pax
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+# 36 is too old, 39 doesn't work.
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 37
EGG_NAME= mautrix_hangouts-${PKGVERSION_NOREV}+dev.unknown
diff --git a/chat/py-mautrix/Makefile b/chat/py-mautrix/Makefile
index 6ec05712d30..87828acbeef 100644
--- a/chat/py-mautrix/Makefile
+++ b/chat/py-mautrix/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/10/17 16:22:23 js Exp $
+# $NetBSD: Makefile,v 1.8 2020/10/17 16:44:37 js Exp $
DISTNAME= mautrix-python-0.7.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_GITHUB:=tulir/}
GITHUB_PROJECT= mautrix-python
@@ -13,7 +13,8 @@ HOMEPAGE= https://github.com/tulir/mautrix-python
COMMENT= Python 3 asyncio Matrix framework
LICENSE= mpl-2.0
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# 36 is too old, 39 doesn't work.
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 39
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp