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 615FC158020 for ; Fri, 16 Dec 2022 05:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93AA7E07D1; Fri, 16 Dec 2022 05:37:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78390E07D1 for ; Fri, 16 Dec 2022 05:37:39 +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 7AB7B340ECB for ; Fri, 16 Dec 2022 05:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1479B73C for ; Fri, 16 Dec 2022 05:37:37 +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: <1671169052.e746a20c12b6d2632d59bcc643e0988f28262399.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/abydos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/abydos/abydos-0.5.0-r2.ebuild dev-python/abydos/abydos-0.5.0-r3.ebuild X-VCS-Directories: dev-python/abydos/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e746a20c12b6d2632d59bcc643e0988f28262399 X-VCS-Branch: master Date: Fri, 16 Dec 2022 05:37:37 +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: 6fd8c335-0ee8-4012-afb7-84825fdb6609 X-Archives-Hash: 6482c3352beff63f3d5ddf4049f63594 commit: e746a20c12b6d2632d59bcc643e0988f28262399 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 16 05:33:15 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 16 05:37:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e746a20c dev-python/abydos: Remove test dep on nltk Remove the test dependency on dev-python/nltk as it is entirely optional and nltk is on its way out of Gentoo. Signed-off-by: Michał Górny gentoo.org> dev-python/abydos/{abydos-0.5.0-r2.ebuild => abydos-0.5.0-r3.ebuild} | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/abydos/abydos-0.5.0-r2.ebuild b/dev-python/abydos/abydos-0.5.0-r3.ebuild similarity index 94% rename from dev-python/abydos/abydos-0.5.0-r2.ebuild rename to dev-python/abydos/abydos-0.5.0-r3.ebuild index 1ed6a80c87e1..a43041787c96 100644 --- a/dev-python/abydos/abydos-0.5.0-r2.ebuild +++ b/dev-python/abydos/abydos-0.5.0-r3.ebuild @@ -24,10 +24,6 @@ RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] " -BDEPEND="test? ( - dev-python/nltk[${PYTHON_USEDEP}] -)" - PATCHES=( "${FILESDIR}/${P}-fix-py3.10.patch" )