git: 36991337595a - main - devel/py-widgetsnbextension: update to 4.0.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 May 2024 22:18:51 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=36991337595ae3221c6227640bd6a3d4f6f2d143
commit 36991337595ae3221c6227640bd6a3d4f6f2d143
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-05-30 22:17:41 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-05-30 22:17:41 +0000
devel/py-widgetsnbextension: update to 4.0.11
Convert to pep517.
---
devel/py-widgetsnbextension/Makefile | 7 ++++---
devel/py-widgetsnbextension/distinfo | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/devel/py-widgetsnbextension/Makefile b/devel/py-widgetsnbextension/Makefile
index a7b6bc2b5d27..0bd7b77fe01a 100644
--- a/devel/py-widgetsnbextension/Makefile
+++ b/devel/py-widgetsnbextension/Makefile
@@ -1,5 +1,5 @@
PORTNAME= widgetsnbextension
-PORTVERSION= 4.0.10
+PORTVERSION= 4.0.11
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -9,10 +9,11 @@ COMMENT= IPython HTML widgets for Jupyter Notebook
WWW= https://pypi.org/project/widgetsnbextension/
BUILD_DEPENDS= npm>=0:www/npm \
- ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/devel/py-widgetsnbextension/distinfo b/devel/py-widgetsnbextension/distinfo
index 58828b0fb23d..ed209e61a2ed 100644
--- a/devel/py-widgetsnbextension/distinfo
+++ b/devel/py-widgetsnbextension/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707568320
-SHA256 (widgetsnbextension-4.0.10.tar.gz) = 64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
-SIZE (widgetsnbextension-4.0.10.tar.gz) = 1147204
+TIMESTAMP = 1717103353
+SHA256 (widgetsnbextension-4.0.11.tar.gz) = 8b22a8f1910bfd188e596fe7fc05dcbd87e810c8a4ba010bdb3da86637398474
+SIZE (widgetsnbextension-4.0.11.tar.gz) = 1164354