From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1644256-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 433B115817D for <garchives@archives.gentoo.org>; Tue, 18 Jun 2024 01:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 705ABE2A16; Tue, 18 Jun 2024 01:48:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 51CA9E2A16 for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jun 2024 01:48:24 +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 F3E3D335C7A for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jun 2024 01:48:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3411F1C5C for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jun 2024 01:48:21 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1718675057.07e4f5d9a1fc7efcfe49ae59ee6b526dfa3eef90.sam@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.13.0_beta1_p3.ebuild dev-lang/python/python-3.13.0_beta2.ebuild dev-lang/python/python-3.13.0_beta2_p1.ebuild dev-lang/python/python-3.13.0_beta2_p3.ebuild dev-lang/python/python-3.13.0_beta2_p5.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07e4f5d9a1fc7efcfe49ae59ee6b526dfa3eef90 X-VCS-Branch: master Date: Tue, 18 Jun 2024 01:48:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 425ab3d4-0a68-454b-ab52-e69031551f95 X-Archives-Hash: bba1dc8a039877d7206cb3864c599ba6 commit: 07e4f5d9a1fc7efcfe49ae59ee6b526dfa3eef90 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 18 01:43:28 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 01:44:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e4f5d9 dev-lang/python: cleanup musl test skps for py3.13 For py3.13, we already put the musl skips in COMMON_TEST_SKIPS, so we don't need to repeat the same list for PGO. For <py3.13, we haven't got COMMON_TEST_SKIPS (yet?). Fixes: d44d24e0255a08b27d5aad54f431eabb6ee93df9 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/python/python-3.13.0_beta1_p3.ebuild | 16 ---------------- dev-lang/python/python-3.13.0_beta2.ebuild | 16 ---------------- dev-lang/python/python-3.13.0_beta2_p1.ebuild | 16 ---------------- dev-lang/python/python-3.13.0_beta2_p3.ebuild | 16 ---------------- dev-lang/python/python-3.13.0_beta2_p5.ebuild | 16 ---------------- 5 files changed, 80 deletions(-) diff --git a/dev-lang/python/python-3.13.0_beta1_p3.ebuild b/dev-lang/python/python-3.13.0_beta1_p3.ebuild index 792927c05468..c7e6f46cf053 100644 --- a/dev-lang/python/python-3.13.0_beta1_p3.ebuild +++ b/dev-lang/python/python-3.13.0_beta1_p3.ebuild @@ -388,22 +388,6 @@ src_configure() { ;; esac - # musl-specific skips - use elibc_musl && profile_task_flags+=( - # various musl locale deficiencies - -x test__locale - -x test_c_locale_coercion - -x test_locale - -x test_re - - # known issues with find_library on musl - # https://bugs.python.org/issue21622 - -x test_ctypes - - # fpathconf, ttyname errno values - -x test_os - ) - if has_version "app-arch/rpm" ; then # Avoid sandbox failure (attempts to write to /var/lib/rpm) profile_task_flags+=( diff --git a/dev-lang/python/python-3.13.0_beta2.ebuild b/dev-lang/python/python-3.13.0_beta2.ebuild index 792927c05468..c7e6f46cf053 100644 --- a/dev-lang/python/python-3.13.0_beta2.ebuild +++ b/dev-lang/python/python-3.13.0_beta2.ebuild @@ -388,22 +388,6 @@ src_configure() { ;; esac - # musl-specific skips - use elibc_musl && profile_task_flags+=( - # various musl locale deficiencies - -x test__locale - -x test_c_locale_coercion - -x test_locale - -x test_re - - # known issues with find_library on musl - # https://bugs.python.org/issue21622 - -x test_ctypes - - # fpathconf, ttyname errno values - -x test_os - ) - if has_version "app-arch/rpm" ; then # Avoid sandbox failure (attempts to write to /var/lib/rpm) profile_task_flags+=( diff --git a/dev-lang/python/python-3.13.0_beta2_p1.ebuild b/dev-lang/python/python-3.13.0_beta2_p1.ebuild index 792927c05468..c7e6f46cf053 100644 --- a/dev-lang/python/python-3.13.0_beta2_p1.ebuild +++ b/dev-lang/python/python-3.13.0_beta2_p1.ebuild @@ -388,22 +388,6 @@ src_configure() { ;; esac - # musl-specific skips - use elibc_musl && profile_task_flags+=( - # various musl locale deficiencies - -x test__locale - -x test_c_locale_coercion - -x test_locale - -x test_re - - # known issues with find_library on musl - # https://bugs.python.org/issue21622 - -x test_ctypes - - # fpathconf, ttyname errno values - -x test_os - ) - if has_version "app-arch/rpm" ; then # Avoid sandbox failure (attempts to write to /var/lib/rpm) profile_task_flags+=( diff --git a/dev-lang/python/python-3.13.0_beta2_p3.ebuild b/dev-lang/python/python-3.13.0_beta2_p3.ebuild index d8206dba60a4..e8eb51fbd999 100644 --- a/dev-lang/python/python-3.13.0_beta2_p3.ebuild +++ b/dev-lang/python/python-3.13.0_beta2_p3.ebuild @@ -388,22 +388,6 @@ src_configure() { ;; esac - # musl-specific skips - use elibc_musl && profile_task_flags+=( - # various musl locale deficiencies - -x test__locale - -x test_c_locale_coercion - -x test_locale - -x test_re - - # known issues with find_library on musl - # https://bugs.python.org/issue21622 - -x test_ctypes - - # fpathconf, ttyname errno values - -x test_os - ) - if has_version "app-arch/rpm" ; then # Avoid sandbox failure (attempts to write to /var/lib/rpm) profile_task_flags+=( diff --git a/dev-lang/python/python-3.13.0_beta2_p5.ebuild b/dev-lang/python/python-3.13.0_beta2_p5.ebuild index 2b50881a163c..9ae014356562 100644 --- a/dev-lang/python/python-3.13.0_beta2_p5.ebuild +++ b/dev-lang/python/python-3.13.0_beta2_p5.ebuild @@ -388,22 +388,6 @@ src_configure() { ;; esac - # musl-specific skips - use elibc_musl && profile_task_flags+=( - # various musl locale deficiencies - -x test__locale - -x test_c_locale_coercion - -x test_locale - -x test_re - - # known issues with find_library on musl - # https://bugs.python.org/issue21622 - -x test_ctypes - - # fpathconf, ttyname errno values - -x test_os - ) - if has_version "app-arch/rpm" ; then # Avoid sandbox failure (attempts to write to /var/lib/rpm) profile_task_flags+=(