git: 83f7158a6e2c - main - devel/py-jupyterlab-widgets: update supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 15:28:44 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=83f7158a6e2cda629c7a3e67c30df22d09e9aa13 commit 83f7158a6e2cda629c7a3e67c30df22d09e9aa13 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-01 14:32:53 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 15:28:24 +0000 devel/py-jupyterlab-widgets: update supported python versions RuntimeError: ensure_python is deprecated and not compatible with Python 3.10+ Skipping npm install as requested. Approved by: portmgr blanket --- devel/py-jupyterlab-widgets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-jupyterlab-widgets/Makefile b/devel/py-jupyterlab-widgets/Makefile index 505729e84b41..bc01c750b0aa 100644 --- a/devel/py-jupyterlab-widgets/Makefile +++ b/devel/py-jupyterlab-widgets/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.7-3.9 USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_CONFIGUREARGS= --skip-npm