mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New port: textproc/py-python-lsp-jsonrpc: Python JSON RPC Server
https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/RELEASE.md
This commit is contained in:
parent
3036033a13
commit
f07c555440
4 changed files with 31 additions and 0 deletions
|
@ -1383,6 +1383,7 @@
|
|||
SUBDIR += py-python-docx
|
||||
SUBDIR += py-python-gettext
|
||||
SUBDIR += py-python-language-server
|
||||
SUBDIR += py-python-lsp-jsonrpc
|
||||
SUBDIR += py-python-slugify
|
||||
SUBDIR += py-python-xmp-toolkit
|
||||
SUBDIR += py-pytidylib
|
||||
|
|
22
textproc/py-python-lsp-jsonrpc/Makefile
Normal file
22
textproc/py-python-lsp-jsonrpc/Makefile
Normal file
|
@ -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>
|
3
textproc/py-python-lsp-jsonrpc/distinfo
Normal file
3
textproc/py-python-lsp-jsonrpc/distinfo
Normal file
|
@ -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
|
5
textproc/py-python-lsp-jsonrpc/pkg-descr
Normal file
5
textproc/py-python-lsp-jsonrpc/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue