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 4B3AE1580E0 for ; Mon, 02 Jun 2025 01:53:17 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3634D3430A5 for ; Mon, 02 Jun 2025 01:53:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2AA9E11027C; Mon, 02 Jun 2025 01:53:16 +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 1DA3A11027C for ; Mon, 02 Jun 2025 01:53:16 +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 BD0123430A7 for ; Mon, 02 Jun 2025 01:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FFC5F3F for ; Mon, 02 Jun 2025 01:53:14 +0000 (UTC) From: "Jay Faulkner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jay Faulkner" Message-ID: <1748829034.0df1c2ccde383e3d0c3f5e7a67a922f8a37d5ab5.jayf@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiohttp/aiohttp-3.11.14.ebuild dev-python/aiohttp/aiohttp-3.11.18.ebuild dev-python/aiohttp/aiohttp-3.12.0.ebuild dev-python/aiohttp/aiohttp-3.12.2.ebuild dev-python/aiohttp/aiohttp-3.12.4.ebuild dev-python/aiohttp/aiohttp-3.12.6.ebuild X-VCS-Directories: dev-python/aiohttp/ X-VCS-Committer: jayf X-VCS-Committer-Name: Jay Faulkner X-VCS-Revision: 0df1c2ccde383e3d0c3f5e7a67a922f8a37d5ab5 X-VCS-Branch: master Date: Mon, 02 Jun 2025 01:53:14 +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: 2008953a-ff0b-47f2-b026-7a8e8a572adc X-Archives-Hash: 507a4c624ae0879b1e7688ada8c75d69 commit: 0df1c2ccde383e3d0c3f5e7a67a922f8a37d5ab5 Author: Tom Gillespie gmail com> AuthorDate: Sun Jun 1 20:32:17 2025 +0000 Commit: Jay Faulkner gentoo org> CommitDate: Mon Jun 2 01:50:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df1c2cc dev-python/aiohttp: BDEPEND on multidict Fix issue where aiohttp fails to emerge in cases where multidict is not installed for BDEPEND due to a call aiohttp-*/tools/gen.py during configure. Signed-off-by: Tom Gillespie gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42394 Closes: https://github.com/gentoo/gentoo/pull/42394 Signed-off-by: Jay Faulkner gentoo.org> dev-python/aiohttp/aiohttp-3.11.14.ebuild | 1 + dev-python/aiohttp/aiohttp-3.11.18.ebuild | 1 + dev-python/aiohttp/aiohttp-3.12.0.ebuild | 1 + dev-python/aiohttp/aiohttp-3.12.2.ebuild | 1 + dev-python/aiohttp/aiohttp-3.12.4.ebuild | 1 + dev-python/aiohttp/aiohttp-3.12.6.ebuild | 1 + 6 files changed, 6 insertions(+) diff --git a/dev-python/aiohttp/aiohttp-3.11.14.ebuild b/dev-python/aiohttp/aiohttp-3.11.14.ebuild index a4e1b9b5556f..0d3ee0c30111 100644 --- a/dev-python/aiohttp/aiohttp-3.11.14.ebuild +++ b/dev-python/aiohttp/aiohttp-3.11.14.ebuild @@ -36,6 +36,7 @@ RDEPEND=" ' 3.10) " BDEPEND=" + >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] native-extensions? ( dev-python/cython[${PYTHON_USEDEP}] ) diff --git a/dev-python/aiohttp/aiohttp-3.11.18.ebuild b/dev-python/aiohttp/aiohttp-3.11.18.ebuild index 866884209057..5b247364d98d 100644 --- a/dev-python/aiohttp/aiohttp-3.11.18.ebuild +++ b/dev-python/aiohttp/aiohttp-3.11.18.ebuild @@ -44,6 +44,7 @@ RDEPEND=" ' 3.10) " BDEPEND=" + >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] native-extensions? ( dev-python/cython[${PYTHON_USEDEP}] ) diff --git a/dev-python/aiohttp/aiohttp-3.12.0.ebuild b/dev-python/aiohttp/aiohttp-3.12.0.ebuild index 7e8723a107c7..b13f2bafcf0d 100644 --- a/dev-python/aiohttp/aiohttp-3.12.0.ebuild +++ b/dev-python/aiohttp/aiohttp-3.12.0.ebuild @@ -40,6 +40,7 @@ RDEPEND=" >=dev-python/yarl-1.17.0[${PYTHON_USEDEP}] " BDEPEND=" + >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] native-extensions? ( >=dev-python/cython-3.1.1[${PYTHON_USEDEP}] dev-python/pkgconfig[${PYTHON_USEDEP}] diff --git a/dev-python/aiohttp/aiohttp-3.12.2.ebuild b/dev-python/aiohttp/aiohttp-3.12.2.ebuild index 7e8723a107c7..b13f2bafcf0d 100644 --- a/dev-python/aiohttp/aiohttp-3.12.2.ebuild +++ b/dev-python/aiohttp/aiohttp-3.12.2.ebuild @@ -40,6 +40,7 @@ RDEPEND=" >=dev-python/yarl-1.17.0[${PYTHON_USEDEP}] " BDEPEND=" + >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] native-extensions? ( >=dev-python/cython-3.1.1[${PYTHON_USEDEP}] dev-python/pkgconfig[${PYTHON_USEDEP}] diff --git a/dev-python/aiohttp/aiohttp-3.12.4.ebuild b/dev-python/aiohttp/aiohttp-3.12.4.ebuild index 7e8723a107c7..b13f2bafcf0d 100644 --- a/dev-python/aiohttp/aiohttp-3.12.4.ebuild +++ b/dev-python/aiohttp/aiohttp-3.12.4.ebuild @@ -40,6 +40,7 @@ RDEPEND=" >=dev-python/yarl-1.17.0[${PYTHON_USEDEP}] " BDEPEND=" + >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] native-extensions? ( >=dev-python/cython-3.1.1[${PYTHON_USEDEP}] dev-python/pkgconfig[${PYTHON_USEDEP}] diff --git a/dev-python/aiohttp/aiohttp-3.12.6.ebuild b/dev-python/aiohttp/aiohttp-3.12.6.ebuild index 1370955944a3..cbafed84b336 100644 --- a/dev-python/aiohttp/aiohttp-3.12.6.ebuild +++ b/dev-python/aiohttp/aiohttp-3.12.6.ebuild @@ -40,6 +40,7 @@ RDEPEND=" >=dev-python/yarl-1.17.0[${PYTHON_USEDEP}] " BDEPEND=" + >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] native-extensions? ( >=dev-python/cython-3.1.1[${PYTHON_USEDEP}] dev-python/pkgconfig[${PYTHON_USEDEP}]