Date: Sat, 23 Mar 2024 15:00:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aa9d0c866b72 - main - devel/py-jupyter-lsp: Update to 2.2.4 Message-ID: <202403231500.42NF0sbi000572@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa9d0c866b72be3c8ce4c77ed622d5ad9f8201f7 commit aa9d0c866b72be3c8ce4c77ed622d5ad9f8201f7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:21:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:18 +0000 devel/py-jupyter-lsp: Update to 2.2.4 - Convert to USE_PYTHON=pep517 Changes: https://github.com/jupyter-lsp/jupyterlab-lsp/releases --- devel/py-jupyter-lsp/Makefile | 6 ++++-- devel/py-jupyter-lsp/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-jupyter-lsp/Makefile b/devel/py-jupyter-lsp/Makefile index 611d87939d66..ff40dde587a7 100644 --- a/devel/py-jupyter-lsp/Makefile +++ b/devel/py-jupyter-lsp/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-lsp -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://github.com/jupyter-lsp/jupyterlab-lsp LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.1.2:devel/py-jupyter-server@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-jupyter-lsp/distinfo b/devel/py-jupyter-lsp/distinfo index a9aa9c5aaae3..4845dcf7aea5 100644 --- a/devel/py-jupyter-lsp/distinfo +++ b/devel/py-jupyter-lsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390546 -SHA256 (jupyter-lsp-2.2.3.tar.gz) = 33dbcbc5df24237ff5c8b696b04ff4689fcd316cb8d4957d620fe5504d7d2c3f -SIZE (jupyter-lsp-2.2.3.tar.gz) = 48675 +TIMESTAMP = 1710712446 +SHA256 (jupyter-lsp-2.2.4.tar.gz) = 5e50033149344065348e688608f3c6d654ef06d9856b67655bd7b6bac9ee2d59 +SIZE (jupyter-lsp-2.2.4.tar.gz) = 48663
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231500.42NF0sbi000572>