Date: Sat, 4 Jan 2025 13:20:12 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 248085593241 - main - textproc/py-python-lsp-server: Change black plugin Message-ID: <202501041320.504DKC3o082509@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=24808559324172d93fa4a4e5fd0a90d07d0c1658 commit 24808559324172d93fa4a4e5fd0a90d07d0c1658 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:19:32 +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 --- 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?202501041320.504DKC3o082509>