diff --git a/textproc/py-python-language-server/Makefile b/textproc/py-python-language-server/Makefile index 53ec10196f1b5..e36a60a9495de 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} \