Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11797 closed update (fixed)

UPDATE: ipython

Reported by: macports@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version:
Keywords: python; interactive; shell Cc:
Port:

Description

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)

comment:1 Changed 17 years ago by roederja

Resolution: fixed
Status: newclosed

Committed in r24186. thanks

comment:2 Changed 17 years ago by nox@…

Priority: ImportantHigh
Type: taskenhancement
Version: 1.4

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:4 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.