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:   wiz
Date:           Sun Feb 23 16:47:14 UTC 2025

Modified Files:
        pkgsrc/misc/khard: Makefile

Log Message:
khard: no more 3.10 support


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/misc/khard/Makefile:1.40
--- pkgsrc/misc/khard/Makefile:1.39     Mon Oct 14 06:45:53 2024
+++ pkgsrc/misc/khard/Makefile  Sun Feb 23 16:47:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2024/10/14 06:45:53 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/02/23 16:47:14 wiz 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=  39 # py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index