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:   js
Date:           Sat Apr 23 12:36:30 UTC 2022

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

Log Message:
chat/py-mautrix: Mark Python 3.7 as incompatible


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/chat/py-mautrix/Makefile:1.18
--- pkgsrc/chat/py-mautrix/Makefile:1.17        Sat Apr 23 12:35:57 2022
+++ pkgsrc/chat/py-mautrix/Makefile     Sat Apr 23 12:36:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/04/23 12:35:57 js Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/23 12:36:30 js Exp $
 
 DISTNAME=      python-0.16.3
 PKGNAME=       mautrix-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-aiohttp>=3<4:..
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-yarl>=1.5.1:../../www/py-yarl
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 USE_LANGUAGES= # none
 EGG_NAME=      mautrix-${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index