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:   adam
Date:           Mon Jan 20 13:22:19 UTC 2025

Modified Files:
        pkgsrc/devel/py-cpplint: Makefile distinfo
Removed Files:
        pkgsrc/devel/py-cpplint/patches: patch-test-requirements

Log Message:
py-cpplint: updated to 2.0.0

2.0.0

Python 2 and 3.7 are no longer supported. Python 3.12 support was added along with fixed CI for 3.8, courtesy of @jayvdb
As a result of all this, setup.py's lint subcommand was removed. Please run the commands directly instead.

Lots of refactoring , bug fixes, and updates to be more in line with latest C++ and Google style standards.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-cpplint/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-cpplint/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/py-cpplint/patches/patch-test-requirements

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.13 pkgsrc/devel/py-cpplint/Makefile:1.14
--- pkgsrc/devel/py-cpplint/Makefile:1.13       Mon Nov 11 07:28:05 2024
+++ pkgsrc/devel/py-cpplint/Makefile    Mon Jan 20 13:22:18 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2024/11/11 07:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/01/20 13:22:18 adam Exp $
 
-DISTNAME=      cpplint-1.6.1
+DISTNAME=      cpplint-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cpplint/}
 
@@ -12,15 +11,10 @@ COMMENT=    Static code checker for C++
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-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
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-testfixtures-[0-9]*:../../wip/py-testfixtures
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/devel/py-cpplint/distinfo
diff -u pkgsrc/devel/py-cpplint/distinfo:1.7 pkgsrc/devel/py-cpplint/distinfo:1.8
--- pkgsrc/devel/py-cpplint/distinfo:1.7        Fri Jan 20 14:05:16 2023
+++ pkgsrc/devel/py-cpplint/distinfo    Mon Jan 20 13:22:18 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/01/20 14:05:16 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/01/20 13:22:18 adam Exp $
 
-BLAKE2s (cpplint-1.6.1.tar.gz) = 50c9f69d80f26156255474353beed36e8c61c0c9027c0c437ed00864dbd00de2
-SHA512 (cpplint-1.6.1.tar.gz) = 22d7b18be5386ec6203aed090f8805fe671b57f6da56f451e77f98bfaf294a152d6f91bf286fa173ebe56016ff0553f4818a261beb727be0c5ce5996495b43c5
-Size (cpplint-1.6.1.tar.gz) = 364487 bytes
-SHA1 (patch-test-requirements) = a4bb24dc8a5f069772d6ed1296dedbcf001a046f
+BLAKE2s (cpplint-2.0.0.tar.gz) = 9ad862f3bf8113dbbc4c71a5fa7d86f53517a7fc251c3f5067b617f6bc647dc8
+SHA512 (cpplint-2.0.0.tar.gz) = 4a3d53ca3e26b9f68ba55348c622e95547bf5a75f06a91a2787a9b2459bd4381ea1b3170d5b83c14f8cfb9981de1514c41a41aecd03516ab3ac0157291269844
+Size (cpplint-2.0.0.tar.gz) = 372823 bytes



Home | Main Index | Thread Index | Old Index