Skip to content

Commit

Permalink
devel/py-jupyter_console: Update version 6.2.0=>6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Apr 23, 2023
1 parent 902f443 commit c32e048
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
23 changes: 13 additions & 10 deletions 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}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit c32e048

Please sign in to comment.