git: b144a1269921 - main - textproc/py-python-lsp-jsonrpc: Update to 1.1.1

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Sun, 10 Sep 2023 10:18:24 UTC
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b144a12699219f028f4172a8330e61d6333ad102

commit b144a12699219f028f4172a8330e61d6333ad102
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2023-09-10 10:12:49 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2023-09-10 10:12:49 +0000

    textproc/py-python-lsp-jsonrpc: Update to 1.1.1
    
    Changelog: https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/CHANGELOG.md#version-111-20230909
    Changelog: https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/CHANGELOG.md#version-110-20230907
    
    Reported by:    portscout, Repology
---
 textproc/py-python-lsp-jsonrpc/Makefile  | 17 ++++++++++++++---
 textproc/py-python-lsp-jsonrpc/distinfo  |  6 +++---
 textproc/py-python-lsp-jsonrpc/pkg-descr |  2 +-
 3 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/textproc/py-python-lsp-jsonrpc/Makefile b/textproc/py-python-lsp-jsonrpc/Makefile
index 5205a3350316..d120552d1bcc 100644
--- a/textproc/py-python-lsp-jsonrpc/Makefile
+++ b/textproc/py-python-lsp-jsonrpc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	python-lsp-jsonrpc
-PORTVERSION=	1.0.0
+PORTVERSION=	1.1.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,21 @@ WWW=		https://github.com/python-lsp/python-lsp-jsonrpc
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/pycoverage@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/pyflakes@${PY_FLAVOR} \
+		pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+# test: 1 failed, 26 passed (test/test_streams.py:118: AssertionError)
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/textproc/py-python-lsp-jsonrpc/distinfo b/textproc/py-python-lsp-jsonrpc/distinfo
index 82dac3665901..342c826b815b 100644
--- a/textproc/py-python-lsp-jsonrpc/distinfo
+++ b/textproc/py-python-lsp-jsonrpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619806307
-SHA256 (python-lsp-jsonrpc-1.0.0.tar.gz) = 7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
-SIZE (python-lsp-jsonrpc-1.0.0.tar.gz) = 10011
+TIMESTAMP = 1694331943
+SHA256 (python-lsp-jsonrpc-1.1.1.tar.gz) = 05cc914aa5ee2e7f52eb762014ba4996a8cc52459bfddb81fb96c56ace927908
+SIZE (python-lsp-jsonrpc-1.1.1.tar.gz) = 15151
diff --git a/textproc/py-python-lsp-jsonrpc/pkg-descr b/textproc/py-python-lsp-jsonrpc/pkg-descr
index ffd3beb4ba5c..96c219940d6d 100644
--- a/textproc/py-python-lsp-jsonrpc/pkg-descr
+++ b/textproc/py-python-lsp-jsonrpc/pkg-descr
@@ -1,3 +1,3 @@
-A Python 3.6+ server implementation of the JSON RPC 2.0
+A Python 3.8+ server implementation of the JSON RPC 2.0
 protocol. This library has been pulled out of the Python
 LSP Server project.