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 2B51613853D for ; Fri, 25 Jun 2021 06:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6363FE081A; Fri, 25 Jun 2021 06:53:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 43242E081A for ; Fri, 25 Jun 2021 06:53:27 +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 A84AF3433FC for ; Fri, 25 Jun 2021 06:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46C479A for ; Fri, 25 Jun 2021 06:53:23 +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: <1624603986.75bdbf9d6eb2ace4b65fbea1cedd9aa4f34acf87.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/commentjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/commentjson/commentjson-0.9.0.ebuild X-VCS-Directories: dev-python/commentjson/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 75bdbf9d6eb2ace4b65fbea1cedd9aa4f34acf87 X-VCS-Branch: master Date: Fri, 25 Jun 2021 06:53:23 +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: 9caf1e59-49a4-4b9a-868d-eb358bf1270a X-Archives-Hash: 5f47c3ad374fd3f433a782ca000331fe commit: 75bdbf9d6eb2ace4b65fbea1cedd9aa4f34acf87 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 25 04:55:18 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 25 06:53:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bdbf9d dev-python/commentjson: Remove lark-parser pin Signed-off-by: Michał Górny gentoo.org> dev-python/commentjson/commentjson-0.9.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild b/dev-python/commentjson/commentjson-0.9.0.ebuild index b64b47221b1..51fdc6a6b38 100644 --- a/dev-python/commentjson/commentjson-0.9.0.ebuild +++ b/dev-python/commentjson/commentjson-0.9.0.ebuild @@ -26,3 +26,9 @@ BDEPEND=" )" distutils_enable_tests unittest + +src_prepare() { + # remove unnecessary version bind + sed -i -e '/lark-parser/s:,<0.8.0::' setup.py || die + distutils-r1_src_prepare +}