git: 0b13e14b3ebf - 2024Q4 - textproc/py-python-lsp-server: Fix circular dep

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Sat, 04 Jan 2025 14:38:13 UTC
The branch 2024Q4 has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b13e14b3ebfb21e37c317baa2fe54537b1cc9ef

commit 0b13e14b3ebfb21e37c317baa2fe54537b1cc9ef
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2025-01-04 14:33:41 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2025-01-04 14:37:59 +0000

    textproc/py-python-lsp-server: Fix circular dep
    
    Both, textproc/py-python-lsp-server and textproc/py-python-lsp-black,
    depend on each other. Remove black dep in lsp-server.
    
    MFH:            2024Q4
    (cherry picked from commit 8716fd92c138bf078d80191b91cdb7208a66b0ad)
---
 textproc/py-python-lsp-server/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile
index 63a47af6d112..090d1fce37b7 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.12.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -28,7 +28,6 @@ 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}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} \