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: adam
Date: Sat Aug 10 06:53:52 UTC 2024
Modified Files:
pkgsrc/chat/py-matrix-nio: Makefile
Log Message:
py-matrix-nio: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/chat/py-matrix-nio/Makefile:1.6
--- pkgsrc/chat/py-matrix-nio/Makefile:1.5 Mon Feb 12 11:48:50 2024
+++ pkgsrc/chat/py-matrix-nio/Makefile Sat Aug 10 06:53:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/02/12 11:48:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/10 06:53:52 adam 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 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-peewee -> py-sphinx
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index