From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 12 05:30:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B414816A41F for ; Thu, 12 Jan 2006 05:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AE943D49 for ; Thu, 12 Jan 2006 05:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0C5U6R2071043 for ; Thu, 12 Jan 2006 05:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0C5U6Li071040; Thu, 12 Jan 2006 05:30:06 GMT (envelope-from gnats) Resent-Date: Thu, 12 Jan 2006 05:30:06 GMT Resent-Message-Id: <200601120530.k0C5U6Li071040@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBBA16A420 for ; Thu, 12 Jan 2006 05:27:18 +0000 (GMT) (envelope-from ddliu@readonline.info) Received: from readonline.info (readonline.info [221.0.230.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F7543D49 for ; Thu, 12 Jan 2006 05:27:11 +0000 (GMT) (envelope-from ddliu@readonline.info) Received: from [127.0.0.1] (helo=readonline.info) by readonline.info with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EwuzN-0006KT-TD for FreeBSD-gnats-submit@freebsd.org; Thu, 12 Jan 2006 13:27:10 +0800 Received: (from ddliu@localhost) by readonline.info (8.13.4/8.13.4/Submit) id k0C5QawP024332; Thu, 12 Jan 2006 13:26:36 +0800 (CST) (envelope-from ddliu) Message-Id: <200601120526.k0C5QawP024332@readonline.info> Date: Thu, 12 Jan 2006 13:26:36 +0800 (CST) From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91702: [maintainer] devel/ipython: update to 0.7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 05:30:07 -0000 >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 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: