diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-09-27 21:27:04 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-09-27 21:28:12 +0200 |
commit | 1f05d0d6c16b6dfb4c59af074c9a862624598597 (patch) | |
tree | a0121704b5014cc63d093a4f040303f45f50e77e /dev-python/spyder | |
parent | media-gfx/argyllcms: 2.2.1 bump (diff) | |
download | gentoo-1f05d0d6c16b6dfb4c59af074c9a862624598597.tar.gz gentoo-1f05d0d6c16b6dfb4c59af074c9a862624598597.tar.bz2 gentoo-1f05d0d6c16b6dfb4c59af074c9a862624598597.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/spyder-5.1.5-r1.ebuild (renamed from dev-python/spyder/spyder-5.1.5.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/spyder/spyder-5.1.5.ebuild b/dev-python/spyder/spyder-5.1.5-r1.ebuild index 43cdc338040f..f5b6758981eb 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 |