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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39C06158090 for ; Wed, 18 May 2022 10:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0C8FE0961; Wed, 18 May 2022 10:29:36 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6258BE090F for ; Wed, 18 May 2022 10:29:33 +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 3DE05341864 for ; Wed, 18 May 2022 10:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62951105 for ; Wed, 18 May 2022 10:29:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1652869762.b45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yarl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yarl/yarl-1.7.2-r3.ebuild X-VCS-Directories: dev-python/yarl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c X-VCS-Branch: master Date: Wed, 18 May 2022 10:29: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: ba655141-7e60-4dbe-b3f9-5971bd8b2da7 X-Archives-Hash: 00d0e2c513b56364d63dc7b9a8546efd commit: b45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c Author: Michał Górny gentoo org> AuthorDate: Wed May 18 09:49:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 18 10:29:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45d0de8 dev-python/yarl: Use a proper sub-phase for cython calls Closes: https://bugs.gentoo.org/845291 Signed-off-by: Michał Górny gentoo.org> dev-python/yarl/yarl-1.7.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yarl/yarl-1.7.2-r3.ebuild b/dev-python/yarl/yarl-1.7.2-r3.ebuild index 1f6c79fa64c5..49b6b1477943 100644 --- a/dev-python/yarl/yarl-1.7.2-r3.ebuild +++ b/dev-python/yarl/yarl-1.7.2-r3.ebuild @@ -31,7 +31,7 @@ distutils_enable_tests pytest distutils_enable_sphinx docs \ dev-python/alabaster -src_configure() { +python_configure_all() { > .install-cython || die emake cythonize }