./devel/py-cpplint, Static code checker for C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.6.1nb1, Package name: py312-cpplint-1.6.1nb1, Maintainer: pkgsrc-users

Cpplint is a command-line tool to check C/C++ files for style issues
following Google's C++ style guide. Cpplint is developed and
maintained by Google Inc.

While Google maintains cpplint, Google is not (very) responsive to
issues and pull requests, this fork aims to be (somewhat) more open
to add fixes to cpplint to enable fixes, when those fixes make
cpplint usable in wider contexts.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 355.944 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-08-10 08:38:24 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-cpplint: comment out test dependencies

This release's testing is broken, perhaps the next one will be better.
   2024-05-05 23:21:02 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-cpplint: convert to wheel.mk.

Bump PKGREVISION.
   2023-01-20 15:05:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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"
   2022-07-11 10:48:49 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-cpplint: restrict to python3

some cleanups
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-10 00:18:58 by Thomas Klausner | Files touched by this commit (4)
Log message:
*: convert pip users to lang/python/versioned_dependencies.mk