git: e7570e02769c - main - devel/py-nbdime: Update to 4.0.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Mar 2026 18:23:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e7570e02769c358b195fcea58cfac24fabd6bc64
commit e7570e02769c358b195fcea58cfac24fabd6bc64
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:57:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:18:49 +0000
devel/py-nbdime: Update to 4.0.4
Changes: https://github.com/jupyter/nbdime/releases
---
devel/py-nbdime/Makefile | 6 +++---
devel/py-nbdime/distinfo | 6 +++---
devel/py-nbdime/files/patch-pyproject.toml | 9 ---------
3 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/devel/py-nbdime/Makefile b/devel/py-nbdime/Makefile
index 3e856cb66aba..2449cf4ec408 100644
--- a/devel/py-nbdime/Makefile
+++ b/devel/py-nbdime/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nbdime
-PORTVERSION= 4.0.3
+PORTVERSION= 4.0.4
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/jupyter/nbdime/releases/download/${PORTVERSION}/
@@ -13,12 +13,12 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.5:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}hatchling>=1.5.0:devel/py-hatchling@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.5.0:devel/py-hatchling@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.0.0<5:devel/py-jupyterlab@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gitpython>=0:devel/py-gitpython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-server>=0:devel/py-jupyter-server@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jupyter-server-mathjax>=0.2.2:devel/py-jupyter-server-mathjax@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbformat>=0:devel/py-nbformat@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
diff --git a/devel/py-nbdime/distinfo b/devel/py-nbdime/distinfo
index 245b38aaf3fd..3e2e0913dd57 100644
--- a/devel/py-nbdime/distinfo
+++ b/devel/py-nbdime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769874328
-SHA256 (nbdime-4.0.3.tar.gz) = 62ab50a758282523c4501144b9f314221dbbaed0403c12fd70f6a4fcc532ec24
-SIZE (nbdime-4.0.3.tar.gz) = 9453461
+TIMESTAMP = 1771421602
+SHA256 (nbdime-4.0.4.tar.gz) = 8cd25ecfeeb5105d563237d7f64eb4748058fba9bba9ab3892a1ff61e177ce16
+SIZE (nbdime-4.0.4.tar.gz) = 9454602
diff --git a/devel/py-nbdime/files/patch-pyproject.toml b/devel/py-nbdime/files/patch-pyproject.toml
deleted file mode 100644
index cc0204cabf71..000000000000
--- a/devel/py-nbdime/files/patch-pyproject.toml
+++ /dev/null
@@ -1,9 +0,0 @@
---- pyproject.toml.orig 2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5"]
-+requires = ["hatchling>=1.5.0"]
- build-backend = "hatchling.build"
-
- [project]