commit: 3ab456f60d321f2f70b12070e51cb043840b0d61 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 15:35:17 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 00:54:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab456f6
metadata/install-qa-check.d: Update comment in 60python-site Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/41573 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> metadata/install-qa-check.d/60python-site | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/metadata/install-qa-check.d/60python-site b/metadata/install-qa-check.d/60python-site index e4997ae2ebd6..e4c2c875ca0f 100644 --- a/metadata/install-qa-check.d/60python-site +++ b/metadata/install-qa-check.d/60python-site @@ -2,6 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # QA checks related to site-packages directory: +# - files installed top-level instead of into site-packages +# - bad/unknown package versions +# - deprecated .egg files +# - stray files in top-level site-packages directory +# - forbidden top-level package names ("test" and so on) +# - extensions compiled for wrong Python implementation # - missing, mismatched or stray .pyc files # Maintainer: Python project <[email protected]>
