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?


diff --git Makefile Makefile
index 819dc5434fa..46f6701f3c1 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,7 +17,7 @@ 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_TEST =      Yes
 
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

Reply via email to