[39134] trunk/dports/python/py-ipython

jochen at macports.org jochen at macports.org
Sat Aug 9 15:07:03 PDT 2008


Revision: 39134
          http://trac.macosforge.org/projects/macports/changeset/39134
Author:   jochen at macports.org
Date:     2008-08-09 15:07:03 -0700 (Sat, 09 Aug 2008)
Log Message:
-----------
Update to 0.8.4 according to Ticket #16269

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-09 22:05:32 UTC (rev 39133)
+++ trunk/dports/python/py-ipython/Portfile	2008-08-09 22:07:03 UTC (rev 39134)
@@ -6,11 +6,10 @@
 
 name                    py-ipython
 set my_name             ipython
-version                 0.8.2
-revision                1
+version                 0.8.4
 categories              python
 platforms               darwin
-maintainers             openmaintainer jochen
+maintainers             nomaintainer
 description             An enhanced Interactive Python shell
 long_description        Provide an interactive shell superior to Python's default. \
                         Serve as an embeddable, ready to use interpreter for your own programs. \
@@ -21,9 +20,9 @@
 homepage                http://ipython.scipy.org/
 master_sites            ${homepage}dist/
 distname                ${my_name}-${version}
-checksums               md5 fd5a1b6e518898a4aee8b8d8b428af70 \
-                        sha1 2923c1f790d41aeacd2442af5de8ab61c43f6167 \
-                        rmd160 976d8512d68ed4e1bf28ab50e90bcb7777c34e53
+checksums               md5 9b8b439d295defa694b9fbf799203680 \ 
+                        sha1 68b7666d2c552fe2f5f873cb06ee8823e7165f8e \ 
+                        rmd160 345c3461f4166ec495eb84c582cf65c5bb11d6e2 
 patchfiles              patch-setup.py.diff
 
 depends_lib-append      port:py-readline

Modified: trunk/dports/python/py-ipython/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-ipython/files/patch-setup.py.diff	2008-08-09 22:05:32 UTC (rev 39133)
+++ trunk/dports/python/py-ipython/files/patch-setup.py.diff	2008-08-09 22:07:03 UTC (rev 39134)
@@ -5,7 +5,7 @@
  # 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'
  
  # We only need to exclude from this things NOT already excluded in the
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080809/95cca1f4/attachment.html 


More information about the macports-changes mailing list