pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-lsprotocol



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  4 21:24:42 UTC 2023

Modified Files:
        pkgsrc/lang/py-lsprotocol: Makefile distinfo

Log Message:
py-lsprotocol: updated to 2023.0.0b1

2023.0.0b1
Add broad spectrum tests for python


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py-lsprotocol/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-lsprotocol/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-lsprotocol/Makefile
diff -u pkgsrc/lang/py-lsprotocol/Makefile:1.6 pkgsrc/lang/py-lsprotocol/Makefile:1.7
--- pkgsrc/lang/py-lsprotocol/Makefile:1.6      Sat Sep  9 21:14:52 2023
+++ pkgsrc/lang/py-lsprotocol/Makefile  Wed Oct  4 21:24:42 2023
@@ -1,25 +1,20 @@
-# $NetBSD: Makefile,v 1.6 2023/09/09 21:14:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/10/04 21:24:42 adam Exp $
 # Changes:
 # https://github.com/microsoft/lsprotocol/releases
 
-DISTNAME=      lsprotocol-2023.0.0a3
+DISTNAME=      lsprotocol-2023.0.0b1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    lang
+CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lsprotocol/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.org/project/lsprotocol/
+HOMEPAGE=      https://github.com/microsoft/lsprotocol
 COMMENT=       Python implementation of the Language Server Protocol
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
-# from https://github.com/microsoft/lsprotocol/blob/main/requirements.in
-DEPENDS+=      ${PYPKGPREFIX}-attrs>=0:../../devel/py-attrs
-DEPENDS+=      ${PYPKGPREFIX}-cattrs>=0:../../devel/py-cattrs
-DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=0:../../textproc/py-jsonschema
-DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=0:../../devel/py-importlib-resources
-DEPENDS+=      ${PYPKGPREFIX}-test>=0:../../devel/py-test
-DEPENDS+=      ${PYPKGPREFIX}-hamcrest>=0:../../devel/py-hamcrest
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=21.3.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-cattrs-[0-9]*:../../devel/py-cattrs
 
 USE_LANGUAGES= # none
 

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



Home | Main Index | Thread Index | Old Index