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 542E1158042 for ; Wed, 16 Oct 2024 15:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A22E8E07B3; Wed, 16 Oct 2024 15:53:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8D3EDE07B3 for ; Wed, 16 Oct 2024 15:53:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CED58342FA0 for ; Wed, 16 Oct 2024 15:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43B9F11DF for ; Wed, 16 Oct 2024 15:53:21 +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: <1729092716.fc8b4b98c7c7dd6f349d319c6352dbe57645ffd5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/python-3.10.15_p1.ebuild dev-lang/python/python-3.11.10_p1.ebuild dev-lang/python/python-3.12.7_p1.ebuild dev-lang/python/python-3.13.0-r100.ebuild dev-lang/python/python-3.13.0.ebuild dev-lang/python/python-3.8.20_p2.ebuild dev-lang/python/python-3.9.20_p1.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fc8b4b98c7c7dd6f349d319c6352dbe57645ffd5 X-VCS-Branch: master Date: Wed, 16 Oct 2024 15:53:21 +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: 3ba0a7ee-974d-4966-b2cd-d568ded064e3 X-Archives-Hash: 1a3932527762a091c3c3341af90a5175 commit: fc8b4b98c7c7dd6f349d319c6352dbe57645ffd5 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 16 15:31:56 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 16 15:31:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8b4b98 dev-lang/python: Override TMPDIR to reduce risk of test failures Signed-off-by: Michał Górny gentoo.org> dev-lang/python/python-3.10.15_p1.ebuild | 2 ++ dev-lang/python/python-3.11.10_p1.ebuild | 2 ++ dev-lang/python/python-3.12.7_p1.ebuild | 2 ++ dev-lang/python/python-3.13.0-r100.ebuild | 2 ++ dev-lang/python/python-3.13.0.ebuild | 2 ++ dev-lang/python/python-3.8.20_p2.ebuild | 1 + dev-lang/python/python-3.9.20_p1.ebuild | 2 ++ 7 files changed, 13 insertions(+) diff --git a/dev-lang/python/python-3.10.15_p1.ebuild b/dev-lang/python/python-3.10.15_p1.ebuild index d17f9d379036..e585b9e454a9 100644 --- a/dev-lang/python/python-3.10.15_p1.ebuild +++ b/dev-lang/python/python-3.10.15_p1.ebuild @@ -459,6 +459,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp fi # also need to clear the flags explicitly here or they end up @@ -493,6 +494,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.11.10_p1.ebuild b/dev-lang/python/python-3.11.10_p1.ebuild index 7e4af08d8e21..3fc2272abc67 100644 --- a/dev-lang/python/python-3.11.10_p1.ebuild +++ b/dev-lang/python/python-3.11.10_p1.ebuild @@ -469,6 +469,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp fi # also need to clear the flags explicitly here or they end up @@ -508,6 +509,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.12.7_p1.ebuild b/dev-lang/python/python-3.12.7_p1.ebuild index 16691eb29cef..9c7d3c48d9a7 100644 --- a/dev-lang/python/python-3.12.7_p1.ebuild +++ b/dev-lang/python/python-3.12.7_p1.ebuild @@ -466,6 +466,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp fi # also need to clear the flags explicitly here or they end up @@ -505,6 +506,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 198705beb734..6c37fb5a26d7 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -513,6 +513,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp fi # also need to clear the flags explicitly here or they end up @@ -552,6 +553,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index ffd6571fce4b..6dcbf03f0712 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -514,6 +514,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp fi # also need to clear the flags explicitly here or they end up @@ -553,6 +554,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.8.20_p2.ebuild b/dev-lang/python/python-3.8.20_p2.ebuild index 3d8191354d82..7510f63d792b 100644 --- a/dev-lang/python/python-3.8.20_p2.ebuild +++ b/dev-lang/python/python-3.8.20_p2.ebuild @@ -387,6 +387,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.9.20_p1.ebuild b/dev-lang/python/python-3.9.20_p1.ebuild index 8ef53f8d24dd..3113665f544f 100644 --- a/dev-lang/python/python-3.9.20_p1.ebuild +++ b/dev-lang/python/python-3.9.20_p1.ebuild @@ -445,6 +445,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp fi # also need to clear the flags explicitly here or they end up @@ -479,6 +480,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty