Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2006 13:26:36 +0800 (CST)
From:      Dryice Liu <dryice@dryice.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91702: [maintainer] devel/ipython: update to 0.7.0
Message-ID:  <200601120526.k0C5QawP024332@readonline.info>
Resent-Message-ID: <200601120530.k0C5U6Li071040@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91702
>Category:       ports
>Synopsis:       [maintainer] devel/ipython: update to 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 05:30:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:
    Changes:
	- update to 0.7.0
	- add sha256 checksum
	- require python 2.3+

	I don't have access to an alpha machine running 4.x to see if
	it still fails build there. So I leave the BROKEN line
	untouched. Could anyone help to verify it?
	
>How-To-Repeat:
	N/A
>Fix:

	

--- attached file begins here ---
diff -ruN ipython.old/Makefile ipython/Makefile
--- ipython.old/Makefile	Thu Jan 12 03:13:49 2006
+++ ipython/Makefile	Thu Jan 12 12:46:29 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ipython
-PORTVERSION=	0.6.15
+PORTVERSION=	0.7.0
 CATEGORIES=	devel python
 MASTER_SITES=	http://ipython.scipy.org/dist/ \
 		http://bsdchat.com/dist/dryice/
@@ -18,7 +18,7 @@
 MAN1=		ipython.1 pycolor.1
 MANCOMPRESSED=	yes
 
-USE_PYTHON=	2.2+
+USE_PYTHON=	2.3+
 USE_PYDISTUTILS=	yes
 
 .include <bsd.port.pre.mk>
diff -ruN ipython.old/distinfo ipython/distinfo
--- ipython.old/distinfo	Fri Jun  3 11:17:24 2005
+++ ipython/distinfo	Thu Jan 12 12:40:05 2006
@@ -1,2 +1,3 @@
-MD5 (ipython-0.6.15.tar.gz) = 3b777c86f6afba52343ac9ec3ec3eef7
-SIZE (ipython-0.6.15.tar.gz) = 888905
+MD5 (ipython-0.7.0.tar.gz) = 3be8bae6c7c2153b6e57d3214c52c841
+SHA256 (ipython-0.7.0.tar.gz) = 7e12405ad61895c8e30bf1c61ddcf29e92f95839e459c16a1b44f99e4ad1e717
+SIZE (ipython-0.7.0.tar.gz) = 931573
diff -ruN ipython.old/files/patch-setup.py ipython/files/patch-setup.py
--- ipython.old/files/patch-setup.py	Tue Dec  7 19:52:52 2004
+++ ipython/files/patch-setup.py	Thu Jan 12 12:45:49 2006
@@ -1,9 +1,9 @@
---- setup.py.orig	Wed Dec  1 07:32:32 2004
-+++ setup.py	Wed Dec  1 16:31:21 2004
+--- setup.py.orig	Thu Jan 12 12:45:02 2006
++++ setup.py	Thu Jan 12 12:45:29 2006
 @@ -99,8 +99,8 @@
- 
- # I can't find how to make distutils create a nested dir. structure, so
- # in the meantime do it manually. Butt ugly.
+ # Note that http://www.redbrick.dcu.ie/~noel/distutils.html, ex. 2/3, contain
+ # information on how to do this more cleanly once python 2.4 can be assumed.
+ # Thanks to Noel for the tip.
 -docdirbase  = 'share/doc/ipython-%s' % version
 -manpagebase = 'share/man/man1'
 +docdirbase  = 'share/doc/ipython'
diff -ruN ipython.old/pkg-plist ipython/pkg-plist
--- ipython.old/pkg-plist	Wed Jun  1 08:59:13 2005
+++ ipython/pkg-plist	Thu Jan 12 13:02:25 2006
@@ -1,8 +1,5 @@
 bin/ipython
 bin/pycolor
-%%PYTHON_SITELIBDIR%%/IPython/background_jobs.py
-%%PYTHON_SITELIBDIR%%/IPython/background_jobs.pyc
-%%PYTHON_SITELIBDIR%%/IPython/background_jobs.pyo
 %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.py
 %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.pyc
 %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.pyo
@@ -39,9 +36,6 @@
 %%PYTHON_SITELIBDIR%%/IPython/FakeModule.py
 %%PYTHON_SITELIBDIR%%/IPython/FakeModule.pyc
 %%PYTHON_SITELIBDIR%%/IPython/FakeModule.pyo
-%%PYTHON_SITELIBDIR%%/IPython/FlexCompleter.py
-%%PYTHON_SITELIBDIR%%/IPython/FlexCompleter.pyc
-%%PYTHON_SITELIBDIR%%/IPython/FlexCompleter.pyo
 %%PYTHON_SITELIBDIR%%/IPython/Gnuplot2.py
 %%PYTHON_SITELIBDIR%%/IPython/Gnuplot2.pyc
 %%PYTHON_SITELIBDIR%%/IPython/Gnuplot2.pyo
@@ -91,9 +85,21 @@
 %%PYTHON_SITELIBDIR%%/IPython/__init__.py
 %%PYTHON_SITELIBDIR%%/IPython/__init__.pyc
 %%PYTHON_SITELIBDIR%%/IPython/__init__.pyo
