Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 04:57:15 +0000
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: 9f80bc726e4a - main - devel/py-jupyter-server: Update version requirement of RUN_DEPENDS
Message-ID:  <6a15282b.3a8a2.426068bb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f80bc726e4a9a51c3de44508656f33cd368ca40

commit 9f80bc726e4a9a51c3de44508656f33cd368ca40
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-26 04:56:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-26 04:56:01 +0000

    devel/py-jupyter-server: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 devel/py-jupyter-server/Makefile                   |  3 ++-
 devel/py-jupyter-server/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/devel/py-jupyter-server/Makefile b/devel/py-jupyter-server/Makefile
index b1454582e454..db4327225c9d 100644
--- a/devel/py-jupyter-server/Makefile
+++ b/devel/py-jupyter-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	jupyter-server
 PORTVERSION=	2.18.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/jupyter-server/jupyter_server/releases/download/v${PORTVERSION}/
@@ -32,7 +33,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=3.1.0:devel/py-anyio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}terminado>=0.8.3:net/py-terminado@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=6.2.0:www/py-tornado@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitlets>=5.6.0:devel/py-traitlets@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}websocket-client>=1.3:www/py-websocket-client@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}websocket-client>=1.7:www/py-websocket-client@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-jupyter-server/files/patch-pyproject.toml b/devel/py-jupyter-server/files/patch-pyproject.toml
deleted file mode 100644
index 166faae8799d..000000000000
--- a/devel/py-jupyter-server/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -39,7 +39,7 @@ dependencies = [
-     "terminado>=0.8.3",
-     "tornado>=6.2.0",
-     "traitlets>=5.6.0",
--    "websocket-client>=1.7",
-+    "websocket-client>=1.3",
-     "jupyter_events>=0.11.0",
-     "overrides>=5.0"
- ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a15282b.3a8a2.426068bb>