diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-29 18:44:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-04 18:14:55 +0100 |
commit | 78d5579e6e7d47270398ca97f41d58c1b11e8bf9 (patch) | |
tree | 514dc037aaa2f4e31a15bfa1fc4029d450e980f5 /profiles | |
parent | dev-python/matplotlib: Remove unmaintained -9999 (diff) | |
download | gentoo-78d5579e6e7d47270398ca97f41d58c1b11e8bf9.tar.gz gentoo-78d5579e6e7d47270398ca97f41d58c1b11e8bf9.tar.bz2 gentoo-78d5579e6e7d47270398ca97f41d58c1b11e8bf9.zip |
profiles/base: Mask flags causing remaining ipython blockers
Closes: https://github.com/gentoo/gentoo/pull/13771
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 68213dc90544..84d58aae8a7e 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 <mgorny@gentoo.org> (2019-12-04) +# Python 2.7 only packages optionally needing dev-python/ipython. +app-misc/gourmet ipython +dev-python/restkit cli + +# Michał Górny <mgorny@gentoo.org> (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 <contact@hacktivis.me> (2019-12-01) # broken static-linking in glibc and maybe others >app-shells/mksh-57-r1 static |