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
This commit is contained in:
Rainer Hurling 2021-06-05 22:23:56 +02:00
parent fc418b57d2
commit 02f5f61573

View File

@ -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} \