sync ports with The Matrix
This commit is contained in:
parent
02776f1507
commit
a0fe1892c0
885 changed files with 6817 additions and 4874 deletions
25
net/py-python-jsonrpc-server/Makefile
Normal file
25
net/py-python-jsonrpc-server/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT = json rpc server library
|
||||
|
||||
MODPY_EGG_VERSION = 0.4.0
|
||||
DISTNAME = python-jsonrpc-server-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools
|
||||
|
||||
RUN_DEPENDS = textproc/py-ujson${MODPY_FLAVOR}>=3.0.0
|
||||
|
||||
TEST_DEPENDS = devel/py-test-cov${MODPY_FLAVOR} \
|
||||
devel/py-mock${MODPY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/py-python-jsonrpc-server/distinfo
Normal file
2
net/py-python-jsonrpc-server/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (python-jsonrpc-server-0.4.0.tar.gz) = YsVD5UHxAexbV9xlTvwhLSwuPqR/9vVLLn3LNuzyBZU=
|
||||
SIZE (python-jsonrpc-server-0.4.0.tar.gz) = 26491
|
2
net/py-python-jsonrpc-server/pkg/DESCR
Normal file
2
net/py-python-jsonrpc-server/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
A Python server implementation of the JSON RPC 2.0 protocol. This
|
||||
library has been pulled out of the Python Language Server project.
|
26
net/py-python-jsonrpc-server/pkg/PLIST
Normal file
26
net/py-python-jsonrpc-server/pkg/PLIST
Normal file
|
@ -0,0 +1,26 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}dispatchers.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}dispatchers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}endpoint.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}endpoint.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}streams.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/${MODPY_PYCACHE}streams.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/_version.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/dispatchers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/endpoint.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/exceptions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyls_jsonrpc/streams.py
|
||||
lib/python${MODPY_VERSION}/site-packages/python_jsonrpc_server-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/python_jsonrpc_server-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/python_jsonrpc_server-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/python_jsonrpc_server-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/python_jsonrpc_server-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/python_jsonrpc_server-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
Loading…
Add table
Add a link
Reference in a new issue