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:   wiz
Date:           Fri May  5 09:35:40 UTC 2023

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

Log Message:
py-lsprotocol: add more missing dependencies


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

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.2 pkgsrc/lang/py-lsprotocol/Makefile:1.3
--- pkgsrc/lang/py-lsprotocol/Makefile:1.2      Fri May  5 09:24:06 2023
+++ pkgsrc/lang/py-lsprotocol/Makefile  Fri May  5 09:35:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/05/05 09:24:06 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/05 09:35:40 wiz Exp $
 
 DISTNAME=      lsprotocol-2023.0.0a1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,13 @@ COMMENT=     Python implementation of the La
 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
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index