pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat chat/*mau*: Incompatible with Python 3.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1436715d932
branches:  trunk
changeset: 440748:f1436715d932
user:      js <js%pkgsrc.org@localhost>
date:      Sat Oct 17 16:44:37 2020 +0000

description:
chat/*mau*: Incompatible with Python 3.9

Already reported to upstream in #hangouts:maunium.net

diffstat:

 chat/maubot/Makefile           |  8 +++++---
 chat/mautrix-hangouts/Makefile |  7 ++++---
 chat/py-mautrix/Makefile       |  7 ++++---
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (71 lines):

diff -r d51eeca7fda6 -r f1436715d932 chat/maubot/Makefile
--- a/chat/maubot/Makefile      Sat Oct 17 16:22:23 2020 +0000
+++ b/chat/maubot/Makefile      Sat Oct 17 16:44:37 2020 +0000
@@ -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}-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 -r d51eeca7fda6 -r f1436715d932 chat/mautrix-hangouts/Makefile
--- a/chat/mautrix-hangouts/Makefile    Sat Oct 17 16:22:23 2020 +0000
+++ b/chat/mautrix-hangouts/Makefile    Sat Oct 17 16:44:37 2020 +0000
@@ -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 @@
 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 -r d51eeca7fda6 -r f1436715d932 chat/py-mautrix/Makefile
--- a/chat/py-mautrix/Makefile  Sat Oct 17 16:22:23 2020 +0000
+++ b/chat/py-mautrix/Makefile  Sat Oct 17 16:44:37 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index