commit: 8f746e0ec743bc4475e502c50da0eeb7513d17a6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Oct 15 15:39:02 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 15 15:39:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f746e0e
profiles: Mask dev-python/notebook & revdeps on wd40 and no nodejs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/powerpc/ppc32/package.use.mask | 6 ++++++ profiles/arch/s390/package.use.mask | 6 ++++++ profiles/arch/sparc/package.use.mask | 6 ++++++ profiles/features/wd40/package.mask | 7 ++++++- profiles/features/wd40/package.use.mask | 6 ++++++ 5 files changed, 30 insertions(+), 1 deletion(-) diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 64901a22fcca..8a3dec0ecea7 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2023-10-15) +# Need dev-python/notebook (that indirectly requires net-libs/nodejs). +dev-python/ipython notebook +dev-python/nbclient test +dev-python/nbconvert test + # Sam James <[email protected]> (2023-10-08) # dev-db/mysql not keyworded/stable here dev-perl/DBD-mysql mysql diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 0c305aa7a2d6..b9aaa63a559c 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2023-10-15) +# Need dev-python/notebook (that indirectly requires net-libs/nodejs). +dev-python/ipython notebook +dev-python/nbclient test +dev-python/nbconvert test + # Patrick McLean <[email protected]> (2023-10-03) # sys-apps/s6-linux-init has not been tested on this arch sys-apps/openrc s6 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 98753a1c2055..a2340ecb856c 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2023-10-15) +# Need dev-python/notebook (that indirectly requires net-libs/nodejs). +dev-python/ipython notebook +dev-python/nbclient test +dev-python/nbconvert test + # Andreas Sturmlechner <[email protected]> (2023-10-08) # Vulkan is not available on sparc. dev-qt/qtdeclarative vulkan diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 4e89369dc731..f7c442166ccb 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -25,6 +25,7 @@ dev-python/cfn-lint dev-python/dirty-equals dev-python/hatch-jupyter-builder dev-python/inflect +dev-python/ipywidgets dev-python/jaraco-itertools dev-python/josepy >=dev-python/jsonschema-4.18.0 @@ -44,8 +45,11 @@ dev-python/mkdocs-git-authors-plugin dev-python/mkdocs-i18n dev-python/mkdocs-material-extensions dev-python/mkdocs-git-revision-date-localized-plugin +dev-python/nbclassic +dev-python/nbdime +dev-python/nbval dev-python/nh3 ->=dev-python/notebook-7 +dev-python/notebook dev-python/oauthlib dev-python/openapi-core dev-python/openapi-schema-validator @@ -89,6 +93,7 @@ dev-python/trio-websocket dev-python/twine dev-python/watchfiles dev-python/wcmatch +dev-python/widgetsnbextension dev-ruby/selenium-webdriver dev-util/buildbot-worker dev-util/cargo-c diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index 6104e85bec41..a8237884ec0e 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2023-10-15) +# Need dev-python/notebook. +dev-python/ipython notebook +dev-python/nbclient test +dev-python/nbconvert test + # Sam James <[email protected]> (2023-09-06) # sys-block/thin-provisioning-tools now needs Rust. >=sys-fs/lvm2-2.03.22-r2 thin
