From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EEF115808B for ; Fri, 4 Mar 2022 01:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45CBAE0B0A; Fri, 4 Mar 2022 01:26:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C8EBE0B0C for ; Fri, 4 Mar 2022 01:26:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13D79342E22 for ; Fri, 4 Mar 2022 01:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8134D2F9 for ; Fri, 4 Mar 2022 01:26:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646356870.469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/install-qa-check.d/60python-pyc X-VCS-Directories: metadata/install-qa-check.d/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81 X-VCS-Branch: master Date: Fri, 4 Mar 2022 01:26:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07e9d5a4-6948-40de-912d-dc26d38eed6d X-Archives-Hash: c9ded9328004bdaaf5b3dc93daf30b51 commit: 469e6c155e9c022c72e3bcdd0c673d1b6ffa5b81 Author: Sam James gentoo org> AuthorDate: Fri Mar 4 01:20:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 4 01:21:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469e6c15 metadata/install-qa-check.d: update 60python-pyc to refer to Python guide Signed-off-by: Sam James gentoo.org> metadata/install-qa-check.d/60python-pyc | 4 ++-- 1 file 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 }