Hi Rainer, There are 4 more dependencies that also need upper limits on their versions removed: > pkg_resources.DistributionNotFound: The 'pyflakes<2.5.0,>=2.4.0' distribution was not found and is required by python-lsp-server > pkg_resources.DistributionNotFound: The 'mccabe<0.7.0,>=0.6.0' distribution was not found and is required by python-lsp-server > pkg_resources.DistributionNotFound: The 'flake8<4.1.0,>=4.0.0' distribution was not found and is required by python-lsp-server > pkg_resources.DistributionNotFound: The 'autopep8<1.7.0,>=1.6.0' distribution was not found and is required by python-lsp-server Sorry that I didn't list them all in my previous bug report. Yuri
Created attachment 237305 [details] patch to remove version limits for more deps While upper version limit for pyflakes was removed in bug #267027, this patch removes it for autopep8, flake8, mccabe, and also for pycodestyle.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=168401008d19fa51bb41ea9977f73899c2a78e51 commit 168401008d19fa51bb41ea9977f73899c2a78e51 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2022-10-14 18:12:05 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2022-10-14 18:17:10 +0000 textproc/py-python-lsp-server: Remove more limits In a follow up, more version limits for dependencies are removed to unbreak the port at runtime. PR: 267058 MFH: 2022Q4 textproc/py-python-lsp-server/Makefile | 2 +- .../files/patch-pyproject.toml | 28 +++++++++++++++++----- 2 files changed, 23 insertions(+), 7 deletions(-)
A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fafedb623e9c8dec889245e7aa2793ed86b2c754 commit fafedb623e9c8dec889245e7aa2793ed86b2c754 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2022-10-14 18:12:05 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2022-10-14 18:19:11 +0000 textproc/py-python-lsp-server: Remove more limits In a follow up, more version limits for dependencies are removed to unbreak the port at runtime. PR: 267058 MFH: 2022Q4 (cherry picked from commit 168401008d19fa51bb41ea9977f73899c2a78e51) textproc/py-python-lsp-server/Makefile | 2 +- .../files/patch-pyproject.toml | 28 +++++++++++++++++----- 2 files changed, 23 insertions(+), 7 deletions(-)
Committed. Hope all is fine now ;)
(In reply to Rainer Hurling from comment #4) Thank you! devel/py-spyder now works with these changes. But it is still pending updates in other ports, Yuri