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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31FE6158287 for ; Tue, 13 May 2025 01:03:33 +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 1CCD834357A for ; Tue, 13 May 2025 01:03:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0FB1C1102C5; Tue, 13 May 2025 01:03:32 +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 041781102C5 for ; Tue, 13 May 2025 01:03:31 +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 B232234357A for ; Tue, 13 May 2025 01:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 250111BFB for ; Tue, 13 May 2025 01:03:30 +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: <1747098160.7afe82e9a31268ac88fd104fc8f5af16a8393c97.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webob/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webob/webob-1.8.9.ebuild X-VCS-Directories: dev-python/webob/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7afe82e9a31268ac88fd104fc8f5af16a8393c97 X-VCS-Branch: master Date: Tue, 13 May 2025 01:03:30 +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: 8101e961-d198-4026-99ad-a21ce23720b8 X-Archives-Hash: b3d5d2e4b0a8268c5b3f6cd1b08ccc2f commit: 7afe82e9a31268ac88fd104fc8f5af16a8393c97 Author: Sam James gentoo org> AuthorDate: Tue May 13 01:02:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 13 01:02:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afe82e9 dev-python/webob: drop missing patch reference I dropped it last-minute as it wasn't needed in the end. Reported by mgorny. Fixes: 85288c830ba8da025ad5db25820a0641140252ba Signed-off-by: Sam James gentoo.org> dev-python/webob/webob-1.8.9.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/webob/webob-1.8.9.ebuild b/dev-python/webob/webob-1.8.9.ebuild index f3162e41bfc5..ef67e2432935 100644 --- a/dev-python/webob/webob-1.8.9.ebuild +++ b/dev-python/webob/webob-1.8.9.ebuild @@ -26,10 +26,6 @@ RDEPEND=" ' 3.{13..14}) " -PATCHES=( - "${FILESDIR}"/webob-1.8.9-timeout.patch -) - distutils_enable_sphinx docs 'dev-python/alabaster' distutils_enable_tests pytest