svn commit: r476585 - head/devel/py-spyder

Antoine Brodin antoine at FreeBSD.org
Tue Aug 7 09:21:04 UTC 2018


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}


More information about the svn-ports-all mailing list