Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 11:10:13 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369811 - head/devel/ipython
Message-ID:  <201410021110.s92BADsX013528@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410021110.s92BADsX013528>