diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-16 18:28:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-16 18:31:01 +0100 |
commit | 3a8b744a20503c139e2afb200f3edb3dee09e0f7 (patch) | |
tree | 842601f36292e9cec7744eb730318d9ce94be5d7 | |
parent | net-misc/ntp: alpha stable wrt bug #679742 (diff) | |
download | gentoo-3a8b744a20503c139e2afb200f3edb3dee09e0f7.tar.gz gentoo-3a8b744a20503c139e2afb200f3edb3dee09e0f7.tar.bz2 gentoo-3a8b744a20503c139e2afb200f3edb3dee09e0f7.zip |
package.mask: Last rite sci-visualization/mayavi & other ETS
Last rite sci-visualization/mayavi and other ETS packages which are
either its dependencies or were added for completeness.
Bug: https://bugs.gentoo.org/672412
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | profiles/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/package.mask | 32 |
2 files changed, 36 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 94bb149f430e..9905ca28b3f3 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # 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> (16 Mar 2019) +# Requires last rited dev-python/scimath. +dev-python/construct python_targets_python2_7 + # Brian Evans <grknight@gentoo.org> (15 Mar 2019) # Prepare to remove the mysqlcompat USE from mariadb-connector-c # Has multiple issues including symlinks and threading. diff --git a/profiles/package.mask b/profiles/package.mask index 9c64b003e8d2..281e2cc3cde8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,38 @@ #--- END OF EXAMPLES --- # Michał Górny <mgorny@gentoo.org> (16 Mar 2019) +# MayaVi requires Python 2, at the same time depending on IPython +# which removed Python 2 support. The current Gentoo version is +# from 2016 and has not been bumped. It fails with various versions +# of sci-libs/vtk (#624082, #663152). +# +# ETS is a suite of NIH packages that have no reverse dependencies +# except for MayaVi and Py2.7 support in recently added +# dev-python/construct. The packages were added without a dedicated +# maintainer and were incidentally updated since. Some of them have +# various unsolved issues including segfaults (#654090), bundled +# libraries (#450466), semi-broken ebuilds (#678042). +# +# Removal in 30 days. Bug #672412. +dev-python/apptools +dev-python/blockcanvas +dev-python/chaco +dev-python/codetools +dev-python/enable +dev-python/enaml +dev-python/encore +dev-python/envisage +dev-python/ets +dev-python/etsdevtools +dev-python/etsproxy +dev-python/graphcanvas +dev-python/pyface +dev-python/scimath +dev-python/traits +dev-python/traitsui +sci-visualization/mayavi + +# Michał Górny <mgorny@gentoo.org> (16 Mar 2019) # ProDy was added in 2015 and not bumped since (with upstream making # frequent releases). The primary maintainer abandoned it. The Gentoo # version requires Python 2, while it depends on IPython which dropped |