Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2005 21:30:18 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dryice Liu <dryice@liu.com.cn>
Subject:   ports/80148: [MAINTAINER] devel/ipython: update to 0.6.13
Message-ID:  <20050420133026.17B131A01BF@smtp-1.hotpop.com>
Resent-Message-ID: <200504201340.j3KDeTsg082250@freefall.freebsd.org>

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

>Number:         80148
>Category:       ports
>Synopsis:       [MAINTAINER] devel/ipython: update to 0.6.13
>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:   Wed Apr 20 13:40:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #3: Fri Apr 15 21:01:47 CST 2005

>Description:
update to 0.6.13.

I think it's a good idea to add something like this in UPDATING: (not
include in diff below)

20050420
  AFFECTS: users of www/ipython
  AUTHOR: dryice@liu.com.cn

  This is backward-incompatible changes for pysh.

  1. You must update your pysh profile (~/.ipython/ipythonrc-pysh):
    a) Add to it the line:
	import_all IPython.Extensions.InterpreterExec
    b) Delete the line
	execfile pysh.py
  2. You must also delete from ~/.ipython/ the file pysh.py.
  
  
>How-To-Repeat:
	
>Fix:

	

--- ipython.diff begins here ---
diff -ruN ipython.old/Makefile ipython/Makefile
--- ipython.old/Makefile	Wed Apr 13 16:50:04 2005
+++ ipython/Makefile	Wed Apr 20 21:13:50 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ipython
-PORTVERSION=	0.6.12
+PORTVERSION=	0.6.13
 CATEGORIES=	devel python
 MASTER_SITES=	http://ipython.scipy.org/dist/ \
 		http://bsdchat.com/dist/dryice/
diff -ruN ipython.old/distinfo ipython/distinfo
--- ipython.old/distinfo	Sat Mar  5 11:26:18 2005
+++ ipython/distinfo	Wed Apr 20 21:13:49 2005
@@ -1,2 +1,2 @@
-MD5 (ipython-0.6.12.tar.gz) = 3a72e214fe2164f9f86103523e3d8276
-SIZE (ipython-0.6.12.tar.gz) = 870350
+MD5 (ipython-0.6.13.tar.gz) = 22f5a7a9eae21df4c3c71870dc3953f2
+SIZE (ipython-0.6.13.tar.gz) = 888569
diff -ruN ipython.old/pkg-plist ipython/pkg-plist
--- ipython.old/pkg-plist	Sat Mar  5 11:26:18 2005
+++ ipython/pkg-plist	Wed Apr 20 21:20:36 2005
@@ -88,7 +88,6 @@
 %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-pysh
 %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-scipy
 %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-tutorial
-%%PYTHON_SITELIBDIR%%/IPython/UserConfig/pysh.py
 %%PYTHON_SITELIBDIR%%/IPython/__init__.py
 %%PYTHON_SITELIBDIR%%/IPython/__init__.pyc
 %%PYTHON_SITELIBDIR%%/IPython/__init__.pyo
--- ipython.diff ends here ---



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



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