Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Dec 2004 16:42:27 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dryice Liu <dryice@liu.com.cn>
Subject:   ports/74575: [maintainer update] devel/ipython: update to 0.6.5
Message-ID:  <20041201084226.EE70F1A00F5@smtp-1.hotpop.com>
Resent-Message-ID: <200412010850.iB18oRrt026520@freefall.freebsd.org>

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

>Number:         74575
>Category:       ports
>Synopsis:       [maintainer update] devel/ipython: update to 0.6.5
>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 Dec 01 08:50:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #3: Mon Nov 22 22:17:32 CST 2004


>Description:
	Changes:
		upgrade to 0.6.5
>How-To-Repeat:
	N/A
>Fix:


--- ipython.diff begins here ---
diff -ruN ipython.old/Makefile ipython/Makefile
--- ipython.old/Makefile	Sun Nov 14 12:53:25 2004
+++ ipython/Makefile	Wed Dec  1 16:32:03 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ipython
-PORTVERSION=	0.6.4
+PORTVERSION=	0.6.5
 CATEGORIES=	devel python
 MASTER_SITES=	http://ipython.scipy.org/dist/
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -19,7 +19,6 @@
 
 USE_PYTHON=	2.1+
 USE_PYDISTUTILS=	yes
-DOCSDIR=	${PREFIX}/share/doc/IPython
 
 .include <bsd.port.pre.mk>
 
diff -ruN ipython.old/distinfo ipython/distinfo
--- ipython.old/distinfo	Sun Nov 14 12:53:25 2004
+++ ipython/distinfo	Wed Dec  1 16:23:07 2004
@@ -1,2 +1,2 @@
-MD5 (ipython-0.6.4.tar.gz) = 14261f8f921d6b35e343c2910bb6a974
-SIZE (ipython-0.6.4.tar.gz) = 759030
+MD5 (ipython-0.6.5.tar.gz) = 95207ad30ceb9b81608e404a1edc022e
+SIZE (ipython-0.6.5.tar.gz) = 783973
diff -ruN ipython.old/files/patch-setup.py ipython/files/patch-setup.py
--- ipython.old/files/patch-setup.py	Sun Dec  7 02:15:28 2003
+++ ipython/files/patch-setup.py	Wed Dec  1 16:31:41 2004
@@ -1,11 +1,13 @@
---- setup.py.orig	Thu Nov 20 10:26:08 2003
-+++ setup.py	Thu Nov 20 10:26:55 2003
-@@ -85,7 +85,7 @@
+--- setup.py.orig	Wed Dec  1 07:32:32 2004
++++ setup.py	Wed Dec  1 16:31:21 2004
+@@ -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.
- docdirbase  = 'share/doc/IPython'
+-docdirbase  = 'share/doc/ipython-%s' % version
 -manpagebase = 'share/man/man1'
++docdirbase  = 'share/doc/ipython'
 +manpagebase = 'man/man1'
- docfiles    = filter(isfile, glob('doc/*[!~|.lyx|.sh|.1|.1.gz]'))
- examfiles   = filter(isfile, glob('doc/examples/*.py'))
- manfiles    = filter(isfile, glob('doc/manual/*.html')) + \
+ 
+ # We only need to exclude from this things NOT already excluded in the
+ # MANIFEST.in file.
diff -ruN ipython.old/pkg-plist ipython/pkg-plist
--- ipython.old/pkg-plist	Sun Nov 14 12:53:25 2004
+++ ipython/pkg-plist	Wed Dec  1 16:23:10 2004
@@ -111,6 +111,7 @@
 %%PYTHON_SITELIBDIR%%/IPython/usage.pyc
 %%PYTHON_SITELIBDIR%%/IPython/usage.pyo
 %%DOCSDIR%%/COPYING
+%%DOCSDIR%%/ChangeLog
 %%DOCSDIR%%/NEWS
 %%DOCSDIR%%/README.txt
 %%DOCSDIR%%/README_Windows.txt
@@ -119,6 +120,7 @@
 %%DOCSDIR%%/examples/example-gnuplot.py
 %%DOCSDIR%%/examples/example-magic.py
 %%DOCSDIR%%/examples/magic_grepl.py
+%%DOCSDIR%%/ipython.el
 %%DOCSDIR%%/manual.pdf
 %%DOCSDIR%%/manual/footnode.html
 %%DOCSDIR%%/manual/img1.png
--- 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?20041201084226.EE70F1A00F5>