diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-09-05 14:33:04 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-09-05 14:33:40 +0200 |
commit | ab2b6109a62db6a28a35a7073b96f0a587156d4b (patch) | |
tree | 89ce9b6f7cd85ca5425c61387baaa712f89c75dd /dev-python/spyder | |
parent | dev-python/spyder-kernels: drop 2.3.2 (diff) | |
download | gentoo-ab2b6109a62db6a28a35a7073b96f0a587156d4b.tar.gz gentoo-ab2b6109a62db6a28a35a7073b96f0a587156d4b.tar.bz2 gentoo-ab2b6109a62db6a28a35a7073b96f0a587156d4b.zip |
dev-python/spyder: update optional plugins list
and remove dead bitbucket url
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/metadata.xml | 1 | ||||
-rw-r--r-- | 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 } |