summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-04 01:20:34 +0000
committerSam James <sam@gentoo.org>2022-03-04 01:21:10 +0000
commit469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81 (patch)
tree7161cccb653b9658ca8983509a4ea52ff2a81b93 /metadata/install-qa-check.d
parentmetadata/install-qa-check.d: fix 60gtk-doc-paths check for EAPI 7+ (diff)
downloadgentoo-469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81.tar.gz
gentoo-469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81.tar.bz2
gentoo-469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81.zip
metadata/install-qa-check.d: update 60python-pyc to refer to Python guide
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'metadata/install-qa-check.d')
-rw-r--r--metadata/install-qa-check.d/60python-pyc4
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/install-qa-check.d/60python-pyc b/metadata/install-qa-check.d/60python-pyc
index e112cdce348b..fee033042a3a 100644
--- a/metadata/install-qa-check.d/60python-pyc
+++ b/metadata/install-qa-check.d/60python-pyc
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# QA check: ensure that Python modules are compiled after installing
@@ -75,7 +75,7 @@ if [[ ${EAPI} == [6-7] ]]; then
eqawarn "Please either fix the upstream build system to byte-compile Python modules"
eqawarn "correctly, or call python_optimize after installing them. For more"
eqawarn "information, see:"
- eqawarn "https://wiki.gentoo.org/wiki/Project:Python/Byte_compiling"
+ eqawarn "https://projects.gentoo.org/python/guide/helper.html#byte-compiling-python-modules"
eqawarn
fi
}