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: Fri Jan 20 14:05:16 UTC 2023
Modified Files:
pkgsrc/devel/py-cpplint: Makefile distinfo
Log Message:
py-cpplint: updated to 1.6.1
1.6.1 (2022-08-20)
Fix 195 Fix post increment/decrement operator causing a false positive.
Fix 202 .hh files should not be considered sytem headers
Fix 207 Python2 incompatibility for loading CPPLINT.cfg file
Fix 184 NOLINT(clang-analyzer) comments should not cause warnings
1.6.0 (2022-02-19)
Fix 188: "Include the directory when naming header files" also for header files with other names like "*.hpp"
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-cpplint/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cpplint/distinfo
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.9 pkgsrc/devel/py-cpplint/Makefile:1.10
--- pkgsrc/devel/py-cpplint/Makefile:1.9 Mon Jul 11 08:48:48 2022
+++ pkgsrc/devel/py-cpplint/Makefile Fri Jan 20 14:05:16 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/07/11 08:48:48 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/01/20 14:05:16 adam Exp $
-DISTNAME= cpplint-1.5.5
+DISTNAME= cpplint-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cpplint/}
@@ -11,7 +10,7 @@ HOMEPAGE= https://github.com/cpplint/cpp
COMMENT= Static code checker for C++
LICENSE= modified-bsd
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
Index: pkgsrc/devel/py-cpplint/distinfo
diff -u pkgsrc/devel/py-cpplint/distinfo:1.6 pkgsrc/devel/py-cpplint/distinfo:1.7
--- pkgsrc/devel/py-cpplint/distinfo:1.6 Mon Jul 11 08:48:48 2022
+++ pkgsrc/devel/py-cpplint/distinfo Fri Jan 20 14:05:16 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2022/07/11 08:48:48 wiz Exp $
+$NetBSD: distinfo,v 1.7 2023/01/20 14:05:16 adam Exp $
-BLAKE2s (cpplint-1.5.5.tar.gz) = dff23a9926a84bda664ac8fb9fc928839f7c289ec9711b1f3a7c9f276aee9e71
-SHA512 (cpplint-1.5.5.tar.gz) = 6f5148f5be2fba9e290a2e83a13943bed2d5d388f20c1e4efcc4eb832e905e71afc6ac074cd9553a7dbfeeb527c2759c3281a1243a0d8ce93a2082253d83ebf0
-Size (cpplint-1.5.5.tar.gz) = 361348 bytes
+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
Home |
Main Index |
Thread Index |
Old Index