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 29AE815800F for ; Tue, 7 Feb 2023 14:50:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 336DDE07AE; Tue, 7 Feb 2023 14:50:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16187E07AE for ; Tue, 7 Feb 2023 14:50:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B83D340D40 for ; Tue, 7 Feb 2023 14:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01DE989C for ; Tue, 7 Feb 2023 14:50:47 +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: <1675781299.72b0e85c5dd26f8d3e593b34b703e9bebfcf9eee.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.12.0.ebuild X-VCS-Directories: dev-python/isort/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72b0e85c5dd26f8d3e593b34b703e9bebfcf9eee X-VCS-Branch: master Date: Tue, 7 Feb 2023 14:50:47 +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: 4c00fdc6-1ce1-4d61-a5dc-b15488509441 X-Archives-Hash: 95904d04449022459f65528991c139f9 commit: 72b0e85c5dd26f8d3e593b34b703e9bebfcf9eee Author: Michał Górny gentoo org> AuthorDate: Tue Feb 7 14:48:19 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 7 14:48:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b0e85c dev-python/isort: Remove leftover sed from 5.12.0 Signed-off-by: Michał Górny gentoo.org> dev-python/isort/isort-5.12.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/isort/isort-5.12.0.ebuild b/dev-python/isort/isort-5.12.0.ebuild index 1c237256715b..131c8a595db9 100644 --- a/dev-python/isort/isort-5.12.0.ebuild +++ b/dev-python/isort/isort-5.12.0.ebuild @@ -43,8 +43,6 @@ src_prepare() { # unbundle tomli sed -i -e 's:from ._vendored ::' isort/settings.py || die rm -r isort/_vendored || die - # leftover toml import used to determine .toml support - sed -i -e 's:import toml:toml = True:' tests/unit/test_isort.py || die distutils-r1_src_prepare }