aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-11 12:57:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-11 12:57:52 +0000
commit85d796e7ff22db155cf96becfa9e5d67f7d81330 (patch)
tree4173fcec88d2e6f0f3bbb91208702c31130ea2cd
parent529b12420f161bc19e78b0b070c7004c07dd2faf (diff)
downloadports-85d796e7ff22db155cf96becfa9e5d67f7d81330.tar.gz
ports-85d796e7ff22db155cf96becfa9e5d67f7d81330.zip
devel/py-jupyter-server: Change RUN_DEPENDS from py-anyio3 to py-anyio
- Bump PORTREVISION for dependency change
-rw-r--r--devel/py-jupyter-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-jupyter-server/Makefile b/devel/py-jupyter-server/Makefile
index 4eba51841105..7c9c352f0be8 100644
--- a/devel/py-jupyter-server/Makefile
+++ b/devel/py-jupyter-server/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jupyter-server
PORTVERSION= 2.7.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/jupyter-server/jupyter_server/releases/download/v${PORTVERSION}/
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.8.1:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>=1.11:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio3>=3.1.0:devel/py-anyio3@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.1.0:devel/py-anyio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}argon2-cffi>=0:security/py-argon2-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-client>=7.4.4:devel/py-jupyter-client@${PY_FLAVOR} \