mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/py-jupyter-lsp: Update to 2.2.4
- Convert to USE_PYTHON=pep517 Changes: https://github.com/jupyter-lsp/jupyterlab-lsp/releases
This commit is contained in:
parent
df77cec280
commit
aa9d0c866b
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= jupyter-lsp
|
PORTNAME= jupyter-lsp
|
||||||
PORTVERSION= 2.2.3
|
PORTVERSION= 2.2.4
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,10 +11,12 @@ WWW= https://github.com/jupyter-lsp/jupyterlab-lsp
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
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}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.1.2:devel/py-jupyter-server@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1709390546
|
TIMESTAMP = 1710712446
|
||||||
SHA256 (jupyter-lsp-2.2.3.tar.gz) = 33dbcbc5df24237ff5c8b696b04ff4689fcd316cb8d4957d620fe5504d7d2c3f
|
SHA256 (jupyter-lsp-2.2.4.tar.gz) = 5e50033149344065348e688608f3c6d654ef06d9856b67655bd7b6bac9ee2d59
|
||||||
SIZE (jupyter-lsp-2.2.3.tar.gz) = 48675
|
SIZE (jupyter-lsp-2.2.4.tar.gz) = 48663
|
||||||
|
|
Loading…
Add table
Reference in a new issue