pkgsrc-WIP-changes archive

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

+py-lsp-jsonrpc in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 4 16:09:27 2022 +0000
Changeset:	8c780247936e7601c10579cf56503f83af6615f1

Modified Files:
	Makefile
Added Files:
	py-lsp-jsonrpc/DESCR
	py-lsp-jsonrpc/Makefile
	py-lsp-jsonrpc/PLIST
	py-lsp-jsonrpc/distinfo

Log Message:
+py-lsp-jsonrpc in wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8c780247936e7601c10579cf56503f83af6615f1

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

diffstat:
 Makefile                |  1 +
 py-lsp-jsonrpc/DESCR    |  2 ++
 py-lsp-jsonrpc/Makefile | 18 ++++++++++++++++++
 py-lsp-jsonrpc/PLIST    | 24 ++++++++++++++++++++++++
 py-lsp-jsonrpc/distinfo |  5 +++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6630ec26c6..630fe42197 100644
--- a/Makefile
+++ b/Makefile
@@ -4116,6 +4116,7 @@ SUBDIR+=	py-loky
 SUBDIR+=	py-louie
 SUBDIR+=	py-louvain
 SUBDIR+=	py-lrparsing
+SUBDIR+=	py-lsp-jsonrpc
 SUBDIR+=	py-lsqfit
 SUBDIR+=	py-luminous
 SUBDIR+=	py-lxmlproc
diff --git a/py-lsp-jsonrpc/DESCR b/py-lsp-jsonrpc/DESCR
new file mode 100644
index 0000000000..54d02816fd
--- /dev/null
+++ b/py-lsp-jsonrpc/DESCR
@@ -0,0 +1,2 @@
+A Python 3.6+ server implementation of the JSON RPC 2.0 protocol.
+This library has been pulled out of the Python LSP Server project.
diff --git a/py-lsp-jsonrpc/Makefile b/py-lsp-jsonrpc/Makefile
new file mode 100644
index 0000000000..5e34c1d4fd
--- /dev/null
+++ b/py-lsp-jsonrpc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	python-lsp-jsonrpc-1.0.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-lsp-jsonrpc/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/python-lsp/python-lsp-jsonrpc
+COMMENT=	JSON RPC 2.0 server library
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-ujson>=3.0.0:../../textproc/py-ujson
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-lsp-jsonrpc/PLIST b/py-lsp-jsonrpc/PLIST
new file mode 100644
index 0000000000..885527beb8
--- /dev/null
+++ b/py-lsp-jsonrpc/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${PYSITELIB}/pylsp_jsonrpc/__init__.py
+${PYSITELIB}/pylsp_jsonrpc/__init__.pyc
+${PYSITELIB}/pylsp_jsonrpc/__init__.pyo
+${PYSITELIB}/pylsp_jsonrpc/_version.py
+${PYSITELIB}/pylsp_jsonrpc/_version.pyc
+${PYSITELIB}/pylsp_jsonrpc/_version.pyo
+${PYSITELIB}/pylsp_jsonrpc/dispatchers.py
+${PYSITELIB}/pylsp_jsonrpc/dispatchers.pyc
+${PYSITELIB}/pylsp_jsonrpc/dispatchers.pyo
+${PYSITELIB}/pylsp_jsonrpc/endpoint.py
+${PYSITELIB}/pylsp_jsonrpc/endpoint.pyc
+${PYSITELIB}/pylsp_jsonrpc/endpoint.pyo
+${PYSITELIB}/pylsp_jsonrpc/exceptions.py
+${PYSITELIB}/pylsp_jsonrpc/exceptions.pyc
+${PYSITELIB}/pylsp_jsonrpc/exceptions.pyo
+${PYSITELIB}/pylsp_jsonrpc/streams.py
+${PYSITELIB}/pylsp_jsonrpc/streams.pyc
+${PYSITELIB}/pylsp_jsonrpc/streams.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-lsp-jsonrpc/distinfo b/py-lsp-jsonrpc/distinfo
new file mode 100644
index 0000000000..41c3b13da1
--- /dev/null
+++ b/py-lsp-jsonrpc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (python-lsp-jsonrpc-1.0.0.tar.gz) = 28b8d6e7409a0bfc2a81c87508f0c88a7624d5075624c4f14950c6f8fe389342
+SHA512 (python-lsp-jsonrpc-1.0.0.tar.gz) = 447835fc6c3810f486d80f85295089c021b792843bdf88d461c021b8b04407d8f7e6a99c07351a23658a5dff46eb475bc64e51bdec029787cd33330b54d4dfec
+Size (python-lsp-jsonrpc-1.0.0.tar.gz) = 10011 bytes


Home | Main Index | Thread Index | Old Index