commit:     6abc2f1feec83d600c642adb0711b4bc3325e076
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 09:34:30 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 09:54:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abc2f1f

dev-python/python-lsp-server: restrict to pydocstyle<6.2

6.2.0+ break lsp-server in spyder because of an incompatibility here

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

 ...python-lsp-server-1.6.0.ebuild => python-lsp-server-1.6.0-r1.ebuild} | 2 ++
 ...python-lsp-server-1.7.0.ebuild => python-lsp-server-1.7.0-r1.ebuild} | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-python/python-lsp-server/python-lsp-server-1.6.0.ebuild 
b/dev-python/python-lsp-server/python-lsp-server-1.6.0-r1.ebuild
similarity index 96%
rename from dev-python/python-lsp-server/python-lsp-server-1.6.0.ebuild
rename to dev-python/python-lsp-server/python-lsp-server-1.6.0-r1.ebuild
index 2d13e6dac881..29db36cb6358 100644
--- a/dev-python/python-lsp-server/python-lsp-server-1.6.0.ebuild
+++ b/dev-python/python-lsp-server/python-lsp-server-1.6.0-r1.ebuild
@@ -29,6 +29,7 @@ BDEPEND="
                dev-python/pandas[${PYTHON_USEDEP}]
                >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
                >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
+               <dev-python/pydocstyle-6.2.0[${PYTHON_USEDEP}]
                >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
                >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
                dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
@@ -49,6 +50,7 @@ RDEPEND="
                >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
                >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
                >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
+               <dev-python/pydocstyle-6.2.0[${PYTHON_USEDEP}]
                >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
                >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
                >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]

diff --git a/dev-python/python-lsp-server/python-lsp-server-1.7.0.ebuild 
b/dev-python/python-lsp-server/python-lsp-server-1.7.0-r1.ebuild
similarity index 96%
rename from dev-python/python-lsp-server/python-lsp-server-1.7.0.ebuild
rename to dev-python/python-lsp-server/python-lsp-server-1.7.0-r1.ebuild
index 9973c2181c42..ae316d1b4366 100644
--- a/dev-python/python-lsp-server/python-lsp-server-1.7.0.ebuild
+++ b/dev-python/python-lsp-server/python-lsp-server-1.7.0-r1.ebuild
@@ -29,6 +29,7 @@ BDEPEND="
                dev-python/pandas[${PYTHON_USEDEP}]
                >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
                >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
+               <dev-python/pydocstyle-6.2.0[${PYTHON_USEDEP}]
                >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
                >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
                dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
@@ -49,6 +50,7 @@ RDEPEND="
                >=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
                >=dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
                >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
+               <dev-python/pydocstyle-6.2.0[${PYTHON_USEDEP}]
                >=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
                >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
                >=dev-python/rope-1.2.0[${PYTHON_USEDEP}]

Reply via email to