pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep  1 05:17:02 UTC 2023

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-jupyter-lsp: DESCR Makefile PLIST distinfo

Log Message:
py-jupyter-lsp: added version 2.2.0

Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server.


To generate a diff of this commit:
cvs rdiff -u -r1.1743 -r1.1744 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-jupyter-lsp/DESCR \
    pkgsrc/www/py-jupyter-lsp/Makefile pkgsrc/www/py-jupyter-lsp/PLIST \
    pkgsrc/www/py-jupyter-lsp/distinfo

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1743 pkgsrc/www/Makefile:1.1744
--- pkgsrc/www/Makefile:1.1743  Thu Aug 31 06:06:21 2023
+++ pkgsrc/www/Makefile Fri Sep  1 05:17:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1743 2023/08/31 06:06:21 wiz Exp $
+# $NetBSD: Makefile,v 1.1744 2023/09/01 05:17:02 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -815,6 +815,7 @@ SUBDIR+=    py-hyperlink
 SUBDIR+=       py-idna
 SUBDIR+=       py-ipywidgets
 SUBDIR+=       py-jonpy
+SUBDIR+=       py-jupyter-lsp
 SUBDIR+=       py-jupyter_server
 SUBDIR+=       py-jupyterlab
 SUBDIR+=       py-jupyterlab-server

Added files:

