[39148] trunk/dports/python/py25-ipython
jochen at macports.org
jochen at macports.org
Sun Aug 10 03:02:34 PDT 2008
Revision: 39148
http://trac.macosforge.org/projects/macports/changeset/39148
Author: jochen at macports.org
Date: 2008-08-10 03:02:34 -0700 (Sun, 10 Aug 2008)
Log Message:
-----------
Fix patch, clean up Portfile
Modified Paths:
--------------
trunk/dports/python/py25-ipython/Portfile
trunk/dports/python/py25-ipython/files/patch-setup.py.diff
Modified: trunk/dports/python/py25-ipython/Portfile
===================================================================
--- trunk/dports/python/py25-ipython/Portfile 2008-08-10 10:02:23 UTC (rev 39147)
+++ trunk/dports/python/py25-ipython/Portfile 2008-08-10 10:02:34 UTC (rev 39148)
@@ -20,21 +20,21 @@
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_run-append port:py25-readline \
port:py25-hashlib
-test.run yes
+test.run no
post-destroot {
foreach f {ipython irunner pycolor} {
- move ${destroot}${prefix}/bin/${f} \
- ${destroot}${prefix}/bin/${f}2.5
+ move ${destroot}${prefix}/bin/${f} ${destroot}${prefix}/bin/${f}2.5
}
foreach f {ipython pycolor} {
move ${destroot}${prefix}/share/man/man1/${f}.1.gz \
@@ -43,7 +43,7 @@
}
variant scientific description "Use ScientificPython to provide physical quantities support" {
- depends_lib-append port:py25-scientific
+ depends_lib-append port:py25-scientific
}
default_variants +scientific
Modified: trunk/dports/python/py25-ipython/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py25-ipython/files/patch-setup.py.diff 2008-08-10 10:02:23 UTC (rev 39147)
+++ trunk/dports/python/py25-ipython/files/patch-setup.py.diff 2008-08-10 10:02:34 UTC (rev 39148)
@@ -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
-@@ -98,7 +98,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/py25-ipython'
manpagebase = 'share/man/man1'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080810/31874e71/attachment.html
More information about the macports-changes
mailing list