diff options
Diffstat (limited to 'devel/py-jupyter-ydoc/Makefile')
-rw-r--r-- | devel/py-jupyter-ydoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-jupyter-ydoc/Makefile b/devel/py-jupyter-ydoc/Makefile index 08319c1f31d8..7c7b933a48f7 100644 --- a/devel/py-jupyter-ydoc/Makefile +++ b/devel/py-jupyter-ydoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-ydoc -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyter-server/jupyter_ydoc/releases/download/v${PORTVERSION}/ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-nodejs-version>=0:devel/py-hatch-nodejs-version@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrdt>=0.9.0<0.10.0:devel/py-pycrdt@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrdt>=0.10.1<0.11.0:devel/py-pycrdt@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 |