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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7984E158042 for ; Mon, 21 Oct 2024 15:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA329E0980; Mon, 21 Oct 2024 15:12:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94155E0980 for ; Mon, 21 Oct 2024 15:12:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5FCA34301D for ; Mon, 21 Oct 2024 15:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F41201F45 for ; Mon, 21 Oct 2024 15:12:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1729523532.3e92382017cefa2d1d2a08620a57f9d2f1afae81.mgorny@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-site X-VCS-Directories: metadata/install-qa-check.d/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e92382017cefa2d1d2a08620a57f9d2f1afae81 X-VCS-Branch: master Date: Mon, 21 Oct 2024 15:12:15 +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: 90edafb1-0e72-4a98-b185-bc9dbde3305b X-Archives-Hash: ab1668bc5201228177295a06e0b9a5b6 commit: 3e92382017cefa2d1d2a08620a57f9d2f1afae81 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 20 15:36:01 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 21 15:12:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e923820 install-qa-check.d: Exclude dev-lang/pypy from checks Pull-Request: https://github.com/gentoo/gentoo/pull/39042 Signed-off-by: Michał Górny gentoo.org> metadata/install-qa-check.d/60python-site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/install-qa-check.d/60python-site b/metadata/install-qa-check.d/60python-site index 1a4ee0ca9f4e..cd58fa3a5937 100644 --- a/metadata/install-qa-check.d/60python-site +++ b/metadata/install-qa-check.d/60python-site @@ -53,7 +53,7 @@ python_site_check() { # check for packages installing outside site-packages case ${CATEGORY}/${PN} in - dev-lang/python|dev-lang/python-freethreading|dev-python/pypy*|dev-python/python-tests) + dev-lang/pypy|dev-lang/python|dev-python/pypy*|dev-python/python-tests) ;; *) while IFS= read -d $'\0' -r f; do