pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/py-mautrix py-mautrix: mark Python 2.7 incompatib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0081f18ff50
branches:  trunk
changeset: 438911:e0081f18ff50
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Sep 12 03:25:34 2020 +0000

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

diffstat:

 chat/py-mautrix/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 410c39b90fc3 -r e0081f18ff50 chat/py-mautrix/Makefile
--- a/chat/py-mautrix/Makefile  Sat Sep 12 03:18:30 2020 +0000
+++ b/chat/py-mautrix/Makefile  Sat Sep 12 03:25:34 2020 +0000
@@ -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 @@
 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