commit:     ab2b6109a62db6a28a35a7073b96f0a587156d4b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 12:33:04 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 12:33:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2b6109

dev-python/spyder: update optional plugins list

and remove dead bitbucket url

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/spyder/metadata.xml        |  1 -
 dev-python/spyder/spyder-5.3.3.ebuild | 16 +++++++++-------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-python/spyder/metadata.xml b/dev-python/spyder/metadata.xml
index b23b17765ada..f4aa91a44bfb 100644
--- a/dev-python/spyder/metadata.xml
+++ b/dev-python/spyder/metadata.xml
@@ -23,7 +23,6 @@
   </longdescription>
   <upstream>
     <remote-id type="pypi">spyder</remote-id>
-    <remote-id type="bitbucket">spyder-ide/spyderlib</remote-id>
     <remote-id type="github">spyder-ide/spyder</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/dev-python/spyder/spyder-5.3.3.ebuild 
b/dev-python/spyder/spyder-5.3.3.ebuild
index 09784e580309..7cacaf6d3cd9 100644
--- a/dev-python/spyder/spyder-5.3.3.ebuild
+++ b/dev-python/spyder/spyder-5.3.3.ebuild
@@ -179,15 +179,17 @@ pkg_postinst() {
        optfeature "Import Matlab workspace files in the Variable Explorer" 
dev-python/scipy
        optfeature "Run Cython files in the IPython console" dev-python/cython
        optfeature "The hdf5/h5py plugin" dev-python/h5py
-       # optfeature "The line profiler plugin" dev-python/spyder-line-profiler
-       # optfeature "The memory profiler plugin" 
dev-python/spyder-memory-profiler
-       # spyder-autopep8 does not have a release (yet)
-       # and are not compatible with >=spyder-4.0.0 at the moment
-       # optfeature "The autopep8 plugin" dev-python/spyder-autopep8
-       # optfeature "Vim key bindings" dev-python/spyder-vim
+       optfeature "The line profiler plugin" dev-python/spyder-line-profiler
+       optfeature "Vim key bindings" dev-python/spyder-vim
        optfeature "Unittest support" dev-python/spyder-unittest
-       # optfeature "Jupyter notebook support" dev-python/spyder-notebook
        optfeature "System terminal inside spyder" dev-python/spyder-terminal
+       # spyder-memory-profiler is not compatible with spyder-5.2+ yet
+       # optfeature "The memory profiler plugin" 
dev-python/spyder-memory-profiler
+       # spyder-notebook is not compatible with spyder-5.2+ yet
+       # optfeature "Jupyter notebook support" dev-python/spyder-notebook
        # spyder-reports not yet updated to >=spyder-4.0.0
        # optfeature "Markdown reports using Pweave" dev-python/spyder-reports
+       # Plugins with no release yet:
+       # optfeature "Manage virtual environments and packages" 
dev-python/spyder-env-manager
+       # optfeature "VCS (e.g. git) integration" dev-python/spyder-vcs
 }

Reply via email to