2025-01-20 14:22:19 by Adam Ciarcinski | Files touched by this commit (3) |  |
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.
|
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) |  |
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
|
2021-11-01 19:58:33 by Thomas Klausner | Files touched by this commit (6) |
Log message:
*: convert dependencies of py-pyparsing to versioned_dependencies.mk
|