pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-codespell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 16 19:31:18 UTC 2026

Modified Files:
        pkgsrc/devel/py-codespell: Makefile

Log Message:
py-codespell: add some test dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-codespell/Makefile

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

Modified files:

Index: pkgsrc/devel/py-codespell/Makefile
diff -u pkgsrc/devel/py-codespell/Makefile:1.20 pkgsrc/devel/py-codespell/Makefile:1.21
--- pkgsrc/devel/py-codespell/Makefile:1.20     Thu Jul 16 06:05:03 2026
+++ pkgsrc/devel/py-codespell/Makefile  Thu Jul 16 19:31:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2026/07/16 06:05:03 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2026/07/16 19:31:18 wiz Exp $
 
 DISTNAME=      codespell-2.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,9 @@ LICENSE=      gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-dependency-[0-9]*:../../devel/py-test-dependency
 
 USE_LANGUAGES= # none
 
@@ -22,8 +24,7 @@ REPLACE_BASH+=        tools/gen_OX.sh
 PY_RENAME_BINARIES=    codespell
 
 # test status as of 2.4.3
-# 1 error
-# https://github.com/codespell-project/codespell/issues/3977
+# 3 failed, 122 passed, 17 skipped
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index