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 8DD2A15802C for ; Fri, 20 Dec 2024 17:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F268E08C2; Fri, 20 Dec 2024 17:24:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DE78E08C0 for ; Fri, 20 Dec 2024 17:24:41 +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 448EC33FDEE for ; Fri, 20 Dec 2024 17:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 891C3EB9 for ; Fri, 20 Dec 2024 17:24:38 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1734711476.0e75631e659172a054a6f687a12da9d2f09b81d7.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/python/python-3.13.0.ebuild dev-lang/python/python-3.13.1.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 0e75631e659172a054a6f687a12da9d2f09b81d7 X-VCS-Branch: master Date: Fri, 20 Dec 2024 17:24:38 +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: 0b5dd7ca-3918-4a9a-8105-ac589e8d45cc X-Archives-Hash: 57dcaec96fa910fa4385278682f08463 commit: 0e75631e659172a054a6f687a12da9d2f09b81d7 Author: orbea riseup net> AuthorDate: Fri Dec 20 16:17:56 2024 +0000 Commit: orbea riseup net> CommitDate: Fri Dec 20 16:17:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=0e75631e dev-lang/python: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/python/python-3.13.0.ebuild | 5 +++++ dev-lang/python/python-3.13.1.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index e6f8e3b..1113dc6 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -286,6 +286,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes diff --git a/dev-lang/python/python-3.13.1.ebuild b/dev-lang/python/python-3.13.1.ebuild index e610f00..3a4a685 100644 --- a/dev-lang/python/python-3.13.1.ebuild +++ b/dev-lang/python/python-3.13.1.ebuild @@ -286,6 +286,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes