git: fa421204649b - main - devel/py-spyder-kernels: Update to 2.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 14:55:25 UTC
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fa421204649b404bea0628841e66869da288c010
commit fa421204649b404bea0628841e66869da288c010
Author: Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2022-05-22 14:50:19 +0000
Commit: Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-05-22 14:53:53 +0000
devel/py-spyder-kernels: Update to 2.3.1
Changelog: https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-231-2022-05-21
Reported by: Repology
MFH: Not (no bugfix)
---
devel/py-spyder-kernels/Makefile | 25 ++++++++++++++-----------
devel/py-spyder-kernels/distinfo | 6 +++---
2 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/devel/py-spyder-kernels/Makefile b/devel/py-spyder-kernels/Makefile
index 530e0082ed7b..393b070ca03b 100644
--- a/devel/py-spyder-kernels/Makefile
+++ b/devel/py-spyder-kernels/Makefile
@@ -1,7 +1,7 @@
# Created by: Rainer Hurling <rhurlin@gwdg.de>
PORTNAME= spyder-kernels
-PORTVERSION= 2.3.0
+PORTVERSION= 2.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,16 +12,23 @@ COMMENT= Jupyter kernels for the Spyder console
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-# Change to devel/py-ipykernel v6.x, when devel/py-ipyparallel
-# and devel/py-jupyter-client have switched from 5.x to 6.x
+# 2022-05-20:
+# Due to the increase of the minimum required version of jupyter_client to 7.3.1,
+# which is not yet included in the ports collection, and an actually required
+# version of ipykernel >= 6.9.2, which conflicts with ipykernel v5 (required for
+# other dependencies in the spyder universe), this port may misbehave in some
+# situations.
+# devel/py-ipykernel should be >=6.9.2,<7, but is 5.5.6 (conflicts ...)
+# devel/py-jupyter-client should be >=7.3.1,<8, but is 6.1.12
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>0:devel/py-cloudpickle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipykernel5>0:devel/py-ipykernel5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipyparallel>0:devel/py-ipyparallel@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}ipython>=7.31.1,<8:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-client>0:devel/py-jupyter-client@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyzmq>=22.1.0:net/py-pyzmq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>0:devel/py-traitlets@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wurlitzer>0:misc/py-wurlitzer@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}wurlitzer>=1.0.3:misc/py-wurlitzer@${PY_FLAVOR}
+# test target currently not functional :(
TEST_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}codecov>0:devel/py-codecov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} \
@@ -42,13 +49,9 @@ TEST_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xarray>0:devel/py-xarray@${PY_FLAVOR}
-USES= python:3.8+
+USES= python:3.8+ pytest
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-# test target currently not functional :(
-do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
-
.include <bsd.port.mk>
diff --git a/devel/py-spyder-kernels/distinfo b/devel/py-spyder-kernels/distinfo
index 552c6c0e8ddc..fd7847bc0982 100644
--- a/devel/py-spyder-kernels/distinfo
+++ b/devel/py-spyder-kernels/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648664764
-SHA256 (spyder-kernels-2.3.0.tar.gz) = a5d536d0e8a5e774d7d616c102a8fa2d6aa45fd330a0b799b98eef158356d36c
-SIZE (spyder-kernels-2.3.0.tar.gz) = 70807
+TIMESTAMP = 1653212119
+SHA256 (spyder-kernels-2.3.1.tar.gz) = 98fb77717ee94b5a3c8069612fc438bb748597179a5b3ecba290faa922782e50
+SIZE (spyder-kernels-2.3.1.tar.gz) = 71165