Date: Tue, 7 Aug 2018 09:21:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476585 - head/devel/py-spyder Message-ID: <201808070921.w779L3jR098610@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Aug 7 09:21:03 2018 New Revision: 476585 URL: https://svnweb.freebsd.org/changeset/ports/476585 Log: Unbreak Reported by: pkg-fallout Modified: head/devel/py-spyder/Makefile Modified: head/devel/py-spyder/Makefile ============================================================================== --- head/devel/py-spyder/Makefile Tue Aug 7 09:11:28 2018 (r476584) +++ head/devel/py-spyder/Makefile Tue Aug 7 09:21:03 2018 (r476585) @@ -4,7 +4,7 @@ PORTNAME= spyder DISTVERSIONPREFIX= v DISTVERSION= 3.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -52,7 +52,7 @@ SPHINX_DESC= Rich text help on the Object Inspector SYMPY_DESC= Symbolic mathematics in the IPython Console DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6:textproc/py-sphinx@${PY_FLAVOR} -IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython@${PY_FLAVOR} \ +IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.11:net/py-pyzmq@${PY_FLAVOR} MATPLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.0:math/py-matplotlib@${PY_FLAVOR} NUMPY_RUN_DEPENDS= ${PYNUMPY}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808070921.w779L3jR098610>