git: 2a421bc5e238 - main - devel/py-nbclassic: Revert ad593a9d4d7957012965264a91f21667488ca1b2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jul 2024 04:39:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2a421bc5e2385557a624e00439956724ed76d541
commit 2a421bc5e2385557a624e00439956724ed76d541
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-03 04:36:38 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-03 04:36:38 +0000
devel/py-nbclassic: Revert ad593a9d4d7957012965264a91f21667488ca1b2
The correct fix is adding py-setuptools as missing RUN_DEPENDS to py-jupyter-packaging.
PR: 270510
Reference: https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-06-23_06h42m00s/logs/errors/py311-nbclassic-1.1.0.log
---
devel/py-nbclassic/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/devel/py-nbclassic/Makefile b/devel/py-nbclassic/Makefile
index dd9d64f5bae5..612177b2d7f3 100644
--- a/devel/py-nbclassic/Makefile
+++ b/devel/py-nbclassic/Makefile
@@ -12,8 +12,7 @@ WWW= https://github.com/jupyter/nbclassic
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-packaging>=0.9<2:devel/py-jupyter-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.17.0:devel/py-jupyter-server@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel@${PY_FLAVOR} \