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 1ED74158087 for ; Mon, 31 Jan 2022 08:32:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC492BC034; Mon, 31 Jan 2022 08:32:38 +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 085B12BC034 for ; Mon, 31 Jan 2022 08:32:38 +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 ED954342D92 for ; Mon, 31 Jan 2022 08:32:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB9D2B3 for ; Mon, 31 Jan 2022 08:32:35 +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: <1643617896.efce30a4bd03170d8226ecce38f736621982b4ec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isort/isort-5.10.1.ebuild X-VCS-Directories: dev-python/isort/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: efce30a4bd03170d8226ecce38f736621982b4ec X-VCS-Branch: master Date: Mon, 31 Jan 2022 08:32:35 +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: 9872a7ad-63c9-4da5-be47-35252283daf7 X-Archives-Hash: 8e6edca6594074b4baab73825fe95b54 commit: efce30a4bd03170d8226ecce38f736621982b4ec Author: Michał Górny gentoo org> AuthorDate: Mon Jan 31 08:31:16 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 31 08:31:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efce30a4 dev-python/isort: Fix accidentally installing examples w/ USE=test Signed-off-by: Michał Górny gentoo.org> dev-python/isort/isort-5.10.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/isort/isort-5.10.1.ebuild b/dev-python/isort/isort-5.10.1.ebuild index c45f67ae3d41..6ccbdc080667 100644 --- a/dev-python/isort/isort-5.10.1.ebuild +++ b/dev-python/isort/isort-5.10.1.ebuild @@ -50,6 +50,8 @@ python_test() { distutils_install_for_testing popd >/dev/null || die done + # remove examples leaked into BUILD_DIR + rm "${BUILD_DIR}"/lib/example* || die local EPYTEST_IGNORE=( # Excluded from upstream's test script