Add py-awscli-plugin-logs-tail: CloudWatch Logs tail command plugin for AWS CLI
This plugin is a backport of the tail command added in AWS CLI v2.
To enable the plugin:
$ cat .aws/config
[plugins]
logs_tail = awscli_plugin_logs_tail
Assuming the plugin is registered:
$ aws logs tail LOG_GROUP_NAME
pkgtools/pkglint: update to 23.11.0
Changes since 23.10.0:
Don't complain about ignored files in patches/.
Don't check for deprecated variables outside pkgsrc.
Warn about unusual single-character variables.
Fix parsing of the ':!cmd!', ':S' and ':C' modifiers.
Don't simplify unsatisfiable 'empty(VAR:M)' condition.
Fix contradictory warnings about GMAKE_REQD, which is not a list,
even though it follows the naming convention for list variables.
Treat hyphens in package versions as errors, as the full package name
"pkgbase-3g-7.4" is ambiguous, as the version could either start with
[2 lines not shown]
devel/feluda: import package
Feluda is a Rust-based command-line tool that analyzes the dependencies of a
project, notes down their licenses, and flags any permissions that restrict
personal or commercial usage.
Features:
- Parse your project to identify dependencies and their licenses.
- Classify licenses into permissive, restrictive, or unknown categories.
- Flag dependencies with licenses that may restrict personal or commercial use.
- Output results in plain text, JSON or TUI formats. There's also a gist format
which is available in strict mode to output a single line only.
py-flufl.lock: updated to 8.1.0
8.1 (2024-03-30)
Add support for Python 3.12.
Switch to hatch, replacing pdm and tox.
Switch to ruff from blue and isort.
8.0.2 (2023-07-21)
Update dependencies.
Other minor improvements and cleanups.
8.0.1 (2023-06-22)
Minor documentation fix.
8.0 (2023-06-21)
[7 lines not shown]
py-flufl.i18n: updated to 5.1.0
5.1 (2024-03-30)
Add support for Python 3.12.
Switch to hatch, replacing pdm and tox.
Switch to ruff from blue and isort.
5.0.2 (2023-07-21)
Update dependencies.
Other minor improvements and cleanups.
5.0.1 (2023-06-13)
Fix the build backend.
5.0 (unreleased)
[3 lines not shown]
py-sybil: added version 9.0.0
This library provides a way to check examples in your code and documentation by
parsing them from their source and evaluating the parsed examples as part of
your normal test run. Integration is provided for the main Python test runners.
math/R: supply custom LDFLAGS, so that libR.so is picked up.
Resolves build problem on NetBSD/amd64 (and probably many more).
Thanks to wiz@ for the fix, ref. tech-pkg@.