pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/khard



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 06:52:27 UTC 2024

Modified Files:
        pkgsrc/misc/khard: Makefile

Log Message:
khard: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/misc/khard/Makefile

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

Modified files:

Index: pkgsrc/misc/khard/Makefile
diff -u pkgsrc/misc/khard/Makefile:1.37 pkgsrc/misc/khard/Makefile:1.38
--- pkgsrc/misc/khard/Makefile:1.37     Thu Dec  7 08:18:20 2023
+++ pkgsrc/misc/khard/Makefile  Sat Aug 10 06:52:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2023/12/07 08:18:20 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/08/10 06:52:26 adam Exp $
 
 DISTNAME=      khard-0.19.1
 CATEGORIES=    misc net python
@@ -19,7 +19,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-autoapi-[0-9]*:../../textproc/py-sphinx-autoapi
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-autodoc-typehints>=1.10:../../textproc/py-sphinx-autodoc-typehints
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index