pkgcheck icon indicating copy to clipboard operation
pkgcheck copied to clipboard

pkgcore-based QA utility for ebuild repos

Results 166 pkgcheck issues
Sort by recently updated
recently updated
newest added

Could we detect when a restrict attribute in is redundant because it applies to all or no versions in tree? ``` ~/git/gentoo/app-eselect/eselect-postgresql $ ls -1 | grep ebuild eselect-postgresql-2.4.ebuild ```...

check

Suggested on IRC. Once all ebuilds stop depending on the deprecated package, it'd be nice to have another report telling us we can lastrite it already. I suppose you'd want...

check
rev-dep cache

cleanup seems to do some of the work, but I don't think it checks to see if a particular version is needed by other packages. The aim is to get...

check

This is very helpful to do when doing keywording work. You don't want to have to scan the whole tree just to find revdeps with keyword problems. And I've found...

`RedundantVersion` does not check if package is really redundant with respect to it's reverse dependencies: ``` $ pkgcheck scan dev-util/radare2 dev-util/radare2 UnstableOnly: for arches: [ amd64, arm, arm64, x86 ],...

rev-dep cache

A revdeps cache would be helpful for many potential checks (or making others work as expected) as seen in other issues.

enhancement
rev-dep cache

Currently it appears overlay scans use a set of profiles per repo they relate to. For example, if an overlay depends on the gentoo repo, then a set of profiles...

bug

Currently the situation is mostly ignored by applying only the target repos masks across all repos. Instead the masks should be applied only to their related repos.

bug

It should output warnings related to docutils log output. Note that this will have to override the current multiline string field handling to use _tag_multiline_rst() instead of _tag_multiline_str() in some...

check

Having access to more colors would be nice for result levels and possible user-configurable FancyReporter output theming in the future.

enhancement