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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4FCB158042 for ; Mon, 11 Nov 2024 13:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE417E0837; Mon, 11 Nov 2024 13:00:23 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EC60E0837 for ; Mon, 11 Nov 2024 13:00:23 +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 CEF48340B57 for ; Mon, 11 Nov 2024 13:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D537A11DF for ; Mon, 11 Nov 2024 13:00:20 +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: <1731329823.5ad932f8be75fbb0e40c9460fa7099e6018dc55c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libcst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libcst/libcst-1.5.0-r1.ebuild X-VCS-Directories: dev-python/libcst/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ad932f8be75fbb0e40c9460fa7099e6018dc55c X-VCS-Branch: master Date: Mon, 11 Nov 2024 13:00:20 +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: 2cf49334-cf36-49d0-80f2-212f8412e88e X-Archives-Hash: 33964f2e1d70068047626dd187742b73 commit: 5ad932f8be75fbb0e40c9460fa7099e6018dc55c Author: Sam James gentoo org> AuthorDate: Mon Nov 11 12:57:03 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 11 12:57:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad932f8 dev-python/libcst: fix pkg_setup distutils-r1_pkg_setup doesn't exist and no other inherited eclass exports pkg_setup, so just let it call rust_pkg_setup Closes: https://bugs.gentoo.org/943231 Signed-off-by: Sam James gentoo.org> dev-python/libcst/libcst-1.5.0-r1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-python/libcst/libcst-1.5.0-r1.ebuild b/dev-python/libcst/libcst-1.5.0-r1.ebuild index ef97ae4e765b..2eb6ef190406 100644 --- a/dev-python/libcst/libcst-1.5.0-r1.ebuild +++ b/dev-python/libcst/libcst-1.5.0-r1.ebuild @@ -160,11 +160,6 @@ distutils_enable_tests pytest QA_FLAGS_IGNORED="usr/lib/py.*/site-packages/libcst/native.*" -pkg_setup() { - distutils_r1_pkg_setup - rust_pkg_setup -} - python_test() { local EPYTEST_DESELECT=( # TODO