commit: 1f05d0d6c16b6dfb4c59af074c9a862624598597 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Sep 27 19:27:04 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Sep 27 19:28:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f05d0d6
dev-python/spyder: sed out indirect dependency on pylint The incompatibility with pylint>2.10 is in python-lsp and not in spyder Closes: https://bugs.gentoo.org/815160 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/spyder/{spyder-5.1.5.ebuild => spyder-5.1.5-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/spyder/spyder-5.1.5.ebuild b/dev-python/spyder/spyder-5.1.5-r1.ebuild similarity index 99% rename from dev-python/spyder/spyder-5.1.5.ebuild rename to dev-python/spyder/spyder-5.1.5-r1.ebuild index 43cdc338040..f5b6758981e 100644 --- a/dev-python/spyder/spyder-5.1.5.ebuild +++ b/dev-python/spyder/spyder-5.1.5-r1.ebuild @@ -136,12 +136,14 @@ python_prepare_all() { -e '/python-lsp-server/d' \ -e '/parso/d' \ -e '/jedi/d' \ + -e '/pylint/d' \ {setup.py,requirements/conda.txt} || die sed -i \ -e "/^PYLS_REQVER/c\PYLS_REQVER = '>=0.0.1'" \ -e "/^PYLSP_REQVER/c\PYLSP_REQVER = '>=0.0.1'" \ -e "/^PARSO_REQVER/c\PARSO_REQVER = '>=0.0.1'" \ -e "/^JEDI_REQVER/c\JEDI_REQVER = '>=0.0.1'" \ + -e "/^PYLINT_REQVER/c\PYLINT_REQVER = '>=0.0.1'" \ spyder/dependencies.py || die # do not check deps, fails because we removed pyqt5 dependency above
