[97272] trunk/dports/python/ipython_select

robitaille at macports.org robitaille at macports.org
Sun Sep 2 01:38:21 PDT 2012


Revision: 97272
          https://trac.macports.org/changeset/97272
Author:   robitaille at macports.org
Date:     2012-09-02 01:38:21 -0700 (Sun, 02 Sep 2012)
Log Message:
-----------
ipython_select: as of ipython 0.13, the man pages are no longer gzipped. In addition, ipythonx and ipython-wx were removed in 0.11. This commit addresses both of these, and should fix ticket #34845, Since some of the changes correspond to a specific version of ipython (0.13+), I updated the version number for the the Portfile rather than the revision number.

Modified Paths:
--------------
    trunk/dports/python/ipython_select/Portfile
    trunk/dports/python/ipython_select/files/base

Modified: trunk/dports/python/ipython_select/Portfile
===================================================================
--- trunk/dports/python/ipython_select/Portfile	2012-09-02 08:36:33 UTC (rev 97271)
+++ trunk/dports/python/ipython_select/Portfile	2012-09-02 08:38:21 UTC (rev 97272)
@@ -5,7 +5,7 @@
 PortGroup           select 1.0
 
 name                ipython_select
-version             0.2
+version             0.3
 revision            0
 categories          python
 license             BSD

Modified: trunk/dports/python/ipython_select/files/base
===================================================================
--- trunk/dports/python/ipython_select/files/base	2012-09-02 08:36:33 UTC (rev 97271)
+++ trunk/dports/python/ipython_select/files/base	2012-09-02 08:38:21 UTC (rev 97272)
@@ -4,16 +4,12 @@
 bin/iplogger
 bin/iptest
 bin/ipython
-bin/ipython-wx
-bin/ipythonx
 bin/irunner
 bin/pycolor
-share/man/man1/ipcluster.1.gz
-share/man/man1/ipcontroller.1.gz
-share/man/man1/ipengine.1.gz
-share/man/man1/iplogger.1.gz
-share/man/man1/ipython.1.gz
-share/man/man1/ipython-wx.1.gz
-share/man/man1/ipythonx.1.gz
-share/man/man1/irunner.1.gz
-share/man/man1/pycolor.1.gz
+share/man/man1/ipcluster.1
+share/man/man1/ipcontroller.1
+share/man/man1/ipengine.1
+share/man/man1/iplogger.1
+share/man/man1/ipython.1
+share/man/man1/irunner.1
+share/man/man1/pycolor.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120902/b045277c/attachment.html>


More information about the macports-changes mailing list