git: 02f5f61573f2 - main - textproc/py-python-language-server: Mark port deprecated
Rainer Hurling
rhurlin at FreeBSD.org
Sat Jun 5 20:31:45 UTC 2021
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=02f5f61573f2ef254f9cdab7d6f18b143a87e6ff
commit 02f5f61573f2ef254f9cdab7d6f18b143a87e6ff
Author: Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-06-05 20:23:56 +0000
Commit: Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-06-05 20:31:14 +0000
textproc/py-python-language-server: Mark port deprecated
palantir/python-language-server was forked upstream [1] to
python-lsp/python-lsp-server and is not updated any more.
[1] https://github.com/palantir/python-language-server/issues/935
---
textproc/py-python-language-server/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/textproc/py-python-language-server/Makefile b/textproc/py-python-language-server/Makefile
index 53ec10196f1b..e36a60a9495d 100644
--- a/textproc/py-python-language-server/Makefile
+++ b/textproc/py-python-language-server/Makefile
@@ -13,6 +13,9 @@ COMMENT= Python implementation of the Language Server Protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream forked and replaced by py-python-lsp-server
+EXPIRATION_DATE= 2021-07-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autopep8>0:textproc/py-autopep8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jedi>0:devel/py-jedi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mccabe>0:devel/py-mccabe@${PY_FLAVOR} \
More information about the dev-commits-ports-all
mailing list