pkgcheck.feeds module¶
Feed functionality used by checks.
- class pkgcheck.feeds.EvaluateDepSet(*args, profile_addon)[source]¶
Bases:
Feed
- scope = <PackageScope desc='version' @0x7fc9bedc9290>¶
- class pkgcheck.feeds.Feed(options, **kwargs)[source]¶
Bases:
Addon
Base template for addon iterating over an item feed.
- Variables:
scope – scope relative to the package repository the check runs under
source – source of feed items
- property source¶
- class pkgcheck.feeds.QueryCache(options)[source]¶
Bases:
Feed
- static mangle_argparser(parser)[source]¶
Add extra options and/or groups to the argparser.
This hook is always triggered, even if the checker is not activated (because it runs before the commandline is parsed).
- Parameters:
parser – an C{argparse.ArgumentParser} instance.
- scope = <PackageScope desc='version' @0x7fc9bedc9290>¶