From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B90D5158094 for ; Mon, 5 Sep 2022 12:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2E4BE07D0; Mon, 5 Sep 2022 12:34:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD2AEE07D0 for ; Mon, 5 Sep 2022 12:34:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C549A340F14 for ; Mon, 5 Sep 2022 12:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08DA95B1 for ; Mon, 5 Sep 2022 12:34:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1662381220.ab2b6109a62db6a28a35a7073b96f0a587156d4b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder/metadata.xml dev-python/spyder/spyder-5.3.3.ebuild X-VCS-Directories: dev-python/spyder/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ab2b6109a62db6a28a35a7073b96f0a587156d4b X-VCS-Branch: master Date: Mon, 5 Sep 2022 12:34:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f601db7-d866-4258-aa30-5872e232de0c X-Archives-Hash: 05961ad3595455dd5f9c9b7b6d84581d commit: ab2b6109a62db6a28a35a7073b96f0a587156d4b Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 5 12:33:04 2022 +0000 Commit: Andrew Ammerlaan gentoo 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 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 @@ spyder - spyder-ide/spyderlib spyder-ide/spyder 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 }