Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/
Date: Mon, 05 Sep 2022 12:34:09
Message-Id: 1662381220.ab2b6109a62db6a28a35a7073b96f0a587156d4b.andrewammerlaan@gentoo
1 commit: ab2b6109a62db6a28a35a7073b96f0a587156d4b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 12:33:04 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 12:33:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2b6109
7
8 dev-python/spyder: update optional plugins list
9
10 and remove dead bitbucket url
11
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 dev-python/spyder/metadata.xml | 1 -
15 dev-python/spyder/spyder-5.3.3.ebuild | 16 +++++++++-------
16 2 files changed, 9 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-python/spyder/metadata.xml b/dev-python/spyder/metadata.xml
19 index b23b17765ada..f4aa91a44bfb 100644
20 --- a/dev-python/spyder/metadata.xml
21 +++ b/dev-python/spyder/metadata.xml
22 @@ -23,7 +23,6 @@
23 </longdescription>
24 <upstream>
25 <remote-id type="pypi">spyder</remote-id>
26 - <remote-id type="bitbucket">spyder-ide/spyderlib</remote-id>
27 <remote-id type="github">spyder-ide/spyder</remote-id>
28 </upstream>
29 </pkgmetadata>
30
31 diff --git a/dev-python/spyder/spyder-5.3.3.ebuild b/dev-python/spyder/spyder-5.3.3.ebuild
32 index 09784e580309..7cacaf6d3cd9 100644
33 --- a/dev-python/spyder/spyder-5.3.3.ebuild
34 +++ b/dev-python/spyder/spyder-5.3.3.ebuild
35 @@ -179,15 +179,17 @@ pkg_postinst() {
36 optfeature "Import Matlab workspace files in the Variable Explorer" dev-python/scipy
37 optfeature "Run Cython files in the IPython console" dev-python/cython
38 optfeature "The hdf5/h5py plugin" dev-python/h5py
39 - # optfeature "The line profiler plugin" dev-python/spyder-line-profiler
40 - # optfeature "The memory profiler plugin" dev-python/spyder-memory-profiler
41 - # spyder-autopep8 does not have a release (yet)
42 - # and are not compatible with >=spyder-4.0.0 at the moment
43 - # optfeature "The autopep8 plugin" dev-python/spyder-autopep8
44 - # optfeature "Vim key bindings" dev-python/spyder-vim
45 + optfeature "The line profiler plugin" dev-python/spyder-line-profiler
46 + optfeature "Vim key bindings" dev-python/spyder-vim
47 optfeature "Unittest support" dev-python/spyder-unittest
48 - # optfeature "Jupyter notebook support" dev-python/spyder-notebook
49 optfeature "System terminal inside spyder" dev-python/spyder-terminal
50 + # spyder-memory-profiler is not compatible with spyder-5.2+ yet
51 + # optfeature "The memory profiler plugin" dev-python/spyder-memory-profiler
52 + # spyder-notebook is not compatible with spyder-5.2+ yet
53 + # optfeature "Jupyter notebook support" dev-python/spyder-notebook
54 # spyder-reports not yet updated to >=spyder-4.0.0
55 # optfeature "Markdown reports using Pweave" dev-python/spyder-reports
56 + # Plugins with no release yet:
57 + # optfeature "Manage virtual environments and packages" dev-python/spyder-env-manager
58 + # optfeature "VCS (e.g. git) integration" dev-python/spyder-vcs
59 }