pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cpplint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 06:38:24 UTC 2024

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

Log Message:
py-cpplint: comment out test dependencies

This release's testing is broken, perhaps the next one will be better.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-cpplint/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-cpplint/Makefile
diff -u pkgsrc/devel/py-cpplint/Makefile:1.11 pkgsrc/devel/py-cpplint/Makefile:1.12
--- pkgsrc/devel/py-cpplint/Makefile:1.11       Sun May  5 21:21:02 2024
+++ pkgsrc/devel/py-cpplint/Makefile    Sat Aug 10 06:38:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/05/05 21:21:02 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/08/10 06:38:24 wiz Exp $
 
 DISTNAME=      cpplint-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,10 +15,11 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
 # tests are broken anyway
+# 196 failed, 12 passed
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-testfixtures-[0-9]*:../../wip/py-testfixtures
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-TEST_DEPENDS+= ${PYPKGPREFIX}-zipp-[0-9]*:../../archivers/py-zipp
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-zipp-[0-9]*:../../archivers/py-zipp
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index