[39147] trunk/dports/python/py-ipython
jochen at macports.org
jochen at macports.org
Sun Aug 10 03:02:23 PDT 2008
Revision: 39147
http://trac.macosforge.org/projects/macports/changeset/39147
Author: jochen at macports.org
Date: 2008-08-10 03:02:23 -0700 (Sun, 10 Aug 2008)
Log Message:
-----------
Fix patch, clean up Portfile
Modified Paths:
--------------
trunk/dports/python/py-ipython/Portfile
trunk/dports/python/py-ipython/files/patch-setup.py.diff
Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile 2008-08-10 09:42:38 UTC (rev 39146)
+++ trunk/dports/python/py-ipython/Portfile 2008-08-10 10:02:23 UTC (rev 39147)
@@ -20,19 +20,20 @@
homepage http://ipython.scipy.org/
master_sites ${homepage}dist/
distname ${my_name}-${version}
-checksums md5 9b8b439d295defa694b9fbf799203680 \
- sha1 68b7666d2c552fe2f5f873cb06ee8823e7165f8e \
- rmd160 345c3461f4166ec495eb84c582cf65c5bb11d6e2
+checksums md5 9b8b439d295defa694b9fbf799203680 \
+ sha1 68b7666d2c552fe2f5f873cb06ee8823e7165f8e \
+ rmd160 345c3461f4166ec495eb84c582cf65c5bb11d6e2
patchfiles patch-setup.py.diff
+use_parallel_build yes
+
depends_lib-append port:py-readline
test.run yes
post-destroot {
foreach f {ipython irunner pycolor} {
- move ${destroot}${prefix}/bin/${f} \
- ${destroot}${prefix}/bin/${f}2.4
+ move ${destroot}${prefix}/bin/${f} ${destroot}${prefix}/bin/${f}2.4
}
foreach f {ipython pycolor} {
move ${destroot}${prefix}/share/man/man1/${f}.1.gz \
Modified: trunk/dports/python/py-ipython/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-ipython/files/patch-setup.py.diff 2008-08-10 09:42:38 UTC (rev 39146)
+++ trunk/dports/python/py-ipython/files/patch-setup.py.diff 2008-08-10 10:02:23 UTC (rev 39147)
@@ -1,10 +1,10 @@
--- work/ipython-0.7.0/setup.py 2005-12-25 01:46:14.000000000 +0100
+++ setup.py 2006-01-10 09:27:58.000000000 +0100
-@@ -99,7 +99,7 @@
+@@ -106,7 +106,7 @@
# 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
+-docdirbase = 'share/doc/ipython'
+docdirbase = 'share/doc/py-ipython'
manpagebase = 'share/man/man1'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080810/629c7743/attachment.html
More information about the macports-changes
mailing list