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 454E4158011 for ; Mon, 20 Sep 2021 15:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66478E0870; Mon, 20 Sep 2021 15:02:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BDF6E0870 for ; Mon, 20 Sep 2021 15:02:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64163342A77 for ; Mon, 20 Sep 2021 15:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F7EDA7 for ; Mon, 20 Sep 2021 15:01:59 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632150102.1e1baa8fff6f9656ebbf869d6b4479cf2faa515e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nltk/nltk-3.6.3.ebuild X-VCS-Directories: dev-python/nltk/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1e1baa8fff6f9656ebbf869d6b4479cf2faa515e X-VCS-Branch: master Date: Mon, 20 Sep 2021 15:01:59 +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: 7f629cdf-1b04-4734-885e-f61f7356271b X-Archives-Hash: fc407cfce2c2551f97be1f5d4d21d506 commit: 1e1baa8fff6f9656ebbf869d6b4479cf2faa515e Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 20 15:01:42 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 20 15:01:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1baa8f dev-python/nltk: no need to apply the patch Closes: https://bugs.gentoo.org/814050 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nltk/nltk-3.6.3.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/nltk/nltk-3.6.3.ebuild b/dev-python/nltk/nltk-3.6.3.ebuild index d3f3e09ad50..11dd1a3283d 100644 --- a/dev-python/nltk/nltk-3.6.3.ebuild +++ b/dev-python/nltk/nltk-3.6.3.ebuild @@ -38,10 +38,6 @@ PDEPEND="dev-python/nltk-data" distutils_enable_tests pytest -PATCHES=( - "${FILESDIR}"/${P}-metadata.patch -) - src_prepare() { # requires unpackaged pycrfsuite sed -i -e '/>>>/s@$@ # doctest: +SKIP@' nltk/tag/crf.py || die