mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
remove version spec for autopep8 to unbreak packaging. it's an optional
dep in the first place, doc says that YAPF is preferred if available anyway (YAPF is also listed as a dep), and test/plugins/test_autopep8_format.py is successful with the updated version
This commit is contained in:
@@ -3,7 +3,7 @@ COMMENT = Python Language Server
|
||||
MODPY_EGG_VERSION = 1.11.0
|
||||
DISTNAME = python-lsp-server-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@@ -20,7 +20,7 @@ FLAVOR = python3
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools_scm
|
||||
|
||||
RUN_DEPENDS = devel/autopep8>=2.0.4,<2.1.0 \
|
||||
RUN_DEPENDS = devel/autopep8 \
|
||||
devel/flake8>=7.0.0,<8 \
|
||||
devel/pyflakes${MODPY_FLAVOR}>=3.2.0,<3.3.0 \
|
||||
devel/pylint${MODPY_FLAVOR}>=3.1,<4 \
|
||||
|
||||
Reference in New Issue
Block a user