diff options
Diffstat (limited to 'devel/py-pycrdt-websocket/Makefile')
-rw-r--r-- | devel/py-pycrdt-websocket/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pycrdt-websocket/Makefile b/devel/py-pycrdt-websocket/Makefile index ec59317aaa57..5e42b0af68e0 100644 --- a/devel/py-pycrdt-websocket/Makefile +++ b/devel/py-pycrdt-websocket/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycrdt-websocket -PORTVERSION= 0.15.5 +PORTVERSION= 0.16.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyter-server/pycrdt-websocket/releases/download/v${PORTVERSION}/ @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.6.2<5:devel/py-anyio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycrdt>=0.12.13<0.13.0:devel/py-pycrdt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite-anyio>=0.2.3<0.3.0:databases/py-sqlite-anyio@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pycrdt>=0.12.16<0.13.0:devel/py-pycrdt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycrdt-store>=0.1.0<0.2.0:devel/py-pycrdt-store@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 |