From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B951B1582EF for ; Sun, 16 Feb 2025 06:38:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A54AB342FF3 for ; Sun, 16 Feb 2025 06:38:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0EEBF110471; Sun, 16 Feb 2025 06:38:03 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 052F7110471 for ; Sun, 16 Feb 2025 06:38:03 +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 B07E8342FF4 for ; Sun, 16 Feb 2025 06:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9D92721 for ; Sun, 16 Feb 2025 06:38:01 +0000 (UTC) From: "Sam James" 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" Message-ID: <1739687807.a1643b39231d9ed5aa2fb19e052c2111fd4532ee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/patool/patool-3.0.3.ebuild app-arch/patool/patool-3.1.0.ebuild X-VCS-Directories: app-arch/patool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1643b39231d9ed5aa2fb19e052c2111fd4532ee X-VCS-Branch: master Date: Sun, 16 Feb 2025 06:38:01 +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: 9dda4b39-e66f-4ce7-9df2-2e223a3470f9 X-Archives-Hash: 89c1251573c4613e576acbba52e64e3d commit: a1643b39231d9ed5aa2fb19e052c2111fd4532ee Author: Alfred Wingate protonmail com> AuthorDate: Sat Feb 15 22:42:27 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 16 06:36:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1643b39 app-arch/patool: disable tests for app-arch/7zip in older versions Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> app-arch/patool/patool-3.0.3.ebuild | 4 ++++ app-arch/patool/patool-3.1.0.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app-arch/patool/patool-3.0.3.ebuild b/app-arch/patool/patool-3.0.3.ebuild index edb41cc77bb8..509a5cf493c6 100644 --- a/app-arch/patool/patool-3.0.3.ebuild +++ b/app-arch/patool/patool-3.0.3.ebuild @@ -108,6 +108,10 @@ python_test() { "tests/archives/test_arc.py" # Error: 1002 (invalid input file) "tests/archives/test_mac.py" + # Needs upstream changes to handle app-arch/7zip[-rar] + # https://github.com/wummel/patool/commit/0cd8855a27ee78d3cf283bd62750ed3e846a5e0b + # https://github.com/wummel/patool/commit/b2573ed8eaaadf0965ef83fee48b8ecdba0ca124 + "tests/archives/test_7zz.py" ) local EPYTEST_DESELECT=( # Broken due mime type change for rar in file-5.46 diff --git a/app-arch/patool/patool-3.1.0.ebuild b/app-arch/patool/patool-3.1.0.ebuild index 2e8a32ff1e1e..6eeff82e0179 100644 --- a/app-arch/patool/patool-3.1.0.ebuild +++ b/app-arch/patool/patool-3.1.0.ebuild @@ -112,6 +112,10 @@ python_test() { "tests/archives/test_arc.py" # Error: 1002 (invalid input file) "tests/archives/test_mac.py" + # Needs upstream changes to handle app-arch/7zip[-rar] + # https://github.com/wummel/patool/commit/0cd8855a27ee78d3cf283bd62750ed3e846a5e0b + # https://github.com/wummel/patool/commit/b2573ed8eaaadf0965ef83fee48b8ecdba0ca124 + "tests/archives/test_7zz.py" ) local EPYTEST_DESELECT=()