Index: pkgsrc/www/py-jupyter-lsp/DESCR
diff -u /dev/null pkgsrc/www/py-jupyter-lsp/DESCR:1.1
--- /dev/null   Fri Sep  1 05:17:02 2023
+++ pkgsrc/www/py-jupyter-lsp/DESCR     Fri Sep  1 05:17:02 2023
@@ -0,0 +1 @@
+Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server.
Index: pkgsrc/www/py-jupyter-lsp/Makefile
diff -u /dev/null pkgsrc/www/py-jupyter-lsp/Makefile:1.1
--- /dev/null   Fri Sep  1 05:17:02 2023
+++ pkgsrc/www/py-jupyter-lsp/Makefile  Fri Sep  1 05:17:02 2023
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2023/09/01 05:17:02 adam Exp $
+
+DISTNAME=      jupyter-lsp-2.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-lsp/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jupyter-lsp/jupyterlab-lsp
+COMMENT=       Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_server>=1.1.2:../../www/py-jupyter_server
+TEST_DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.8.3:../../devel/py-importlib-metadata
+.endif
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-jupyter-lsp/PLIST
diff -u /dev/null pkgsrc/www/py-jupyter-lsp/PLIST:1.1
--- /dev/null   Fri Sep  1 05:17:02 2023
+++ pkgsrc/www/py-jupyter-lsp/PLIST     Fri Sep  1 05:17:02 2023
@@ -0,0 +1,162 @@
+@comment $NetBSD: PLIST,v 1.1 2023/09/01 05:17:02 adam Exp $
+etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
+etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jupyter_lsp/__init__.py
+${PYSITELIB}/jupyter_lsp/__init__.pyc
+${PYSITELIB}/jupyter_lsp/__init__.pyo
+${PYSITELIB}/jupyter_lsp/_version.py
+${PYSITELIB}/jupyter_lsp/_version.pyc
+${PYSITELIB}/jupyter_lsp/_version.pyo
+${PYSITELIB}/jupyter_lsp/constants.py
+${PYSITELIB}/jupyter_lsp/constants.pyc
+${PYSITELIB}/jupyter_lsp/constants.pyo
+${PYSITELIB}/jupyter_lsp/etc/jupyter-lsp-jupyter-server.json
+${PYSITELIB}/jupyter_lsp/etc/jupyter-lsp-notebook.json
+${PYSITELIB}/jupyter_lsp/handlers.py
+${PYSITELIB}/jupyter_lsp/handlers.pyc
+${PYSITELIB}/jupyter_lsp/handlers.pyo
+${PYSITELIB}/jupyter_lsp/manager.py
+${PYSITELIB}/jupyter_lsp/manager.pyc
+${PYSITELIB}/jupyter_lsp/manager.pyo
+${PYSITELIB}/jupyter_lsp/non_blocking.py
+${PYSITELIB}/jupyter_lsp/non_blocking.pyc
+${PYSITELIB}/jupyter_lsp/non_blocking.pyo
+${PYSITELIB}/jupyter_lsp/paths.py
+${PYSITELIB}/jupyter_lsp/paths.pyc
+${PYSITELIB}/jupyter_lsp/paths.pyo
+${PYSITELIB}/jupyter_lsp/schema/__init__.py
+${PYSITELIB}/jupyter_lsp/schema/__init__.pyc
+${PYSITELIB}/jupyter_lsp/schema/__init__.pyo
+${PYSITELIB}/jupyter_lsp/schema/schema.json
+${PYSITELIB}/jupyter_lsp/serverextension.py
+${PYSITELIB}/jupyter_lsp/serverextension.pyc
+${PYSITELIB}/jupyter_lsp/serverextension.pyo
+${PYSITELIB}/jupyter_lsp/session.py
+${PYSITELIB}/jupyter_lsp/session.pyc
+${PYSITELIB}/jupyter_lsp/session.pyo
+${PYSITELIB}/jupyter_lsp/specs/__init__.py
+${PYSITELIB}/jupyter_lsp/specs/__init__.pyc
+${PYSITELIB}/jupyter_lsp/specs/__init__.pyo
+${PYSITELIB}/jupyter_lsp/specs/bash_language_server.py
+${PYSITELIB}/jupyter_lsp/specs/bash_language_server.pyc
+${PYSITELIB}/jupyter_lsp/specs/bash_language_server.pyo
+${PYSITELIB}/jupyter_lsp/specs/config/__init__.py
+${PYSITELIB}/jupyter_lsp/specs/config/__init__.pyc
+${PYSITELIB}/jupyter_lsp/specs/config/__init__.pyo
+${PYSITELIB}/jupyter_lsp/specs/config/bash-language-server.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/dockerfile-language-server-nodejs.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/julia-language-server.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/pyls.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/pylsp.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/pyright.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/r-languageserver.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/sql-language-server.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/texlab.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/typescript-language-server.schema.json
+${PYSITELIB}/jupyter_lsp/specs/config/yaml-language-server.schema.json
+${PYSITELIB}/jupyter_lsp/specs/dockerfile_language_server_nodejs.py
+${PYSITELIB}/jupyter_lsp/specs/dockerfile_language_server_nodejs.pyc
+${PYSITELIB}/jupyter_lsp/specs/dockerfile_language_server_nodejs.pyo
+${PYSITELIB}/jupyter_lsp/specs/javascript_typescript_langserver.py
+${PYSITELIB}/jupyter_lsp/specs/javascript_typescript_langserver.pyc
+${PYSITELIB}/jupyter_lsp/specs/javascript_typescript_langserver.pyo
+${PYSITELIB}/jupyter_lsp/specs/jedi_language_server.py
+${PYSITELIB}/jupyter_lsp/specs/jedi_language_server.pyc
+${PYSITELIB}/jupyter_lsp/specs/jedi_language_server.pyo
+${PYSITELIB}/jupyter_lsp/specs/julia_language_server.py
+${PYSITELIB}/jupyter_lsp/specs/julia_language_server.pyc
+${PYSITELIB}/jupyter_lsp/specs/julia_language_server.pyo
+${PYSITELIB}/jupyter_lsp/specs/pyls.py
+${PYSITELIB}/jupyter_lsp/specs/pyls.pyc
+${PYSITELIB}/jupyter_lsp/specs/pyls.pyo
+${PYSITELIB}/jupyter_lsp/specs/pyright.py
+${PYSITELIB}/jupyter_lsp/specs/pyright.pyc
+${PYSITELIB}/jupyter_lsp/specs/pyright.pyo
+${PYSITELIB}/jupyter_lsp/specs/python_lsp_server.py
+${PYSITELIB}/jupyter_lsp/specs/python_lsp_server.pyc
+${PYSITELIB}/jupyter_lsp/specs/python_lsp_server.pyo
+${PYSITELIB}/jupyter_lsp/specs/r_languageserver.py
+${PYSITELIB}/jupyter_lsp/specs/r_languageserver.pyc
+${PYSITELIB}/jupyter_lsp/specs/r_languageserver.pyo
+${PYSITELIB}/jupyter_lsp/specs/sql_language_server.py
+${PYSITELIB}/jupyter_lsp/specs/sql_language_server.pyc
+${PYSITELIB}/jupyter_lsp/specs/sql_language_server.pyo
+${PYSITELIB}/jupyter_lsp/specs/texlab.py
+${PYSITELIB}/jupyter_lsp/specs/texlab.pyc
+${PYSITELIB}/jupyter_lsp/specs/texlab.pyo
+${PYSITELIB}/jupyter_lsp/specs/typescript_language_server.py
+${PYSITELIB}/jupyter_lsp/specs/typescript_language_server.pyc
+${PYSITELIB}/jupyter_lsp/specs/typescript_language_server.pyo
+${PYSITELIB}/jupyter_lsp/specs/unified_language_server.py
+${PYSITELIB}/jupyter_lsp/specs/unified_language_server.pyc
+${PYSITELIB}/jupyter_lsp/specs/unified_language_server.pyo
+${PYSITELIB}/jupyter_lsp/specs/utils.py
+${PYSITELIB}/jupyter_lsp/specs/utils.pyc
+${PYSITELIB}/jupyter_lsp/specs/utils.pyo
+${PYSITELIB}/jupyter_lsp/specs/vscode_css_languageserver.py
+${PYSITELIB}/jupyter_lsp/specs/vscode_css_languageserver.pyc
+${PYSITELIB}/jupyter_lsp/specs/vscode_css_languageserver.pyo
+${PYSITELIB}/jupyter_lsp/specs/vscode_html_languageserver.py
+${PYSITELIB}/jupyter_lsp/specs/vscode_html_languageserver.pyc
+${PYSITELIB}/jupyter_lsp/specs/vscode_html_languageserver.pyo
+${PYSITELIB}/jupyter_lsp/specs/vscode_json_languageserver.py
+${PYSITELIB}/jupyter_lsp/specs/vscode_json_languageserver.pyc
+${PYSITELIB}/jupyter_lsp/specs/vscode_json_languageserver.pyo
+${PYSITELIB}/jupyter_lsp/specs/yaml_language_server.py
+${PYSITELIB}/jupyter_lsp/specs/yaml_language_server.pyc
+${PYSITELIB}/jupyter_lsp/specs/yaml_language_server.pyo
+${PYSITELIB}/jupyter_lsp/stdio.py
+${PYSITELIB}/jupyter_lsp/stdio.pyc
+${PYSITELIB}/jupyter_lsp/stdio.pyo
+${PYSITELIB}/jupyter_lsp/tests/__init__.py
+${PYSITELIB}/jupyter_lsp/tests/__init__.pyc
+${PYSITELIB}/jupyter_lsp/tests/__init__.pyo
+${PYSITELIB}/jupyter_lsp/tests/conftest.py
+${PYSITELIB}/jupyter_lsp/tests/conftest.pyc
+${PYSITELIB}/jupyter_lsp/tests/conftest.pyo
+${PYSITELIB}/jupyter_lsp/tests/listener.py
+${PYSITELIB}/jupyter_lsp/tests/listener.pyc
+${PYSITELIB}/jupyter_lsp/tests/listener.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_bad_spec.py
+${PYSITELIB}/jupyter_lsp/tests/test_bad_spec.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_bad_spec.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_conf_d.py
+${PYSITELIB}/jupyter_lsp/tests/test_conf_d.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_conf_d.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_detect.py
+${PYSITELIB}/jupyter_lsp/tests/test_detect.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_detect.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_extension.py
+${PYSITELIB}/jupyter_lsp/tests/test_extension.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_extension.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_listener.py
+${PYSITELIB}/jupyter_lsp/tests/test_listener.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_listener.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_paths.py
+${PYSITELIB}/jupyter_lsp/tests/test_paths.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_paths.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_session.py
+${PYSITELIB}/jupyter_lsp/tests/test_session.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_session.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_stdio.py
+${PYSITELIB}/jupyter_lsp/tests/test_stdio.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_stdio.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_virtual_documents_shadow.py
+${PYSITELIB}/jupyter_lsp/tests/test_virtual_documents_shadow.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_virtual_documents_shadow.pyo
+${PYSITELIB}/jupyter_lsp/trait_types.py
+${PYSITELIB}/jupyter_lsp/trait_types.pyc
+${PYSITELIB}/jupyter_lsp/trait_types.pyo
+${PYSITELIB}/jupyter_lsp/types.py
+${PYSITELIB}/jupyter_lsp/types.pyc
+${PYSITELIB}/jupyter_lsp/types.pyo
+${PYSITELIB}/jupyter_lsp/virtual_documents_shadow.py
+${PYSITELIB}/jupyter_lsp/virtual_documents_shadow.pyc
+${PYSITELIB}/jupyter_lsp/virtual_documents_shadow.pyo
Index: pkgsrc/www/py-jupyter-lsp/distinfo
diff -u /dev/null pkgsrc/www/py-jupyter-lsp/distinfo:1.1
--- /dev/null   Fri Sep  1 05:17:02 2023
+++ pkgsrc/www/py-jupyter-lsp/distinfo  Fri Sep  1 05:17:02 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/09/01 05:17:02 adam Exp $
+
+BLAKE2s (jupyter-lsp-2.2.0.tar.gz) = 3b395c8267cdce99322dc03847e1712864aea0934a6929931ae63f1379f004d5
+SHA512 (jupyter-lsp-2.2.0.tar.gz) = 0f6d844be172054eed7599eb5f2c2be4c1ebb749176af3f08aa3327849fa045de2b8f9003c67188ed0f1b7ba2e28f1223d0dcca008eaa528caacf38a95c3f59b
+Size (jupyter-lsp-2.2.0.tar.gz) = 45769 bytes



Home | Main Index | Thread Index | Old Index