Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/
Date: Fri, 04 Mar 2022 01:26:16
Message-Id: 1646356870.469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81.sam@gentoo
1 commit: 469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 01:20:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 01:21:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469e6c15
7
8 metadata/install-qa-check.d: update 60python-pyc to refer to Python guide
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 metadata/install-qa-check.d/60python-pyc | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/metadata/install-qa-check.d/60python-pyc b/metadata/install-qa-check.d/60python-pyc
16 index e112cdce348b..fee033042a3a 100644
17 --- a/metadata/install-qa-check.d/60python-pyc
18 +++ b/metadata/install-qa-check.d/60python-pyc
19 @@ -1,4 +1,4 @@
20 -# Copyright 2019-2021 Gentoo Authors
21 +# Copyright 2019-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # QA check: ensure that Python modules are compiled after installing
25 @@ -75,7 +75,7 @@ if [[ ${EAPI} == [6-7] ]]; then
26 eqawarn "Please either fix the upstream build system to byte-compile Python modules"
27 eqawarn "correctly, or call python_optimize after installing them. For more"
28 eqawarn "information, see:"
29 - eqawarn "https://wiki.gentoo.org/wiki/Project:Python/Byte_compiling"
30 + eqawarn "https://projects.gentoo.org/python/guide/helper.html#byte-compiling-python-modules"
31 eqawarn
32 fi
33 }