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 DD68F158090 for ; Fri, 20 May 2022 15:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B4A5E08EB; Fri, 20 May 2022 15:53:06 +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 00D05E08EB for ; Fri, 20 May 2022 15:53:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8BCF0341399 for ; Fri, 20 May 2022 15:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F08B33BF for ; Fri, 20 May 2022 15:53:02 +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: <1653061912.4cf2bc6a0622fb751152814049fea2f9805f6f8d.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: 4cf2bc6a0622fb751152814049fea2f9805f6f8d X-VCS-Branch: master Date: Fri, 20 May 2022 15:53: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: 34a92eaa-de67-4bb7-ae03-9b8a07a67160 X-Archives-Hash: 7a44212cfa4660f326372bfefbcd7e45 commit: 4cf2bc6a0622fb751152814049fea2f9805f6f8d Author: Michał Górny gentoo org> AuthorDate: Fri May 20 15:51:52 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 20 15:51:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf2bc6a dev-python/yarl: Move cythonize to python_configure() Closes: https://bugs.gentoo.org/846410 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 31134e3b9c36..7ea5cc25c82f 100644 --- a/dev-python/yarl/yarl-1.7.2-r3.ebuild +++ b/dev-python/yarl/yarl-1.7.2-r3.ebuild @@ -34,7 +34,7 @@ distutils_enable_tests pytest distutils_enable_sphinx docs \ dev-python/alabaster -python_configure_all() { +python_configure() { > .install-cython || die emake cythonize }