pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-matrix-nio



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Feb 12 11:48:50 UTC 2024

Modified Files:
        pkgsrc/chat/py-matrix-nio: Makefile

Log Message:
py-matrix-nio: Not for python38.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/py-matrix-nio/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-matrix-nio/Makefile
diff -u pkgsrc/chat/py-matrix-nio/Makefile:1.4 pkgsrc/chat/py-matrix-nio/Makefile:1.5
--- pkgsrc/chat/py-matrix-nio/Makefile:1.4      Sun Feb 11 19:46:01 2024
+++ pkgsrc/chat/py-matrix-nio/Makefile  Mon Feb 12 11:48:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/02/11 19:46:01 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/02/12 11:48:50 jperkin Exp $
 
 DISTNAME=      matrix_nio-0.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -27,7 +27,7 @@ DEPENDS+=     ${PYPKGPREFIX}-peewee>=3.14.4:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index