pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-zulip



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 13 13:56:04 UTC 2024

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

Log Message:
py-zulip: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/py-zulip/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/Makefile
diff -u pkgsrc/chat/py-zulip/Makefile:1.1 pkgsrc/chat/py-zulip/Makefile:1.2
--- pkgsrc/chat/py-zulip/Makefile:1.1   Mon May 13 09:49:10 2024
+++ pkgsrc/chat/py-zulip/Makefile       Mon May 13 13:56:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/13 09:49:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/13 13:56:04 jperkin Exp $
 
 DISTNAME=      zulip-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ DEPENDS+=     ${PYPKGPREFIX}-requests>=0.12.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 REPLACE_PYTHON+=       integrations/*.py
 REPLACE_PYTHON+=       integrations/*/*



Home | Main Index | Thread Index | Old Index