Skip to content

Commit

Permalink
textproc/py-python-lsp-server: Relax restriction
Browse files Browse the repository at this point in the history
Lower restrictions for dependent devel/py-pyflakes
  • Loading branch information
rhurlin committed Dec 11, 2022
1 parent 1106ed5 commit 4988125
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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}
Expand Down
12 changes: 8 additions & 4 deletions 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 = [
Expand 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"
]
Expand All @@ -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"]

0 comments on commit 4988125

Please sign in to comment.