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,31 +1,32 @@ PORTNAME= jupyter-rfb -DISTVERSION= 0.4.4 -PORTREVISION= 3 +DISTVERSION= 1.0.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Remote Frame Buffer for Jupyter 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 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"