diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,22 @@ +name : python-lsp-jsonrpc +version : 1.0.0 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/p/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.tar.gz : 7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd +homepage : https://github.com/python-lsp/python-lsp-jsonrpc +license : MIT +component : programming.python +summary : JSON RPC 2.0 server library +description: | + Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community. This is 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. +builddeps : + - python-pytest-cov + - python-ujson +rundeps : + - python-ujson +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest3 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,51 @@ + + + python-lsp-jsonrpc + https://github.com/python-lsp/python-lsp-jsonrpc + + Algent Albrahimi + algent@protonmail.com + + MIT + programming.python + JSON RPC 2.0 server library + Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community. This is 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. + + https://getsol.us/sources/README.Solus + + + python-lsp-jsonrpc + JSON RPC 2.0 server library + Fork of the python-jsonrpc-server project, maintained by the Spyder IDE team and the community. This is 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. + + programming.python + + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/__init__.py + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/__pycache__/__init__.cpython-39.pyc + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/__pycache__/_version.cpython-39.pyc + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/__pycache__/dispatchers.cpython-39.pyc + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/__pycache__/endpoint.cpython-39.pyc + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/__pycache__/exceptions.cpython-39.pyc + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/__pycache__/streams.cpython-39.pyc + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/_version.py + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/dispatchers.py + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/endpoint.py + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/exceptions.py + /usr/lib/python3.9/site-packages/pylsp_jsonrpc/streams.py + /usr/lib/python3.9/site-packages/python_lsp_jsonrpc-1.0.0-py3.9.egg-info/PKG-INFO + /usr/lib/python3.9/site-packages/python_lsp_jsonrpc-1.0.0-py3.9.egg-info/SOURCES.txt + /usr/lib/python3.9/site-packages/python_lsp_jsonrpc-1.0.0-py3.9.egg-info/dependency_links.txt + /usr/lib/python3.9/site-packages/python_lsp_jsonrpc-1.0.0-py3.9.egg-info/requires.txt + /usr/lib/python3.9/site-packages/python_lsp_jsonrpc-1.0.0-py3.9.egg-info/top_level.txt + + + + + 2021-08-13 + 1.0.0 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file