From owner-dev-commits-ports-all@freebsd.org Sun Aug 1 19:03:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1A4B6645FD; Sun, 1 Aug 2021 19:03:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gd9XK41Ktz3Jnm; Sun, 1 Aug 2021 19:03:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71C3811BC4; Sun, 1 Aug 2021 19:03:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 171J3jVP070178; Sun, 1 Aug 2021 19:03:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 171J3jUA070177; Sun, 1 Aug 2021 19:03:45 GMT (envelope-from git) Date: Sun, 1 Aug 2021 19:03:45 GMT Message-Id: <202108011903.171J3jUA070177@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: e00945cb3566 - main - cleanup: Remove expired ports: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e00945cb356678e67ae37e19cfef3f6b06dcf6c9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2021 19:03:45 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e00945cb356678e67ae37e19cfef3f6b06dcf6c9 commit e00945cb356678e67ae37e19cfef3f6b06dcf6c9 Author: Rene Ladan AuthorDate: 2021-08-01 19:03:29 +0000 Commit: Rene Ladan CommitDate: 2021-08-01 19:03:29 +0000 cleanup: Remove expired ports: 2021-07-31 textproc/py-python-language-server: Upstream forked and replaced by py-python-lsp-server --- MOVED | 1 + textproc/Makefile | 1 - textproc/py-python-language-server/Makefile | 44 ---------------------------- textproc/py-python-language-server/distinfo | 3 -- textproc/py-python-language-server/pkg-descr | 6 ---- 5 files changed, 1 insertion(+), 54 deletions(-) diff --git a/MOVED b/MOVED index 391b5154090f..c310d5933aa2 100644 --- a/MOVED +++ b/MOVED @@ -16475,3 +16475,4 @@ multimedia/mlt|multimedia/mlt6|2021-07-30|Moved to a versioned directory to make multimedia/mlt-qt5|multimedia/mlt6-qt5|2021-07-30|Moved to a versioned directory to make place for future versions multimedia/py-mlt|multimedia/py-mlt6|2021-07-30|Moved to a versioned directory to make place for future versions net/openldap24-sasl-client|net/openldap24-client|2021-08-01|SASL is always enabled for OpenLDAP +textproc/py-python-language-server|textproc/py-python-lsp-server|2021-08-01|Has expired: Upstream forked and replaced by py-python-lsp-server diff --git a/textproc/Makefile b/textproc/Makefile index 029d5b36b43e..8e8a32dbf4f3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1398,7 +1398,6 @@ SUBDIR += py-python-docs-theme SUBDIR += py-python-docx SUBDIR += py-python-gettext - SUBDIR += py-python-language-server SUBDIR += py-python-lsp-jsonrpc SUBDIR += py-python-lsp-server SUBDIR += py-python-slugify diff --git a/textproc/py-python-language-server/Makefile b/textproc/py-python-language-server/Makefile deleted file mode 100644 index e36a60a9495d..000000000000 --- a/textproc/py-python-language-server/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Rainer Hurling - -PORTNAME= python-language-server -PORTVERSION= 0.36.2 -PORTREVISION= 2 -CATEGORIES= textproc python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= rhurlin@FreeBSD.org -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} \ - ${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydocstyle>0:devel/py-pydocstyle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-jsonrpc-server>0:devel/py-python-jsonrpc-server@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rope>0:devel/py-rope@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yapf>0:textproc/py-yapf@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# Until upstream is merged, do it here -# https://github.com/palantir/python-language-server/pull/918 -post-patch: - @${REINPLACE_CMD} -e 's|<0.18.0,||g' \ - ${WRKSRC}/python_language_server.egg-info/requires.txt - @${REINPLACE_CMD} -e 's|,<0.18.0||g' \ - ${WRKSRC}/setup.py - -.include diff --git a/textproc/py-python-language-server/distinfo b/textproc/py-python-language-server/distinfo deleted file mode 100644 index a08348f7b0e5..000000000000 --- a/textproc/py-python-language-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1614410166 -SHA256 (python-language-server-0.36.2.tar.gz) = 9984c84a67ee2c5102c8e703215f407fcfa5e62b0ae86c9572d0ada8c4b417b0 -SIZE (python-language-server-0.36.2.tar.gz) = 74499 diff --git a/textproc/py-python-language-server/pkg-descr b/textproc/py-python-language-server/pkg-descr deleted file mode 100644 index 2e26fd91e916..000000000000 --- a/textproc/py-python-language-server/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -An implementation of the Language Server Protocol for Python. - -The base language server provide Completions, Definitions, -Hover, References, Signature Help, and Symbols. - -WWW: https://github.com/palantir/python-language-server