pkgcheck.checks.imlate module

class pkgcheck.checks.imlate.ImlateCheck(*args, stable_arches_addon=None)[source]

Bases: Check

Scan for ebuilds that are lagging in stabilization.

feed(pkgset)[source]

Handle functionality against the passed in item.

known_results = frozenset({<class 'pkgcheck.checks.imlate.LaggingStable'>, <class 'pkgcheck.checks.imlate.PotentialStable'>})
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.

required_addons = (<class 'pkgcheck.addons.StableArchesAddon'>,)
scope = <PackageScope desc='package' @0x7f4ee7e994d0>
class pkgcheck.checks.imlate.LaggingStable(slot, stable, keywords, **kwargs)[source]

Bases: VersionResult, Info

Stable arches for stabilized package that are lagging from a stabling standpoint.

property desc

Result description.

name = 'LaggingStable'
class pkgcheck.checks.imlate.PotentialStable(slot, stable, keywords, **kwargs)[source]

Bases: VersionResult, Info

Stable arches with potential stable package candidates.

property desc

Result description.

name = 'PotentialStable'