Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2026 07:21:19 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4df5ba72ac77 - main - devel/py-jupyter-rfb: update 0=?utf-8?Q?=2E4.4 =E2=86=92?= 1.0.2
Message-ID:  <69d9f66f.3a797.73876446@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4df5ba72ac778e087cf2032f65b8544878d4e06d

commit 4df5ba72ac778e087cf2032f65b8544878d4e06d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-11 07:17:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-11 07:21:07 +0000

    devel/py-jupyter-rfb: update 0.4.4 → 1.0.2
---
 devel/py-jupyter-rfb/Makefile                   | 21 +++++++++++----------
 devel/py-jupyter-rfb/distinfo                   |  6 +++---
 devel/py-jupyter-rfb/files/patch-pyproject.toml |  7 -------
 3 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/devel/py-jupyter-rfb/Makefile b/devel/py-jupyter-rfb/Makefile
index 52af43fefe8d..6e6472086626 100644
--- a/devel/py-jupyter-rfb/Makefile
+++ b/devel/py-jupyter-rfb/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	jupyter-rfb
-DISTVERSION=	0.4.4
-PORTREVISION=	3
+DISTVERSION=	1.0.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,19 +12,21 @@ WWW=		https://jupyter-rfb.readthedocs.io/en/stable
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}jupyter-packaging>=0.7.9:devel/py-jupyter-packaging@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PY_PILLOW} \
-		${PYTHON_PKGNAMEPREFIX}simplejpeg>0:graphics/py-simplejpeg@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anywidget>0:devel/py-anywidget@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipywidgets>=7.6.0:devel/py-ipywidgets@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jupyterlab-widgets>0:devel/py-jupyterlab-widgets@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} # probably only one of pillow and simplejpeg is needed
+		${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
+		${PY_PILLOW} \
+		${PYTHON_PKGNAMEPREFIX}simplejpeg>0:graphics/py-simplejpeg@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist concurrent pytest
 
 NO_ARCH=	yes
 
+# tests as of 1.0.2:
+# Results (3.16s):
+#          3 passed
+#          2 warnings
+
 .include <bsd.port.mk>
diff --git a/devel/py-jupyter-rfb/distinfo b/devel/py-jupyter-rfb/distinfo
index 7beea1125d92..c53d7c0fbbdf 100644
--- a/devel/py-jupyter-rfb/distinfo
+++ b/devel/py-jupyter-rfb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1726564672
-SHA256 (jupyter_rfb-0.4.4.tar.gz) = 40e9af8e29adb90b5f58c0b9cb646abc2a142e0ac5f00822ba65291d958945e7
-SIZE (jupyter_rfb-0.4.4.tar.gz) = 113929
+TIMESTAMP = 1775890872
+SHA256 (jupyter_rfb-1.0.2.tar.gz) = b77a9a464e2da6d0b345b3989f037c4db2fc0c34da3379b380c42baeb0b3abca
+SIZE (jupyter_rfb-1.0.2.tar.gz) = 24824
diff --git a/devel/py-jupyter-rfb/files/patch-pyproject.toml b/devel/py-jupyter-rfb/files/patch-pyproject.toml
deleted file mode 100644
index fa0e07c6f537..000000000000
--- a/devel/py-jupyter-rfb/files/patch-pyproject.toml
+++ /dev/null
@@ -1,7 +0,0 @@
---- pyproject.toml.orig	2024-09-17 09:27:39 UTC
-+++ pyproject.toml
-@@ -1,3 +1,3 @@
- [build-system]
--requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.0.0,==3.*", "setuptools>=40.8.0", "wheel"]
-+requires = ["jupyter_packaging>=0.7.9", "jupyterlab>=3.0.0", "setuptools>=40.8.0", "wheel"]
- build-backend = "setuptools.build_meta"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9f66f.3a797.73876446>