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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1F1F138359 for ; Fri, 11 Sep 2020 18:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5540E08CE; Fri, 11 Sep 2020 18:09:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8175E08CE for ; Fri, 11 Sep 2020 18:09:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59A36340D8C for ; Fri, 11 Sep 2020 18:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C56262E1 for ; Fri, 11 Sep 2020 18:09:27 +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: <1599847762.5da5883bc9a2c0781bda69c8c73c1f05fdd9a56e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asttokens/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asttokens/asttokens-2.0.4.ebuild X-VCS-Directories: dev-python/asttokens/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5da5883bc9a2c0781bda69c8c73c1f05fdd9a56e X-VCS-Branch: master Date: Fri, 11 Sep 2020 18:09:27 +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: 1c120dfa-fa30-4d85-99e5-8e036b190015 X-Archives-Hash: ef03e3b88d0b3dd268fca0f6953e3901 commit: 5da5883bc9a2c0781bda69c8c73c1f05fdd9a56e Author: Sam James gentoo org> AuthorDate: Fri Sep 11 18:09:13 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 11 18:09:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da5883b dev-python/asttokens: strip dev-python/wheel 'dep' We don't actually build the wheel, so strip it out of setup.cfg to avoid build failures where it's not on the system. Closes: https://bugs.gentoo.org/741692 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-python/asttokens/asttokens-2.0.4.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-python/asttokens/asttokens-2.0.4.ebuild b/dev-python/asttokens/asttokens-2.0.4.ebuild index 1cb502acd19..ee9e23b9543 100644 --- a/dev-python/asttokens/asttokens-2.0.4.ebuild +++ b/dev-python/asttokens/asttokens-2.0.4.ebuild @@ -28,6 +28,13 @@ distutils_enable_tests pytest export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} +src_prepare() { + # Kill off useless wheel dep + sed -i -e 's/wheel; //' setup.cfg || die + + distutils-r1_src_prepare +} + python_test() { local deselect=() [[ ${EPYTHON} == python3.9 ]] && deselect+=(