mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 0.6.5
PR: ports/74575 Submitted by: maintainer
This commit is contained in:
parent
e0817f2e93
commit
87aae6254e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123392
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user