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 6548B158176 for ; Tue, 07 Oct 2025 17:01:20 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5026D340F99 for ; Tue, 07 Oct 2025 17:01:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1E6C71102C9; Tue, 07 Oct 2025 17:01:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 13F0D1102C9 for ; Tue, 07 Oct 2025 17:01:04 +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 C928A340E9A for ; Tue, 07 Oct 2025 17:01:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35BE438B2 for ; Tue, 07 Oct 2025 17:01:02 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1759856422.d2e310ee9ff4dad563edec1836cfbb18c3d085f2.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wxpython/wxpython-4.2.3-r2.ebuild X-VCS-Directories: dev-python/wxpython/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d2e310ee9ff4dad563edec1836cfbb18c3d085f2 X-VCS-Branch: master Date: Tue, 07 Oct 2025 17:01:02 +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: 921e6f60-a019-4979-bc19-8a6737ed70e3 X-Archives-Hash: 64f98269e3501cd71742d7f0f8a2c016 commit: d2e310ee9ff4dad563edec1836cfbb18c3d085f2 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Oct 7 16:33:33 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Oct 7 17:00:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e310ee dev-python/wxpython: cleanup old sip dependency These versions been dropped and no need to keep the extra complexity. Signed-off-by: Ionen Wolkens gentoo.org> dev-python/wxpython/wxpython-4.2.3-r2.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-python/wxpython/wxpython-4.2.3-r2.ebuild b/dev-python/wxpython/wxpython-4.2.3-r2.ebuild index 79494dce2088..7915e2d8e8bd 100644 --- a/dev-python/wxpython/wxpython-4.2.3-r2.ebuild +++ b/dev-python/wxpython/wxpython-4.2.3-r2.ebuild @@ -41,13 +41,7 @@ RDEPEND=" BDEPEND=" app-text/doxygen dev-python/cython[${PYTHON_USEDEP}] - || ( - ( - >=dev-python/sip-6.8.5[${PYTHON_USEDEP}] - =dev-python/sip-6.11.1-r1[${PYTHON_USEDEP}] - ) + >=dev-python/sip-6.11.1-r1[${PYTHON_USEDEP}] test? ( ${VIRTUALX_DEPEND} dev-python/appdirs[${PYTHON_USEDEP}]