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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B70A3158089 for ; Tue, 24 Oct 2023 18:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F0852BC013; Tue, 24 Oct 2023 18:44:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E552B2BC013 for ; Tue, 24 Oct 2023 18:44:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A4E1335CA6 for ; Tue, 24 Oct 2023 18:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D2A2E88 for ; Tue, 24 Oct 2023 18:44:28 +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: <1698173057.27e01b9e267716a57926930c18d3d87ea6cad453.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/wd40/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/wd40/package.mask profiles/features/wd40/package.use.mask X-VCS-Directories: profiles/features/wd40/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 27e01b9e267716a57926930c18d3d87ea6cad453 X-VCS-Branch: master Date: Tue, 24 Oct 2023 18:44:28 +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: 42c1854b-8631-4fea-9c67-5618f6f92ae6 X-Archives-Hash: 112da8ea74b4fceb300f90a3593a9871 commit: 27e01b9e267716a57926930c18d3d87ea6cad453 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 24 18:27:42 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 24 18:44:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e01b9e profiles/features/wd40: Mask dev-python/ipyparallel Signed-off-by: Michał Górny gentoo.org> profiles/features/wd40/package.mask | 1 + profiles/features/wd40/package.use.mask | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 4ed1f57fc6f9..f851d882549e 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -26,6 +26,7 @@ dev-python/cfn-lint dev-python/dirty-equals dev-python/hatch-jupyter-builder dev-python/inflect +dev-python/ipyparallel dev-python/ipywidgets dev-python/jaraco-itertools dev-python/josepy diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index a8237884ec0e..ebb23c2ecfb1 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2023-10-15) +# Need dev-python/jupyter-server. +dev-python/ipykernel test +dev-python/ipython smp + # Michał Górny (2023-10-15) # Need dev-python/notebook. dev-python/ipython notebook