diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-07 11:52:52 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-07 11:52:52 +0000 |
commit | 87aae6254e2e3b03d3cbb7d9f9d7366f4a0b8e5a (patch) | |
tree | d8ba8fc4b0b0c9ada27e7e0e3b890e96a9dda937 /devel/ipython | |
parent | e0817f2e932fdf64a837977f0e03bb9d6f50fa73 (diff) | |
download | ports-87aae6254e2e3b03d3cbb7d9f9d7366f4a0b8e5a.tar.gz ports-87aae6254e2e3b03d3cbb7d9f9d7366f4a0b8e5a.zip |
Notes
Diffstat (limited to 'devel/ipython')
-rw-r--r-- | devel/ipython/Makefile | 3 | ||||
-rw-r--r-- | devel/ipython/distinfo | 4 | ||||
-rw-r--r-- | devel/ipython/files/patch-setup.py | 16 | ||||
-rw-r--r-- | devel/ipython/pkg-plist | 2 |
4 files changed, 14 insertions, 11 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 89d71fec04e4..20b4cbf5a47e 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -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 @@ MANCOMPRESSED= yes USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes -DOCSDIR= ${PREFIX}/share/doc/IPython .include <bsd.port.pre.mk> diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index c23615e94d6f..a3b40c73ec5c 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -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 --git a/devel/ipython/files/patch-setup.py b/devel/ipython/files/patch-setup.py index ffc75b7d50ff..65b93729fdfa 100644 --- a/devel/ipython/files/patch-setup.py +++ b/devel/ipython/files/patch-setup.py @@ -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 --git a/devel/ipython/pkg-plist b/devel/ipython/pkg-plist index f9604ac6c85b..1ba91c1a2d20 100644 --- a/devel/ipython/pkg-plist +++ b/devel/ipython/pkg-plist @@ -111,6 +111,7 @@ bin/pycolor %%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 @@ bin/pycolor %%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 |