summaryrefslogtreecommitdiff
path: root/metadata/install-qa-check.d/60python-site
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-04-13 17:35:17 +0200
committerMichał Górny <mgorny@gentoo.org>2025-04-16 02:54:31 +0200
commit3ab456f60d321f2f70b12070e51cb043840b0d61 (patch)
tree48cba5f9922e4548342eb0a596671fb882745507 /metadata/install-qa-check.d/60python-site
parentf91d60f3961bc3a5f69dd629db9c299d5429f9ce (diff)
downloadgentoo-3ab456f60d321f2f70b12070e51cb043840b0d61.tar.gz
gentoo-3ab456f60d321f2f70b12070e51cb043840b0d61.tar.bz2
gentoo-3ab456f60d321f2f70b12070e51cb043840b0d61.zip
metadata/install-qa-check.d: Update comment in 60python-site
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/41573 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'metadata/install-qa-check.d/60python-site')
-rw-r--r--metadata/install-qa-check.d/60python-site6
1 files changed, 6 insertions, 0 deletions
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 <python@gentoo.org>