Skip to content
Snippets Groups Projects
Verified Commit 58382ce1 authored by sunpoet's avatar sunpoet
Browse files

devel/py-ipykernel: Update to 6.20.2

Changes:	https://github.com/ipython/ipykernel/releases
parent 614b1505
No related branches found
No related tags found
No related merge requests found
PORTNAME= ipykernel
PORTVERSION= 6.17.1
PORTVERSION= 6.20.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -11,7 +11,8 @@ WWW= https://ipython.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debugpy>=1.0:devel/py-debugpy@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}comm>=0.1.1:devel/py-comm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}debugpy>=1.0:devel/py-debugpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>=7.23.1:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-client>=6.1.12:devel/py-jupyter-client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib-inline>=0.1:math/py-matplotlib-inline@${PY_FLAVOR} \
......@@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debugpy>=1.0:devel/py-debugpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyzmq>=17:net/py-pyzmq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>=6.1:www/py-tornado@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=5.1.0:devel/py-traitlets@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}traitlets>=5.4.0:devel/py-traitlets@${PY_FLAVOR}
USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
......
TIMESTAMP = 1669057759
SHA256 (ipykernel-6.17.1.tar.gz) = e178c1788399f93a459c241fe07c3b810771c607b1fb064a99d2c5d40c90c5d4
SIZE (ipykernel-6.17.1.tar.gz) = 137131
TIMESTAMP = 1674589806
SHA256 (ipykernel-6.20.2.tar.gz) = 1893c5b847033cd7a58f6843b04a9349ffb1031bc6588401cadc9adb58da428e
SIZE (ipykernel-6.20.2.tar.gz) = 149263
......@@ -21,6 +21,7 @@ setup(
],
install_requires=[
'appnope; platform_system == "Darwin"',
'comm>=0.1.1',
'debugpy>=1.0',
'ipython>=7.23.1',
'jupyter-client>=6.1.12',
......@@ -30,7 +31,7 @@ setup(
'psutil',
'pyzmq>=17',
'tornado>=6.1',
'traitlets>=5.1.0',
'traitlets>=5.4.0',
],
extras_require={
'doc': [
......@@ -38,15 +39,28 @@ setup(
'pydata_sphinx_theme',
'sphinx',
'sphinxcontrib_github_alt',
'sphinxcontrib-spelling',
'sphinx-autodoc-typehints',
'trio',
],
'test': [
'flaky',
'ipyparallel',
'pre-commit',
'pytest-cov',
'pytest-asyncio',
'pytest-timeout',
'pytest>=7.0',
],
'cov': [
'coverage[toml]',
'pytest-cov',
'matplotlib',
'curio',
'trio',
],
'pyqt5': ['pyqt5'],
'pyside6': ['pyside6'],
},
py_modules=['ipykernel_launcher'],
packages=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment