pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-mautrix



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Sep 12 03:25:34 UTC 2020

Modified Files:
        pkgsrc/chat/py-mautrix: Makefile

Log Message:
py-mautrix: mark Python 2.7 incompatibility (fix bulk builds)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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/py-mautrix/Makefile
diff -u pkgsrc/chat/py-mautrix/Makefile:1.4 pkgsrc/chat/py-mautrix/Makefile:1.5
--- pkgsrc/chat/py-mautrix/Makefile:1.4 Fri Sep 11 05:40:51 2020
+++ pkgsrc/chat/py-mautrix/Makefile     Sat Sep 12 03:25:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/09/11 05:40:51 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/12 03:25:34 gutteridge Exp $
 
 DISTNAME=      mautrix-python-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
@@ -13,6 +13,8 @@ HOMEPAGE=     https://github.com/tulir/mautr
 COMMENT=       Python 3 asyncio Matrix framework
 LICENSE=       mpl-2.0
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
 



Home | Main Index | Thread Index | Old Index