+%%PYTHON_SITELIBDIR%%/IPython/background_jobs.py
+%%PYTHON_SITELIBDIR%%/IPython/background_jobs.pyc
+%%PYTHON_SITELIBDIR%%/IPython/background_jobs.pyo
+%%PYTHON_SITELIBDIR%%/IPython/completer.py
+%%PYTHON_SITELIBDIR%%/IPython/completer.pyc
+%%PYTHON_SITELIBDIR%%/IPython/completer.pyo
 %%PYTHON_SITELIBDIR%%/IPython/deep_reload.py
 %%PYTHON_SITELIBDIR%%/IPython/deep_reload.pyc
 %%PYTHON_SITELIBDIR%%/IPython/deep_reload.pyo
+%%PYTHON_SITELIBDIR%%/IPython/demo.py
+%%PYTHON_SITELIBDIR%%/IPython/demo.pyc
+%%PYTHON_SITELIBDIR%%/IPython/demo.pyo
+%%PYTHON_SITELIBDIR%%/IPython/excolors.py
+%%PYTHON_SITELIBDIR%%/IPython/excolors.pyc
+%%PYTHON_SITELIBDIR%%/IPython/excolors.pyo
 %%PYTHON_SITELIBDIR%%/IPython/genutils.py
 %%PYTHON_SITELIBDIR%%/IPython/genutils.pyc
 %%PYTHON_SITELIBDIR%%/IPython/genutils.pyo
@@ -106,6 +112,9 @@
 %%PYTHON_SITELIBDIR%%/IPython/ipmaker.py
 %%PYTHON_SITELIBDIR%%/IPython/ipmaker.pyc
 %%PYTHON_SITELIBDIR%%/IPython/ipmaker.pyo
+%%PYTHON_SITELIBDIR%%/IPython/macro.py
+%%PYTHON_SITELIBDIR%%/IPython/macro.pyc
+%%PYTHON_SITELIBDIR%%/IPython/macro.pyo
 %%PYTHON_SITELIBDIR%%/IPython/numutils.py
 %%PYTHON_SITELIBDIR%%/IPython/numutils.pyc
 %%PYTHON_SITELIBDIR%%/IPython/numutils.pyo
@@ -115,26 +124,33 @@
 %%PYTHON_SITELIBDIR%%/IPython/usage.py
 %%PYTHON_SITELIBDIR%%/IPython/usage.pyc
 %%PYTHON_SITELIBDIR%%/IPython/usage.pyo
-%%DOCSDIR%%/cvs_notes
+%%PYTHON_SITELIBDIR%%/IPython/wildcard.py
+%%PYTHON_SITELIBDIR%%/IPython/wildcard.pyc
+%%PYTHON_SITELIBDIR%%/IPython/wildcard.pyo
+%%PYTHON_SITELIBDIR%%/IPython/winconsole.py
+%%PYTHON_SITELIBDIR%%/IPython/winconsole.pyc
+%%PYTHON_SITELIBDIR%%/IPython/winconsole.pyo
 %%DOCSDIR%%/COPYING
 %%DOCSDIR%%/ChangeLog
 %%DOCSDIR%%/NEWS
 %%DOCSDIR%%/README.txt
 %%DOCSDIR%%/README_Windows.txt
+%%DOCSDIR%%/examples/example-demo.py
 %%DOCSDIR%%/examples/example-embed-short.py
 %%DOCSDIR%%/examples/example-embed.py
 %%DOCSDIR%%/examples/example-gnuplot.py
 %%DOCSDIR%%/examples/example-magic.py
 %%DOCSDIR%%/examples/magic_grepl.py
-%%DOCSDIR%%/homedir_info.txt
 %%DOCSDIR%%/ipython.el
 %%DOCSDIR%%/manual.pdf
+%%DOCSDIR%%/manual/crossref.png
 %%DOCSDIR%%/manual/footnode.html
 %%DOCSDIR%%/manual/img1.png
 %%DOCSDIR%%/manual/img2.png
 %%DOCSDIR%%/manual/img3.png
 %%DOCSDIR%%/manual/img4.png
 %%DOCSDIR%%/manual/img5.png
+%%DOCSDIR%%/manual/img6.png
 %%DOCSDIR%%/manual/index.html
 %%DOCSDIR%%/manual/manual.css
 %%DOCSDIR%%/manual/manual.html
@@ -152,6 +168,7 @@
 %%DOCSDIR%%/manual/node18.html
 %%DOCSDIR%%/manual/node19.html
 %%DOCSDIR%%/manual/node2.html
+%%DOCSDIR%%/manual/node20.html
 %%DOCSDIR%%/manual/node3.html
 %%DOCSDIR%%/manual/node4.html
 %%DOCSDIR%%/manual/node5.html
@@ -163,6 +180,9 @@
 %%DOCSDIR%%/manual/prev_g.png
 %%DOCSDIR%%/manual/up.png
 %%DOCSDIR%%/manual/up_g.png
+%%DOCSDIR%%/nbexample.py
+%%DOCSDIR%%/nbexample_latex.py
+%%DOCSDIR%%/nbexample_output.py
 %%DOCSDIR%%/new_design.pdf
 %%DOCSDIR%%/pycon.ico
 @dirrm %%DOCSDIR%%/manual
--- attached file ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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