Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Sat, 08 Jan 2022 19:31:11
Message-Id: 1641670222.063c7accbbce5c8606eb8896b0fef1c604a3cbf7.andrewammerlaan@gentoo
1 commit: 063c7accbbce5c8606eb8896b0fef1c604a3cbf7
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 19:28:43 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 19:30:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063c7acc
7
8 package.mask: mask old spyder versions and dead plugins for removal
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 profiles/package.mask | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/profiles/package.mask b/profiles/package.mask
16 index cecf8284454b..80cdd2f8db9e 100644
17 --- a/profiles/package.mask
18 +++ b/profiles/package.mask
19 @@ -33,6 +33,21 @@
20
21 #--- END OF EXAMPLES ---
22
23 +# Andrew Ammerlaan <andrewammerlaan@g.o> (2022-01-08)
24 +# Ancient versions of spyder preventing clean up of things down the tree.
25 +# Sadly, this means we are also going to have to say goodbye to some plugins
26 +# that never got ported to the newer plugin system.
27 +# Removal in 15 days
28 +<dev-python/spyder-5.1.0
29 +<dev-python/spyder-kernels-2.1.0
30 +# Stuck on spyder-4
31 +dev-python/spyder-line-profiler
32 +dev-python/spyder-memory-profiler
33 +# Stuck on spyder-5.0
34 +dev-python/spyder-notebook
35 +<=dev-python/spyder-unittest-0.4.1-r50
36 +dev-python/spyder-vim
37 +
38 # Brian Evans <grknight@g.o> (2022-01-07)
39 # The main consumer, phpunit, does not initiate the new timer correctly
40 # This is likely to cause issues in tests; Unmask if using for other purposes