Skip to content

Commit

Permalink
textproc/py-python-lsp-server: Add missing dep
Browse files Browse the repository at this point in the history
Add missing run dependency textproc/py-whatthepatch as wanted by
pyproject.toml.

PR:		267066
MFH:		2022Q4
  • Loading branch information
rhurlin committed Oct 15, 2022
1 parent 76670f6 commit 309c70a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions textproc/py-python-lsp-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= python-lsp-server
PORTVERSION= 1.5.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -28,6 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autopep8>0:textproc/py-autopep8@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}python-lsp-jsonrpc>0:textproc/py-python-lsp-jsonrpc@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rope>0:devel/py-rope@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}whatthepatch>0:textproc/py-whatthepatch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yapf>0:textproc/py-yapf@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flaky>=3.4.0:devel/py-flaky@${PY_FLAVOR} \
Expand All @@ -41,7 +42,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}yapf>0:textproc/py-yapf@${PY_FLAVOR} \
${PYNUMPY}

# make test: 3 failed, 134 passed, 9 skipped, 18 warnings
# make test: 4 failed, 133 passed, 9 skipped, 18 warnings
# mainly because of py-numpy>=1.23.0 ...
USES= python:3.7+ pytest
USE_PYTHON= autoplist concurrent distutils
Expand Down

0 comments on commit 309c70a

Please sign in to comment.