git: 49881252e6a1 - main - textproc/py-python-lsp-server: Relax restriction

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Sun, 11 Dec 2022 17:06:56 UTC
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49881252e6a1aedc1c966409f11c3250750773c0

commit 49881252e6a1aedc1c966409f11c3250750773c0
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2022-12-11 17:03:13 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-12-11 17:03:13 +0000

    textproc/py-python-lsp-server: Relax restriction
    
    Lower restrictions for dependent devel/py-pyflakes
---
 textproc/py-python-lsp-server/Makefile                   |  2 +-
 textproc/py-python-lsp-server/files/patch-pyproject.toml | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile
index be6dc8d42199..5749ad697e56 100644
--- a/textproc/py-python-lsp-server/Makefile
+++ b/textproc/py-python-lsp-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	python-lsp-server
 PORTVERSION=	1.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-python-lsp-server/files/patch-pyproject.toml b/textproc/py-python-lsp-server/files/patch-pyproject.toml
index cf78fdf65305..d9e4209b1845 100644
--- a/textproc/py-python-lsp-server/files/patch-pyproject.toml
+++ b/textproc/py-python-lsp-server/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
 --- pyproject.toml.orig	2022-11-02 23:27:35 UTC
 +++ pyproject.toml
-@@ -27,10 +27,10 @@ all = [
+@@ -27,23 +27,23 @@ all = [
  
  [project.optional-dependencies]
  all = [
@@ -12,9 +12,10 @@
 -    "pycodestyle>=2.9.0,<2.10.0",
 +    "pycodestyle>=2.9.0",
      "pydocstyle>=2.0.0",
-     "pyflakes>=2.5.0,<2.6.0",
+-    "pyflakes>=2.5.0,<2.6.0",
++    "pyflakes>=2.5.0",
      "pylint>=2.5.0",
-@@ -38,10 +38,10 @@ all = [
+     "rope>=0.10.5",
      "yapf",
      "whatthepatch"
  ]
@@ -26,5 +27,8 @@
 -pycodestyle = ["pycodestyle>=2.9.0,<2.10.0"]
 +pycodestyle = ["pycodestyle>=2.9.0"]
  pydocstyle = ["pydocstyle>=2.0.0"]
- pyflakes = ["pyflakes>=2.5.0,<2.6.0"]
+-pyflakes = ["pyflakes>=2.5.0,<2.6.0"]
++pyflakes = ["pyflakes>=2.5.0"]
  pylint = ["pylint>=2.5.0"]
+ rope = ["rope>0.10.5"]
+ yapf = ["yapf", "whatthepatch>=1.0.2,<2.0.0"]