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:   jperkin
Date:           Mon May 13 13:56:30 UTC 2024

Modified Files:
        pkgsrc/chat/py-zulip-term: Makefile

Log Message:
py-zulip-term: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/chat/py-zulip-term/Makefile:1.2
--- pkgsrc/chat/py-zulip-term/Makefile:1.1      Mon May 13 09:50:14 2024
+++ pkgsrc/chat/py-zulip-term/Makefile  Mon May 13 13:56:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/13 09:50:14 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/13 13:56:29 jperkin 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
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index