Wed Oct 4 21:24:42 2023 UTC ()
py-lsprotocol: updated to 2023.0.0b1

2023.0.0b1
Add broad spectrum tests for python


(adam)
diff -r1.6 -r1.7 pkgsrc/lang/py-lsprotocol/Makefile
diff -r1.3 -r1.4 pkgsrc/lang/py-lsprotocol/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/lang/py-lsprotocol/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py-lsprotocol/Makefile 2023/09/09 21:14:52 1.6
+++ pkgsrc/lang/py-lsprotocol/Makefile 2023/10/04 21:24:42 1.7
@@ -1,29 +1,24 @@ @@ -1,29 +1,24 @@
1# $NetBSD: Makefile,v 1.6 2023/09/09 21:14:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2023/10/04 21:24:42 adam Exp $
2# Changes: 2# Changes:
3# https://github.com/microsoft/lsprotocol/releases 3# https://github.com/microsoft/lsprotocol/releases
4 4
5DISTNAME= lsprotocol-2023.0.0a3 5DISTNAME= lsprotocol-2023.0.0b1
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7CATEGORIES= lang 7CATEGORIES= lang python
8MASTER_SITES= ${MASTER_SITE_PYPI:=l/lsprotocol/} 8MASTER_SITES= ${MASTER_SITE_PYPI:=l/lsprotocol/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://pypi.org/project/lsprotocol/ 11HOMEPAGE= https://github.com/microsoft/lsprotocol
12COMMENT= Python implementation of the Language Server Protocol 12COMMENT= Python implementation of the Language Server Protocol
13LICENSE= mit 13LICENSE= mit
14 14
15TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core 15TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
16# from https://github.com/microsoft/lsprotocol/blob/main/requirements.in 16DEPENDS+= ${PYPKGPREFIX}-attrs>=21.3.0:../../devel/py-attrs
17DEPENDS+= ${PYPKGPREFIX}-attrs>=0:../../devel/py-attrs 17DEPENDS+= ${PYPKGPREFIX}-cattrs-[0-9]*:../../devel/py-cattrs
18DEPENDS+= ${PYPKGPREFIX}-cattrs>=0:../../devel/py-cattrs 
19DEPENDS+= ${PYPKGPREFIX}-jsonschema>=0:../../textproc/py-jsonschema 
20DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=0:../../devel/py-importlib-resources 
21DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test 
22DEPENDS+= ${PYPKGPREFIX}-hamcrest>=0:../../devel/py-hamcrest 
23 18
24USE_LANGUAGES= # none 19USE_LANGUAGES= # none
25 20
26PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
27 22
28.include "../../lang/python/wheel.mk" 23.include "../../lang/python/wheel.mk"
29.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/lang/py-lsprotocol/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py-lsprotocol/distinfo 2023/09/09 21:14:52 1.3
+++ pkgsrc/lang/py-lsprotocol/distinfo 2023/10/04 21:24:42 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2023/09/09 21:14:52 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2023/10/04 21:24:42 adam Exp $
2 2
3BLAKE2s (lsprotocol-2023.0.0a3.tar.gz) = 55c239158fe33b2e443cc023e5513760d7176814e2539fd883df4ba81ff20513 3BLAKE2s (lsprotocol-2023.0.0b1.tar.gz) = 85ae4b93558d715bec81d7591f9c8d343120808aa8cc63b384254f63f9bdcee7
4SHA512 (lsprotocol-2023.0.0a3.tar.gz) = d22176dd9b2ec5a205dd99f5c1287a84a9752cdd45b81b5facefec23731217851d9e437bda6e0093c6974670b9589c5043575080079cfb865e19190ba6c9b4a8 4SHA512 (lsprotocol-2023.0.0b1.tar.gz) = 82658e3b8212194a6ee8e9dd59073cb3e1a0089066bf70e0f960275b068903101acda2471f01cb4668752a7db56fec5c15b951c5b6ee6c8b8b0f0deff54856fa
5Size (lsprotocol-2023.0.0a3.tar.gz) = 68859 bytes 5Size (lsprotocol-2023.0.0b1.tar.gz) = 69190 bytes