Date: Sat, 4 Jan 2025 13:22:13 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: c6aa1347499c - 2024Q4 - textproc/py-python-lsp-server: Change black plugin Message-ID: <202501041322.504DMDSq090918@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6aa1347499c0eaaafd4c4c7dd2a49552e23d933 commit c6aa1347499c0eaaafd4c4c7dd2a49552e23d933 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2025-01-04 12:18:51 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2025-01-04 13:21:59 +0000 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) --- textproc/py-python-lsp-server/Makefile | 11 ++++++----- 1 file 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501041322.504DMDSq090918>