commit: 78d5579e6e7d47270398ca97f41d58c1b11e8bf9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 29 17:44:58 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 4 17:14:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d5579e
profiles/base: Mask flags causing remaining ipython blockers Closes: https://github.com/gentoo/gentoo/pull/13771 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 68213dc9054..84d58aae8a7 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,22 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2019-12-04) +# Python 2.7 only packages optionally needing dev-python/ipython. +app-misc/gourmet ipython +dev-python/restkit cli + +# Michał Górny <[email protected]> (2019-12-04) +# Packages requiring dev-python/ipython to build the docs and still +# supporting Python 2.7. This can be resolved long term via either +# using any-r1 API to build docs or cond-deps. +dev-python/matplotlib doc +dev-python/pandas doc +<dev-python/pandas-0.24.2 full-support test +dev-python/pandas-datareader doc +dev-python/patsy doc +dev-python/statsmodels doc + # Haelwenn (lanodan) Monnier <[email protected]> (2019-12-01) # broken static-linking in glibc and maybe others >app-shells/mksh-57-r1 static
