From owner-dev-commits-ports-all@freebsd.org Thu May 6 07:55:50 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 1C50163D8F3; Thu, 6 May 2021 07:55:50 +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 4FbQqp08Kqz3vQ3; Thu, 6 May 2021 07:55:50 +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 E75FF1485E; Thu, 6 May 2021 07:55:49 +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 1467tnqq005585; Thu, 6 May 2021 07:55:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1467tnPZ005584; Thu, 6 May 2021 07:55:49 GMT (envelope-from git) Date: Thu, 6 May 2021 07:55:49 GMT Message-Id: <202105060755.1467tnPZ005584@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 5041f74ee3a6 - main - textproc/py-pyls-spyder: Update to 0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5041f74ee3a6f603d9083114fc5f6f796a899402 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: Thu, 06 May 2021 07:55:50 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=5041f74ee3a6f603d9083114fc5f6f796a899402 commit 5041f74ee3a6f603d9083114fc5f6f796a899402 Author: Rainer Hurling AuthorDate: 2021-05-06 07:49:08 +0000 Commit: Rainer Hurling CommitDate: 2021-05-06 07:54:43 +0000 textproc/py-pyls-spyder: Update to 0.4.0 - Use python-lsp-server instead of python-language-server - Make utf-8 ready for python36 Reported by: Repology --- textproc/py-pyls-spyder/Makefile | 4 ++-- textproc/py-pyls-spyder/distinfo | 6 +++--- textproc/py-pyls-spyder/files/patch-setup.py | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/textproc/py-pyls-spyder/Makefile b/textproc/py-pyls-spyder/Makefile index fdcb05780b2e..6588e07c76e2 100644 --- a/textproc/py-pyls-spyder/Makefile +++ b/textproc/py-pyls-spyder/Makefile @@ -1,7 +1,7 @@ # Created by: Rainer Hurling PORTNAME= pyls-spyder -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Spyder extensions for the python-language-server (pyls) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-language-server>0:textproc/py-python-language-server@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-lsp-server>0:textproc/py-python-lsp-server@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/textproc/py-pyls-spyder/distinfo b/textproc/py-pyls-spyder/distinfo index 6862d3426054..6841298e0373 100644 --- a/textproc/py-pyls-spyder/distinfo +++ b/textproc/py-pyls-spyder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614413190 -SHA256 (pyls-spyder-0.3.2.tar.gz) = f2be1b05f2c7a72565b28de7289d2c2b16052b88e46914279a2d631e074ed158 -SIZE (pyls-spyder-0.3.2.tar.gz) = 7357 +TIMESTAMP = 1619798220 +SHA256 (pyls-spyder-0.4.0.tar.gz) = 45a321c83f64267d82907492c55199fccabda45bc872dd23bf1efd08edac1b0b +SIZE (pyls-spyder-0.4.0.tar.gz) = 7427 diff --git a/textproc/py-pyls-spyder/files/patch-setup.py b/textproc/py-pyls-spyder/files/patch-setup.py new file mode 100644 index 000000000000..74dd38bd1565 --- /dev/null +++ b/textproc/py-pyls-spyder/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-04-29 20:01:20 UTC ++++ setup.py +@@ -33,7 +33,7 @@ def get_version(module='pyls_spyder'): + + def get_description(): + """Get long description.""" +- with open(os.path.join(HERE, 'README.md'), 'r') as f: ++ with open(os.path.join(HERE, 'README.md'), 'r', encoding='utf8') as f: + data = f.read() + return data +