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 0E69F15812D for ; Sat, 04 Jan 2025 20:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33EF6E070D; Sat, 04 Jan 2025 20:12:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1EC02E070D for ; Sat, 04 Jan 2025 20:12:21 +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 5E61A340813 for ; Sat, 04 Jan 2025 20:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE34C1954 for ; Sat, 04 Jan 2025 20:12:18 +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: <1736021535.c6859e211d23600226e65ffd13cc1eca00945b19.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.16_p1.ebuild dev-lang/python/python-3.14.0_alpha3-r100.ebuild dev-lang/python/python-3.14.0_alpha3.ebuild dev-lang/python/python-3.8.20_p6.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c6859e211d23600226e65ffd13cc1eca00945b19 X-VCS-Branch: master Date: Sat, 04 Jan 2025 20:12:18 +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: ad7597d8-c8af-4b3a-9b94-e7df54bb5263 X-Archives-Hash: f91d25c4ab351288bea6e9d25460c972 commit: c6859e211d23600226e65ffd13cc1eca00945b19 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 4 19:48:07 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 4 20:12:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6859e21 dev-lang/python: Sync TMPDIR declarations between all slots Signed-off-by: Michał Górny gentoo.org> dev-lang/python/python-3.10.16_p1.ebuild | 6 +++--- dev-lang/python/python-3.14.0_alpha3-r100.ebuild | 4 ++-- dev-lang/python/python-3.14.0_alpha3.ebuild | 2 ++ dev-lang/python/python-3.8.20_p6.ebuild | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-lang/python/python-3.10.16_p1.ebuild b/dev-lang/python/python-3.10.16_p1.ebuild index e517b6f34685..dd7d24368cdb 100644 --- a/dev-lang/python/python-3.10.16_p1.ebuild +++ b/dev-lang/python/python-3.10.16_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -460,7 +460,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= - local -x TMPDIR=/tmp + local -x TMPDIR=/var/tmp fi # also need to clear the flags explicitly here or they end up @@ -495,7 +495,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= - local -x TMPDIR=/tmp + local -x TMPDIR=/var/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.14.0_alpha3-r100.ebuild b/dev-lang/python/python-3.14.0_alpha3-r100.ebuild index 21c55d5918be..2abe01749d3a 100644 --- a/dev-lang/python/python-3.14.0_alpha3-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha3-r100.ebuild @@ -491,7 +491,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= - local -x TMPDIR=/tmp + local -x TMPDIR=/var/tmp fi # also need to clear the flags explicitly here or they end up @@ -531,7 +531,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= - local -x TMPDIR=/tmp + local -x TMPDIR=/var/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.14.0_alpha3.ebuild b/dev-lang/python/python-3.14.0_alpha3.ebuild index 99f79f8826ba..f4da576cf95f 100644 --- a/dev-lang/python/python-3.14.0_alpha3.ebuild +++ b/dev-lang/python/python-3.14.0_alpha3.ebuild @@ -493,6 +493,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/var/tmp fi # also need to clear the flags explicitly here or they end up @@ -532,6 +533,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= + local -x TMPDIR=/var/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty diff --git a/dev-lang/python/python-3.8.20_p6.ebuild b/dev-lang/python/python-3.8.20_p6.ebuild index 30902688c76f..dae2a29223e3 100644 --- a/dev-lang/python/python-3.8.20_p6.ebuild +++ b/dev-lang/python/python-3.8.20_p6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -388,7 +388,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= - local -x TMPDIR=/tmp + local -x TMPDIR=/var/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty