[109491] trunk/dports/python/py-ipdb/Portfile

sean at macports.org sean at macports.org
Fri Aug 16 08:50:02 PDT 2013


Revision: 109491
          https://trac.macports.org/changeset/109491
Author:   sean at macports.org
Date:     2013-08-16 08:50:02 -0700 (Fri, 16 Aug 2013)
Log Message:
-----------
py-ipdb: fix deprecated use of ipython

Modified Paths:
--------------
    trunk/dports/python/py-ipdb/Portfile

Modified: trunk/dports/python/py-ipdb/Portfile
===================================================================
--- trunk/dports/python/py-ipdb/Portfile	2013-08-16 13:32:19 UTC (rev 109490)
+++ trunk/dports/python/py-ipdb/Portfile	2013-08-16 15:50:02 UTC (rev 109491)
@@ -9,6 +9,7 @@
 
 name                py-${realname}
 version             0.7
+revision            1
 license             GPL-2+
 platforms           darwin
 supported_archs     noarch
@@ -47,6 +48,10 @@
     select.group            ${realname}
     select.file             ${filespath}/${realname}${python.version}
 
+    post-extract {
+        reinplace -W $worksrcpath "s,\.frontend,," ipdb/__main__.py
+    }
+
     notes "
 To make the Python ${python.branch} version of ipdb the one that is run\
 when you execute the commands without a version suffix, e.g. 'ipdb', run:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130816/9dd156a9/attachment.html>


More information about the macports-changes mailing list