git: f7537e543d0f - main - devel/py-nbclassic: Update to 0.4.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 17:13:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7537e543d0feba4e53fca607345f7da71ae792f commit f7537e543d0feba4e53fca607345f7da71ae792f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-03 17:05:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-03 17:10:33 +0000 devel/py-nbclassic: Update to 0.4.4 Changes: https://github.com/jupyter/nbclassic/releases --- devel/py-nbclassic/Makefile | 5 ++--- devel/py-nbclassic/distinfo | 6 +++--- devel/py-nbclassic/files/patch-setup.py | 12 ------------ 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/devel/py-nbclassic/Makefile b/devel/py-nbclassic/Makefile index f6a6b3a67e8f..ac65d3f0f489 100644 --- a/devel/py-nbclassic/Makefile +++ b/devel/py-nbclassic/Makefile @@ -1,6 +1,5 @@ PORTNAME= nbclassic -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ https://github.com/jupyter/nbclassic/releases/download/v${PORTVERSION}/ @@ -14,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi>=0:security/py-argon2-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipykernel5>=0:devel/py-ipykernel5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-client>=6.1.1:devel/py-jupyter-client@${PY_FLAVOR} \ diff --git a/devel/py-nbclassic/distinfo b/devel/py-nbclassic/distinfo index 81ddd1c70647..dc990c6351b7 100644 --- a/devel/py-nbclassic/distinfo +++ b/devel/py-nbclassic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657634010 -SHA256 (nbclassic-0.4.3.tar.gz) = f03111b2cebaa69b88370a7b23b19b2b37c9bb71767f1828cdfd7a047eae8edd -SIZE (nbclassic-0.4.3.tar.gz) = 19534371 +TIMESTAMP = 1664767936 +SHA256 (nbclassic-0.4.4.tar.gz) = f6c4fbac2c5efc6f5e7c02a69f5359a6040b90ac648719990d059bdec380afec +SIZE (nbclassic-0.4.4.tar.gz) = 19873779 diff --git a/devel/py-nbclassic/files/patch-setup.py b/devel/py-nbclassic/files/patch-setup.py deleted file mode 100644 index 77dd72da70b4..000000000000 --- a/devel/py-nbclassic/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig 2022-07-12 06:33:06 UTC -+++ setup.py -@@ -133,9 +133,6 @@ for more information. - entry_points = { - 'console_scripts': [ - 'jupyter-nbclassic = nbclassic.notebookapp:main', -- 'jupyter-nbextension = nbclassic.nbextensions:main', -- 'jupyter-serverextension = nbclassic.serverextensions:main', -- 'jupyter-bundlerextension = nbclassic.bundler.bundlerextensions:main', - ] - }, - )