Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 2021 20:31:45 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: 02f5f61573f2 - main - textproc/py-python-language-server: Mark port deprecated
Message-ID:  <202106052031.155KVjLI026058@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=02f5f61573f2ef254f9cdab7d6f18b143a87e6ff

commit 02f5f61573f2ef254f9cdab7d6f18b143a87e6ff
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-06-05 20:23:56 +0000
Commit:     Rainer Hurling <rhurlin@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106052031.155KVjLI026058>