summaryrefslogtreecommitdiff
path: root/textproc/py-python-lsp-jsonrpc
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2021-04-30 20:48:10 +0200
committerRainer Hurling <rhurlin@FreeBSD.org>2021-04-30 20:48:10 +0200
commitf07c555440e4e7c6718efa987b13e05ffcb61abc (patch)
treea715f2aae06ec83cf431434ef16c626aed130dd1 /textproc/py-python-lsp-jsonrpc
parentmail/dovecot-fts-xapian: Update to 1.4.9 (diff)
New port: textproc/py-python-lsp-jsonrpc: Python JSON RPC Server
https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/RELEASE.md
Diffstat (limited to 'textproc/py-python-lsp-jsonrpc')
-rw-r--r--textproc/py-python-lsp-jsonrpc/Makefile22
-rw-r--r--textproc/py-python-lsp-jsonrpc/distinfo3
-rw-r--r--textproc/py-python-lsp-jsonrpc/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/py-python-lsp-jsonrpc/Makefile b/textproc/py-python-lsp-jsonrpc/Makefile
new file mode 100644
index 000000000000..3d9a0f4b5aef
--- /dev/null
+++ b/textproc/py-python-lsp-jsonrpc/Makefile
@@ -0,0 +1,22 @@
+# Created by: Rainer Hurling <rhurlin@gwdg.de>
+
+PORTNAME= python-lsp-jsonrpc
+PORTVERSION= 1.0.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= rhurlin@FreeBSD.org
+COMMENT= Python JSON RPC Server
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-python-lsp-jsonrpc/distinfo b/textproc/py-python-lsp-jsonrpc/distinfo
new file mode 100644
index 000000000000..82dac3665901
--- /dev/null
+++ b/textproc/py-python-lsp-jsonrpc/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1619806307
+SHA256 (python-lsp-jsonrpc-1.0.0.tar.gz) = 7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
+SIZE (python-lsp-jsonrpc-1.0.0.tar.gz) = 10011
diff --git a/textproc/py-python-lsp-jsonrpc/pkg-descr b/textproc/py-python-lsp-jsonrpc/pkg-descr
new file mode 100644
index 000000000000..c37571f7569d
--- /dev/null
+++ b/textproc/py-python-lsp-jsonrpc/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://github.com/python-lsp/python-lsp-jsonrpc