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:20:06 UTC 2023

Added Files:
        pkgsrc/lang/py-lsprotocol: DESCR Makefile PLIST distinfo

Log Message:
lang/py-lsprotocol: import py-lsprotocol-2023.0.0a1

`lsprotocol` is a python implementation of object types used in
the Language Server Protocol (LSP).

LSP is used by editors to communicate with various tools to enables
services like code completion, documentation on hover, formatting,
code analysis, etc. The intent of this library is to allow you to
build on top of the types used by LSP.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/py-lsprotocol/DESCR \
    pkgsrc/lang/py-lsprotocol/Makefile pkgsrc/lang/py-lsprotocol/PLIST \
    pkgsrc/lang/py-lsprotocol/distinfo

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

Added files:

Index: pkgsrc/lang/py-lsprotocol/DESCR
diff -u /dev/null pkgsrc/lang/py-lsprotocol/DESCR:1.1
--- /dev/null   Fri May  5 09:20:06 2023
+++ pkgsrc/lang/py-lsprotocol/DESCR     Fri May  5 09:20:06 2023
@@ -0,0 +1,7 @@
+`lsprotocol` is a python implementation of object types used in
+the Language Server Protocol (LSP).
+
+LSP is used by editors to communicate with various tools to enables
+services like code completion, documentation on hover, formatting,
+code analysis, etc. The intent of this library is to allow you to
+build on top of the types used by LSP.
Index: pkgsrc/lang/py-lsprotocol/Makefile
diff -u /dev/null pkgsrc/lang/py-lsprotocol/Makefile:1.1
--- /dev/null   Fri May  5 09:20:06 2023
+++ pkgsrc/lang/py-lsprotocol/Makefile  Fri May  5 09:20:06 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/05/05 09:20:06 wiz Exp $
+
+DISTNAME=      lsprotocol-2023.0.0a1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    lang
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lsprotocol/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/lsprotocol/
+COMMENT=       Python implementation of the Language Server Protocol
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-lsprotocol/PLIST
diff -u /dev/null pkgsrc/lang/py-lsprotocol/PLIST:1.1
--- /dev/null   Fri May  5 09:20:06 2023
+++ pkgsrc/lang/py-lsprotocol/PLIST     Fri May  5 09:20:06 2023
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/05 09:20:06 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/lsprotocol/__init__.py
+${PYSITELIB}/lsprotocol/__init__.pyc
+${PYSITELIB}/lsprotocol/_hooks.py
+${PYSITELIB}/lsprotocol/_hooks.pyc
+${PYSITELIB}/lsprotocol/converters.py
+${PYSITELIB}/lsprotocol/converters.pyc
+${PYSITELIB}/lsprotocol/py.typed
+${PYSITELIB}/lsprotocol/types.py
+${PYSITELIB}/lsprotocol/types.pyc
+${PYSITELIB}/lsprotocol/validators.py
+${PYSITELIB}/lsprotocol/validators.pyc
Index: pkgsrc/lang/py-lsprotocol/distinfo
diff -u /dev/null pkgsrc/lang/py-lsprotocol/distinfo:1.1
--- /dev/null   Fri May  5 09:20:06 2023
+++ pkgsrc/lang/py-lsprotocol/distinfo  Fri May  5 09:20:06 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/05 09:20:06 wiz Exp $
+
+BLAKE2s (lsprotocol-2023.0.0a1.tar.gz) = 08e9d2271a02fadc6b09e2ac0866e81cdf7ceeadcd4a0187cb7438e13ec4b3bf
+SHA512 (lsprotocol-2023.0.0a1.tar.gz) = d7c8dab273bfcaa2539dc73386fcff1a2389d04816369d8953443420dd0b725d646f9b4ac830e47de6ad3ce1fba27396447cd8be98e2e2e97c8273c1b42e72d3
+Size (lsprotocol-2023.0.0a1.tar.gz) = 68113 bytes



Home | Main Index | Thread Index | Old Index