diff options
| author | Rainer Hurling <rhurlin@FreeBSD.org> | 2025-01-04 13:18:51 +0100 |
|---|---|---|
| committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2025-01-04 14:21:59 +0100 |
| commit | c6aa1347499c0eaaafd4c4c7dd2a49552e23d933 (patch) | |
| tree | ea9caf158685f47b9fc9be53308c21e48bb68597 | |
| parent | 402ad3465b5f4ed615d92cda4bdf16e68b77622e (diff) | |
textproc/py-python-lsp-server: Change black plugin
Repository rupert/pyls-black is archived.
Use python-lsp/python-lsp-black instead [1].
While here, pet portclippy.
https://github.com/rupert/pyls-black/blob/master/README.md
MFH: 2024Q1
(cherry picked from commit 24808559324172d93fa4a4e5fd0a90d07d0c1658)
| -rw-r--r-- | textproc/py-python-lsp-server/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile index 9806f45b8a21..63a47af6d112 100644 --- a/textproc/py-python-lsp-server/Makefile +++ b/textproc/py-python-lsp-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-lsp-server PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autopep8>0:textproc/py-autopep8@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}pydocstyle>0:devel/py-pydocstyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} \ pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyls-black>0:devel/py-pyls-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-lsp-black>0:textproc/py-python-lsp-black@${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}ruff>0:devel/py-ruff@${PY_FLAVOR} \ @@ -58,12 +59,12 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest -TEST_USES= qt:5 -TEST_USE_PYQT= pyqt5:test -TEST_USE_QT= testlib - NO_ARCH= yes WRKSRC= ${WRKDIR}/${DISTFILES:R:R} +TEST_USES= qt:5 +TEST_USE_PYQT= pyqt5:test +TEST_USE_QT= testlib + .include <bsd.port.mk> |
