summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/package.use.mask4
-rw-r--r--profiles/package.mask32
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