pkgcore / pkgcheck

pkgcore-based QA utility for ebuild repos
https://pkgcore.github.io/pkgcheck
BSD 3-Clause "New" or "Revised" License
34 stars 29 forks source link

[New Check]: Redundant PYPI_PN #662

Open mgorny opened 4 months ago

mgorny commented 4 months ago

Is there an existing such new check request for this?

Explain

Detect when the ebuild declares PYPI_PN that's equal to PN. Could happen e.g. after we do a pkgmove.

Examples

dev-python/python3-discogs-client as of gentoo/gentoo@c8ea8ee7eb1c162b05e64a1a175416ac79a30142.

Output message

PYPI_PN is equal to PN and can be removed

Documentation

No response

Result level

style