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 7BDED15807B for ; Mon, 28 Oct 2024 19:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84FD5E08C0; Mon, 28 Oct 2024 19:44:38 +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 6EF11E08C0 for ; Mon, 28 Oct 2024 19:44:38 +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 B1EFC343136 for ; Mon, 28 Oct 2024 19:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C68A17CC for ; Mon, 28 Oct 2024 19:44:36 +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: <1730144673.1b6d1a4ed85c98d75a4a43b2f12adc7d8b7da7a8.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.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.14.0_alpha1-r100.ebuild dev-lang/python/python-3.14.0_alpha1.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1b6d1a4ed85c98d75a4a43b2f12adc7d8b7da7a8 X-VCS-Branch: master Date: Mon, 28 Oct 2024 19:44:36 +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: 64500809-bc70-4090-b222-4fcf55052d92 X-Archives-Hash: 04290f8bd24b03bc5da9ab8c72aa4208 commit: 1b6d1a4ed85c98d75a4a43b2f12adc7d8b7da7a8 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 28 19:41:35 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 28 19:44:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6d1a4e dev-lang/python: Reenable test_descr on ppc64 & sparc in 3.12+ These seem to pass, now that we have adjusted the recursion limits. Signed-off-by: Michał Górny gentoo.org> 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.14.0_alpha1-r100.ebuild | 2 -- dev-lang/python/python-3.14.0_alpha1.ebuild | 2 -- 5 files changed, 10 deletions(-) diff --git a/dev-lang/python/python-3.12.7_p1.ebuild b/dev-lang/python/python-3.12.7_p1.ebuild index 2974197033de..2cddd9127640 100644 --- a/dev-lang/python/python-3.12.7_p1.ebuild +++ b/dev-lang/python/python-3.12.7_p1.ebuild @@ -257,7 +257,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -274,7 +273,6 @@ src_configure() { -x test_multiprocessing_spawn -x test_ctypes - -x test_descr -x test_gdb # bug 931908 -x test_exceptions diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 1f5ed60753e7..5b4fc2bc5e2f 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -292,7 +292,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -309,7 +308,6 @@ src_configure() { -x test_multiprocessing_spawn -x test_ctypes - -x test_descr -x test_gdb # bug 931908 -x test_exceptions diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index 73ccf7611da4..61d4267eba89 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -294,7 +294,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -311,7 +310,6 @@ src_configure() { -x test_multiprocessing_spawn -x test_ctypes - -x test_descr -x test_gdb # bug 931908 -x test_exceptions diff --git a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild index 2edb51dbfdd7..25a61ad66e60 100644 --- a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild @@ -293,7 +293,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -310,7 +309,6 @@ src_configure() { -x test_multiprocessing_spawn -x test_ctypes - -x test_descr -x test_gdb # bug 931908 -x test_exceptions diff --git a/dev-lang/python/python-3.14.0_alpha1.ebuild b/dev-lang/python/python-3.14.0_alpha1.ebuild index 425b8f14734a..e246301ecf77 100644 --- a/dev-lang/python/python-3.14.0_alpha1.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1.ebuild @@ -295,7 +295,6 @@ src_configure() { ;; powerpc64-*) # big endian COMMON_TEST_SKIPS+=( - -x test_descr -x test_gdb ) ;; @@ -312,7 +311,6 @@ src_configure() { -x test_multiprocessing_spawn -x test_ctypes - -x test_descr -x test_gdb # bug 931908 -x test_exceptions