git: fce480e652e4 - main - devel/py-spyder-kernels: Update to 2.0.4
Rainer Hurling
rhurlin at FreeBSD.org
Fri Jun 11 17:41:31 UTC 2021
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fce480e652e407e4dd9ea2496f983adbc3b00503
commit fce480e652e407e4dd9ea2496f983adbc3b00503
Author: Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-06-11 17:39:48 +0000
Commit: Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-06-11 17:39:48 +0000
devel/py-spyder-kernels: Update to 2.0.4
Changelog: https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-204-2021-06-10
Reported by: Repology
---
devel/py-spyder-kernels/Makefile | 15 ++++++++++-----
devel/py-spyder-kernels/distinfo | 6 +++---
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/devel/py-spyder-kernels/Makefile b/devel/py-spyder-kernels/Makefile
index 51a5956cb9df..a1ea37596a0f 100644
--- a/devel/py-spyder-kernels/Makefile
+++ b/devel/py-spyder-kernels/Makefile
@@ -1,8 +1,7 @@
# Created by: Rainer Hurling <rhurlin at gwdg.de>
PORTNAME= spyder-kernels
-PORTVERSION= 2.0.3
-PORTREVISION= 1
+PORTVERSION= 2.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
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}jupyter-client>0:devel/py-jupyter-client@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:net/py-pyzmq@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wurlitzer>0:misc/py-wurlitzer@${PY_FLAVOR}
TEST_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}codecov>0:devel/py-codecov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dask>0:devel/py-dask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}distributed>0:devel/py-distributed@${PY_FLAVOR} \
@@ -29,6 +30,10 @@ TEST_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-forked>0:devel/py-pytest-forked@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xarray>0:devel/py-xarray@${PY_FLAVOR}
@@ -37,8 +42,8 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-# test target currently not executable, because several deprecated functions of ipykernel are used
+# test target currently not functional :(
do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v #-rs -o addopts= tests
+ @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 aa27b3285959..974dfb47b52c 100644
--- a/devel/py-spyder-kernels/distinfo
+++ b/devel/py-spyder-kernels/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621158100
-SHA256 (spyder-kernels-2.0.3.tar.gz) = 827dca9f82c3aa9ba34ac60236d8f18c0575b1bf04e19d86b16bccb876d3b35c
-SIZE (spyder-kernels-2.0.3.tar.gz) = 63900
+TIMESTAMP = 1623425241
+SHA256 (spyder-kernels-2.0.4.tar.gz) = d7a636496ead327a036f3deceabbf3ac8690127c755456d5f731246aaf39478d
+SIZE (spyder-kernels-2.0.4.tar.gz) = 64407
More information about the dev-commits-ports-all
mailing list