git: 90089ea6aab0 - 2022Q4 - textproc/py-python-lsp-server: Add missing dep
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 07:24:56 UTC
The branch 2022Q4 has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=90089ea6aab07f7687607ed0413be5d74833df8a commit 90089ea6aab07f7687607ed0413be5d74833df8a Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2022-10-15 07:20:16 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2022-10-15 07:24:30 +0000 textproc/py-python-lsp-server: Add missing dep Add missing run dependency textproc/py-whatthepatch as wanted by pyproject.toml. PR: 267066 MFH: 2022Q4 (cherry picked from commit 309c70a92b7ef846ea361c53fe290a37c91893d5) --- textproc/py-python-lsp-server/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile index f6e6aecf5de6..b11e997f3ccf 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.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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} \ @@ -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