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:   adam
Date:           Sat Aug 10 06:54:57 UTC 2024

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

Log Message:
py-zulip: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/chat/py-zulip/Makefile:1.3
--- pkgsrc/chat/py-zulip/Makefile:1.2   Mon May 13 13:56:04 2024
+++ pkgsrc/chat/py-zulip/Makefile       Sat Aug 10 06:54:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/05/13 13:56:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/10 06:54:57 adam 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 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-matrix-nio -> py-peewee -> py-sphinx
 
 REPLACE_PYTHON+=       integrations/*.py
 REPLACE_PYTHON+=       integrations/*/*



Home | Main Index | Thread Index | Old Index