pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/khal



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 07:49:06 UTC 2024

Modified Files:
        pkgsrc/time/khal: Makefile

Log Message:
khal: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/time/khal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/khal/Makefile
diff -u pkgsrc/time/khal/Makefile:1.44 pkgsrc/time/khal/Makefile:1.45
--- pkgsrc/time/khal/Makefile:1.44      Mon Feb 19 11:51:43 2024
+++ pkgsrc/time/khal/Makefile   Sat Aug 10 07:49:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2024/02/19 11:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2024/08/10 07:49:06 adam Exp $
 
 DISTNAME=      khal-0.11.3
 CATEGORIES=    time net python
@@ -32,7 +32,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-packaging-
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-vdirsyncer-[0-9]*:../../time/py-vdirsyncer
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 INSTALLATION_DIRS=     share/doc/khal ${PKGMANDIR}/man1
 REPLACE_PYTHON+=       khal/*/*.py



Home | Main Index | Thread Index | Old Index