Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 15:28:44 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 83f7158a6e2c - main - devel/py-jupyterlab-widgets: update supported python versions
Message-ID:  <202111011528.1A1FSiea089067@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011528.1A1FSiea089067>