svn commit: r369811 - head/devel/ipython

Jimmy Olgeni olgeni at FreeBSD.org
Thu Oct 2 11:10:14 UTC 2014


Author: olgeni
Date: Thu Oct  2 11:10:12 2014
New Revision: 369811
URL: https://svnweb.freebsd.org/changeset/ports/369811
QAT: https://qat.redports.org/buildarchive/r369811/

Log:
  Upgrade to version 2.3.0 and convert to USES=python.

Modified:
  head/devel/ipython/Makefile
  head/devel/ipython/distinfo

Modified: head/devel/ipython/Makefile
==============================================================================
--- head/devel/ipython/Makefile	Thu Oct  2 11:09:34 2014	(r369810)
+++ head/devel/ipython/Makefile	Thu Oct  2 11:10:12 2014	(r369811)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipython
-PORTVERSION=	2.2.0
-PORTREVISION=	1
+PORTVERSION=	2.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +14,9 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sq
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pexpect>=2:${PORTSDIR}/misc/py-pexpect \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=2:${PORTSDIR}/databases/py-sqlite3
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-USE_GCC=        yes # To be removed - Needed as a work-around for numpy, see PR ports/188114
-PYDISTUTILS_AUTOPLIST=yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+USE_GCC=	yes # To be removed - Needed as a work-around for numpy, see PR ports/188114
 
 OPTIONS_DEFINE=	X11 HTML_NOTEBOOK ZMQ EXAMPLES
 OPTIONS_DEFAULT=X11 ZMQ

Modified: head/devel/ipython/distinfo
==============================================================================
--- head/devel/ipython/distinfo	Thu Oct  2 11:09:34 2014	(r369810)
+++ head/devel/ipython/distinfo	Thu Oct  2 11:10:12 2014	(r369811)
@@ -1,2 +1,2 @@
-SHA256 (ipython-2.2.0.tar.gz) = b7ca77ba54a02f032055b73f5f62b01431f818ae00f63716b78f881c2b2564e2
-SIZE (ipython-2.2.0.tar.gz) = 11912007
+SHA256 (ipython-2.3.0.tar.gz) = a2f81afe3eca5c8b2e8cf4ec35518fd007a39231770e67e6c2c4f9bd2b857aae
+SIZE (ipython-2.3.0.tar.gz) = 11913980


More information about the svn-ports-all mailing list