View | Details | Raw Unified | Return to bug 267058
Collapse All | Expand All

(-)b/textproc/py-python-lsp-server/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	python-lsp-server
1
PORTNAME=	python-lsp-server
2
PORTVERSION=	1.5.0
2
PORTVERSION=	1.5.0
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	textproc python
4
CATEGORIES=	textproc python
5
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)b/textproc/py-python-lsp-server/files/patch-pyproject.toml (-6 / +22 lines)
Lines 1-17 Link Here
1
--- pyproject.toml.orig	2022-06-28 16:50:47 UTC
1
--- pyproject.toml.orig	2022-06-28 16:50:47 UTC
2
+++ pyproject.toml
2
+++ pyproject.toml
3
@@ -31,7 +31,7 @@ all = [
3
@@ -26,23 +26,23 @@ all = [
4
     "mccabe>=0.6.0,<0.7.0",
4
 
5
     "pycodestyle>=2.8.0,<2.9.0",
5
 [project.optional-dependencies]
6
 all = [
7
-    "autopep8>=1.6.0,<1.7.0",
8
-    "flake8>=4.0.0,<4.1.0",
9
-    "mccabe>=0.6.0,<0.7.0",
10
-    "pycodestyle>=2.8.0,<2.9.0",
11
+    "autopep8>=1.6.0",
12
+    "flake8>=4.0.0",
13
+    "mccabe>=0.6.0",
14
+    "pycodestyle>=2.8.0",
6
     "pydocstyle>=2.0.0",
15
     "pydocstyle>=2.0.0",
7
-    "pyflakes>=2.4.0,<2.5.0",
16
-    "pyflakes>=2.4.0,<2.5.0",
8
+    "pyflakes>=2.4.0",
17
+    "pyflakes>=2.4.0",
9
     "pylint>=2.5.0",
18
     "pylint>=2.5.0",
10
     "rope>=0.10.5",
19
     "rope>=0.10.5",
11
     "yapf",
20
     "yapf",
12
@@ -42,7 +42,7 @@ pydocstyle = ["pydocstyle>=2.0.0"]
21
     "whatthepatch"
13
 mccabe = ["mccabe>=0.6.0,<0.7.0"]
22
 ]
14
 pycodestyle = ["pycodestyle>=2.8.0,<2.9.0"]
23
-autopep8 = ["autopep8>=1.6.0,<1.7.0"]
24
-flake8 = ["flake8>=4.0.0,<4.1.0"]
25
-mccabe = ["mccabe>=0.6.0,<0.7.0"]
26
-pycodestyle = ["pycodestyle>=2.8.0,<2.9.0"]
27
+autopep8 = ["autopep8>=1.6.0"]
28
+flake8 = ["flake8>=4.0.0"]
29
+mccabe = ["mccabe>=0.6.0"]
30
+pycodestyle = ["pycodestyle>=2.8.0"]
15
 pydocstyle = ["pydocstyle>=2.0.0"]
31
 pydocstyle = ["pydocstyle>=2.0.0"]
16
-pyflakes = ["pyflakes>=2.4.0,<2.5.0"]
32
-pyflakes = ["pyflakes>=2.4.0,<2.5.0"]
17
+pyflakes = ["pyflakes>=2.4.0"]
33
+pyflakes = ["pyflakes>=2.4.0"]

Return to bug 267058