Mon May 24 09:25:13 2021 UTC ()
py-cpplint: updated to 1.5.5

1.5.5:
Fix 172: Added 'size_t' to typecasts detected by CheckCStyleCast
Fixed wrong CLI help text: Each filter needs + or -
Fix 164: add elif as an exception for CheckSpacingForFunctionCall()
Fix google346: --root option not working on windows due to slashes in path


(adam)
diff -r1.3 -r1.4 pkgsrc/devel/py-cpplint/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-cpplint/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-cpplint/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-cpplint/Makefile 2020/10/03 21:49:21 1.3
+++ pkgsrc/devel/py-cpplint/Makefile 2021/05/24 09:25:13 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2020/10/03 21:49:21 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2021/05/24 09:25:13 adam Exp $
2 2
3DISTNAME= cpplint-1.5.4 3DISTNAME= cpplint-1.5.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cpplint/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cpplint/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/cpplint/cpplint 9HOMEPAGE= https://github.com/cpplint/cpplint
10COMMENT= Static code checker for C++ 10COMMENT= Static code checker for C++
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 13BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
14TEST_DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing 14TEST_DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
16#TEST_DEPENDS+= ${PYPKGPREFIX}-testfixtures-[0-9]*:../../devel/py-testfixtures 16#TEST_DEPENDS+= ${PYPKGPREFIX}-testfixtures-[0-9]*:../../devel/py-testfixtures

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-cpplint/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-cpplint/distinfo 2020/10/03 21:49:21 1.2
+++ pkgsrc/devel/py-cpplint/distinfo 2021/05/24 09:25:13 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/10/03 21:49:21 adam Exp $ 1$NetBSD: distinfo,v 1.3 2021/05/24 09:25:13 adam Exp $
2 2
3SHA1 (cpplint-1.5.4.tar.gz) = b83b97ed38e6ef3c2dd8d206b629c958e12d35c0 3SHA1 (cpplint-1.5.5.tar.gz) = 8ef01f10725721a0465cc1eff6a2f3cccebe534e
4RMD160 (cpplint-1.5.4.tar.gz) = 4e828a1122f5a6797e23d877378fcef4a1545670 4RMD160 (cpplint-1.5.5.tar.gz) = d8b6079731245265fdf332a1ee9c959adaba9603
5SHA512 (cpplint-1.5.4.tar.gz) = 13bd71295939c0d3753600df8798f15fb1a3c10f1c7e3d2fda894ef7126d1720bfd15a76dc37520618d793a528cdcf62d4f118d2eb6204cc6b84f70734418839 5SHA512 (cpplint-1.5.5.tar.gz) = 6f5148f5be2fba9e290a2e83a13943bed2d5d388f20c1e4efcc4eb832e905e71afc6ac074cd9553a7dbfeeb527c2759c3281a1243a0d8ce93a2082253d83ebf0
6Size (cpplint-1.5.4.tar.gz) = 359495 bytes 6Size (cpplint-1.5.5.tar.gz) = 361348 bytes