UPDATE: ipython
The following patch updates ipython to 0.8.0 and also adds the dependency on py-scientific (try import IPython.Extensions.PhysicalQInteractive)
--- Portfile.orig 2007-04-17 23:14:37.000000000 +0200
+++ Portfile 2007-04-17 23:23:10.000000000 +0200
@@ -4,7 +4,7 @@
PortGroup python24 1.0
name py-ipython
-version 0.7.3
+version 0.8.0
categories python
platforms darwin
maintainers nomaintainer@macports.org
@@ -15,7 +15,8 @@
master_sites ${homepage}/dist/ \
${homepage}/dist/old/
distname ipython-${version}
-checksums sha1 91edea4ae7b1a422bc7a0e6dd9df185207b951be
+checksums md5 2ea4e280d74f1ea72830cd7a37a520bb
patchfiles patch-setup.py
-depends_run port:py-readline
+depends_run port:py-readline \
+ port:py-scientific
Change History (4)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Priority: |
Important →
High
|
Type: |
task →
enhancement
|
Version: |
1.4
|
Type: |
enhancement →
update
|
Committed in r24186. thanks