diff options
Diffstat (limited to 'metadata/install-qa-check.d/60python-site')
| -rw-r--r-- | metadata/install-qa-check.d/60python-site | 6 |
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> |
