Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2023 18:46:13 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c32e048771e9 - main - devel/py-jupyter_console: Update version 6.2.0=>6.6.3
Message-ID:  <202304231846.33NIkDps010118@gitrepo.freebsd.org>

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

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

commit c32e048771e9162c10c888b2ef5ca7fb94dcbd2c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-23 18:19:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-23 18:46:01 +0000

    devel/py-jupyter_console: Update version 6.2.0=>6.6.3
    
    Changelog:
    https://github.com/jupyter/jupyter_console/releases/tag/v6.6.3
---
 devel/py-jupyter_console/Makefile | 23 +++++++++++++----------
 devel/py-jupyter_console/distinfo |  6 +++---
 2 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/devel/py-jupyter_console/Makefile b/devel/py-jupyter_console/Makefile
index c099df6793f5..c000e1d5824a 100644
--- a/devel/py-jupyter_console/Makefile
+++ b/devel/py-jupyter_console/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	jupyter_console
-PORTVERSION=	6.2.0
-PORTREVISION=	3
+PORTVERSION=	6.6.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,18 +9,22 @@ COMMENT=	IPython-like terminal frontend for Jupyter kernels in any language
 WWW=		https://jupyter-console.readthedocs.io/
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/COPYING.md
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyter-client>=0:devel/py-jupyter-client@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ipykernel>=5.0.0:devel/py-ipykernel@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2.0.0<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyter-core>=4.12:devel/py-jupyter-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyter-client>=7.0.0:devel/py-jupyter-client@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ipykernel>=6.14:devel/py-ipykernel@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.30:devel/py-prompt-toolkit@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyzmq>=17:net/py-pyzmq@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}traitlets>=5.4:devel/py-traitlets@${PY_FLAVOR}
 
 USES=		python:3.7+
-
-USE_PYTHON=	distutils autoplist
 USE_LOCALE=	en_US.UTF-8
+USE_PYTHON=	autoplist pep517
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/devel/py-jupyter_console/distinfo b/devel/py-jupyter_console/distinfo
index 080c4f3e4872..bffa3776cda6 100644
--- a/devel/py-jupyter_console/distinfo
+++ b/devel/py-jupyter_console/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599012143
-SHA256 (jupyter_console-6.2.0.tar.gz) = 7f6194f4f4692d292da3f501c7f343ccd5e36c6a1becf7b7515e23e66d6bf1e9
-SIZE (jupyter_console-6.2.0.tar.gz) = 36285
+TIMESTAMP = 1682272848
+SHA256 (jupyter_console-6.6.3.tar.gz) = 566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539
+SIZE (jupyter_console-6.6.3.tar.gz) = 34363



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