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 D21A0158015 for ; Fri, 29 Dec 2023 10:05:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D423F2BC019; Fri, 29 Dec 2023 10:05:45 +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 CB6682BC019 for ; Fri, 29 Dec 2023 10:05:44 +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 CA69F342FF6 for ; Fri, 29 Dec 2023 10:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55137119 for ; Fri, 29 Dec 2023 10:05:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1703844325.88304a8f232c2d6576e174655b05bfa66d605621.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: profiles/ X-VCS-Repository: proj/sci X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 88304a8f232c2d6576e174655b05bfa66d605621 X-VCS-Branch: master Date: Fri, 29 Dec 2023 10:05:42 +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: efeb56a9-375a-4049-8bb6-8390a06c8f91 X-Archives-Hash: 9c8a517459eefe160e5d509e2909b0c6 commit: 88304a8f232c2d6576e174655b05bfa66d605621 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Dec 29 10:05:25 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Dec 29 10:05:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=88304a8f profiles: mask reverse deps of numba Signed-off-by: Andrew Ammerlaan gentoo.org> profiles/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 1bcec67dc..78a8b2480 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,10 @@ dev-python/llvmlite dev-python/numba dev-python/numba-dpex +dev-python/pynndescent +# Reverse dep of numba +dev-python/tridesclous +dev-python/umap-learn # Andrew Ammerlaan (16 Dec 2023) # Depends on removed dev-python/pydotplus