On Sun 10/11/2019 15:18, Björn Ketelaars wrote:
> Please find below a simple update to the latest version of
> py-spyder-kernels that supports both python2 and python3. This update
> is required for an update of spyder. Changelog can be found at
> https://github.com/spyder-ide/spyder-kernels/blob/v0.5.2/CHANGELOG.md.
>
> Run tested on amd64 in combination with the spyder update.
>
> Comments/OK?
Ping...
Diff enclosed below for convenience.
diff --git Makefile Makefile
index 819dc5434fa..c7edd980265 100644
--- Makefile
+++ Makefile
@@ -2,10 +2,9 @@
COMMENT= kernels used by spyder on its ipython console
-MODPY_EGG_VERSION= 0.4.2
+MODPY_EGG_VERSION= 0.5.2
DISTNAME= spyder-kernels-${MODPY_EGG_VERSION}
PKGNAME= ${MODPY_PY_PREFIX}${DISTNAME}
-REVISION= 1
PORTROACH= limit:^0
@@ -18,8 +17,9 @@ RUN_DEPENDS += devel/py-cloudpickle${MODPY_FLAVOR} \
devel/py-ipykernel${MODPY_FLAVOR}>=4.8.2 \
devel/py-jupyter_client${MODPY_FLAVOR}>=5.2.3 \
devel/py-wurlitzer${MODPY_FLAVOR} \
- net/py-zmq${MODPY_FLAVOR}
+ net/py-zmq${MODPY_FLAVOR}>=17
+# No tests on PyPi.
NO_TEST = Yes
.include <bsd.port.mk>
diff --git distinfo distinfo
index c7a4d834b13..c01b337857b 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (spyder/spyder-kernels-0.4.2.tar.gz) =
oTzvtWnvn2OBTLX889DbZuCdLX5sxoxwPVEYste6Bis=
-SIZE (spyder/spyder-kernels-0.4.2.tar.gz) = 36369
+SHA256 (spyder/spyder-kernels-0.5.2.tar.gz) =
ATVLf6GAqHISzABVU7MacwAVmxCNNoKOMB03gikTI/c=
+SIZE (spyder/spyder-kernels-0.5.2.tar.gz) = 38054