Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2024 22:18:50 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fb846b547bb3 - main - devel/py-jupyterlab-widgets: update to 3.0.11
Message-ID:  <202405302218.44UMIoNh009589@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb846b547bb3349067168c85177bc0c60aa24608

commit fb846b547bb3349067168c85177bc0c60aa24608
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-05-30 22:17:40 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-05-30 22:17:40 +0000

    devel/py-jupyterlab-widgets: update to 3.0.11
    
    Convert to pep517.
---
 devel/py-jupyterlab-widgets/Makefile | 9 +++++----
 devel/py-jupyterlab-widgets/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/devel/py-jupyterlab-widgets/Makefile b/devel/py-jupyterlab-widgets/Makefile
index 979efe53b8b3..50480902daf3 100644
--- a/devel/py-jupyterlab-widgets/Makefile
+++ b/devel/py-jupyterlab-widgets/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	jupyterlab-widgets
-DISTVERSION=	3.0.10
-PORTREVISION=	1
+DISTVERSION=	3.0.11
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +12,13 @@ WWW=		https://pypi.python.org/pypi/jupyterlab-widgets
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-jupyterlab-widgets/distinfo b/devel/py-jupyterlab-widgets/distinfo
index dbc61b8cb837..d7663492ec43 100644
--- a/devel/py-jupyterlab-widgets/distinfo
+++ b/devel/py-jupyterlab-widgets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707568333
-SHA256 (jupyterlab_widgets-3.0.10.tar.gz) = 04f2ac04976727e4f9d0fa91cdc2f1ab860f965e504c29dbd6a65c882c9d04c0
-SIZE (jupyterlab_widgets-3.0.10.tar.gz) = 205549
+TIMESTAMP = 1717103351
+SHA256 (jupyterlab_widgets-3.0.11.tar.gz) = dd5ac679593c969af29c9bed054c24f26842baa51352114736756bc035deee27
+SIZE (jupyterlab_widgets-3.0.11.tar.gz) = 203538



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