pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jupyter-lsp



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 30 09:46:44 UTC 2023

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

Log Message:
py-jupyter-lsp: updated to 2.2.1

jupyter-lsp 2.2.1

bug fixes:
use APIHandler over JupyterHandler to get CORS OPTIONS
use shutil.which to discover npm executable on Windows (thanks @jameshurst!)
maintenance:
resolve traitlets type warnings, lint, remove six
use sys.executable in stdio


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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/py-jupyter-lsp/Makefile
diff -u pkgsrc/www/py-jupyter-lsp/Makefile:1.1 pkgsrc/www/py-jupyter-lsp/Makefile:1.2
--- pkgsrc/www/py-jupyter-lsp/Makefile:1.1      Fri Sep  1 05:17:02 2023
+++ pkgsrc/www/py-jupyter-lsp/Makefile  Thu Nov 30 09:46:44 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/09/01 05:17:02 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/11/30 09:46:44 adam Exp $
 
-DISTNAME=      jupyter-lsp-2.2.0
+DISTNAME=      jupyter-lsp-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-lsp/}
@@ -10,9 +10,10 @@ HOMEPAGE=    https://github.com/jupyter-lsp
 COMMENT=       Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 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
@@ -24,8 +25,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
 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 "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-jupyter-lsp/PLIST
diff -u pkgsrc/www/py-jupyter-lsp/PLIST:1.1 pkgsrc/www/py-jupyter-lsp/PLIST:1.2
--- pkgsrc/www/py-jupyter-lsp/PLIST:1.1 Fri Sep  1 05:17:02 2023
+++ pkgsrc/www/py-jupyter-lsp/PLIST     Thu Nov 30 09:46:44 2023
@@ -1,13 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2023/09/01 05:17:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/11/30 09:46:44 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}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/jupyter_lsp/__init__.py
 ${PYSITELIB}/jupyter_lsp/__init__.pyc
 ${PYSITELIB}/jupyter_lsp/__init__.pyo
Index: pkgsrc/www/py-jupyter-lsp/distinfo
diff -u pkgsrc/www/py-jupyter-lsp/distinfo:1.1 pkgsrc/www/py-jupyter-lsp/distinfo:1.2
--- pkgsrc/www/py-jupyter-lsp/distinfo:1.1      Fri Sep  1 05:17:02 2023
+++ pkgsrc/www/py-jupyter-lsp/distinfo  Thu Nov 30 09:46:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/09/01 05:17:02 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/11/30 09:46:44 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
+BLAKE2s (jupyter-lsp-2.2.1.tar.gz) = ec91d5c8d80e2a46fe77d104ae2a98e1e7de9766259097522b16db9aa5e02db1
+SHA512 (jupyter-lsp-2.2.1.tar.gz) = 2f8d5a7a19daedd649810baa43bed5ae994dec7245a793298f5de4c32fd22190ffa3c4a356b3bfda3422fcdce5a34ea081c7f49030db8fcb633f761719ecfe4b
+Size (jupyter-lsp-2.2.1.tar.gz) = 45839 bytes



Home | Main Index | Thread Index | Old Index