pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-zulip-term
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 06:55:50 UTC 2024
Modified Files:
pkgsrc/chat/py-zulip-term: Makefile
Log Message:
py-zulip-term: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-zulip-term/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-zulip-term/Makefile
diff -u pkgsrc/chat/py-zulip-term/Makefile:1.2 pkgsrc/chat/py-zulip-term/Makefile:1.3
--- pkgsrc/chat/py-zulip-term/Makefile:1.2 Mon May 13 13:56:29 2024
+++ pkgsrc/chat/py-zulip-term/Makefile Sat Aug 10 06:55:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/05/13 13:56:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/10 06:55:50 adam Exp $
DISTNAME= zulip-term-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -28,7 +28,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-zulip
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index