commit: 063c7accbbce5c8606eb8896b0fef1c604a3cbf7 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Jan 8 19:28:43 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Jan 8 19:30:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063c7acc
package.mask: mask old spyder versions and dead plugins for removal Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/package.mask | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index cecf8284454b..80cdd2f8db9e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,21 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <[email protected]> (2022-01-08) +# Ancient versions of spyder preventing clean up of things down the tree. +# Sadly, this means we are also going to have to say goodbye to some plugins +# that never got ported to the newer plugin system. +# Removal in 15 days +<dev-python/spyder-5.1.0 +<dev-python/spyder-kernels-2.1.0 +# Stuck on spyder-4 +dev-python/spyder-line-profiler +dev-python/spyder-memory-profiler +# Stuck on spyder-5.0 +dev-python/spyder-notebook +<=dev-python/spyder-unittest-0.4.1-r50 +dev-python/spyder-vim + # Brian Evans <[email protected]> (2022-01-07) # The main consumer, phpunit, does not initiate the new timer correctly # This is likely to cause issues in tests; Unmask if using for other purposes
