pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat
Module Name: pkgsrc
Committed By: js
Date: Sat Oct 17 16:44:37 UTC 2020
Modified Files:
pkgsrc/chat/maubot: Makefile
pkgsrc/chat/mautrix-hangouts: Makefile
pkgsrc/chat/py-mautrix: Makefile
Log Message:
chat/*mau*: Incompatible with Python 3.9
Already reported to upstream in #hangouts:maunium.net
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/maubot/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/mautrix-hangouts/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/py-mautrix/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/maubot/Makefile
diff -u pkgsrc/chat/maubot/Makefile:1.1 pkgsrc/chat/maubot/Makefile:1.2
--- pkgsrc/chat/maubot/Makefile:1.1 Sun Oct 4 11:53:27 2020
+++ pkgsrc/chat/maubot/Makefile Sat Oct 17 16:44:37 2020
@@ -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:.
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
Index: pkgsrc/chat/mautrix-hangouts/Makefile
diff -u pkgsrc/chat/mautrix-hangouts/Makefile:1.6 pkgsrc/chat/mautrix-hangouts/Makefile:1.7
--- pkgsrc/chat/mautrix-hangouts/Makefile:1.6 Sat Oct 17 16:22:23 2020
+++ pkgsrc/chat/mautrix-hangouts/Makefile Sat Oct 17 16:44:37 2020
@@ -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<
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
Index: pkgsrc/chat/py-mautrix/Makefile
diff -u pkgsrc/chat/py-mautrix/Makefile:1.7 pkgsrc/chat/py-mautrix/Makefile:1.8
--- pkgsrc/chat/py-mautrix/Makefile:1.7 Sat Oct 17 16:22:23 2020
+++ pkgsrc/chat/py-mautrix/Makefile Sat Oct 17 16:44:37 2020
@@ -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/mautr
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