[144851] trunk/dports/python/py-trepan/Portfile

sean at macports.org sean at macports.org
Tue Jan 19 15:42:20 PST 2016


Revision: 144851
          https://trac.macports.org/changeset/144851
Author:   sean at macports.org
Date:     2016-01-19 15:42:20 -0800 (Tue, 19 Jan 2016)
Log Message:
-----------
py-trepan: update to 0.6.4

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

Modified: trunk/dports/python/py-trepan/Portfile
===================================================================
--- trunk/dports/python/py-trepan/Portfile	2016-01-19 23:42:19 UTC (rev 144850)
+++ trunk/dports/python/py-trepan/Portfile	2016-01-19 23:42:20 UTC (rev 144851)
@@ -4,9 +4,10 @@
 PortSystem          1.0
 PortGroup           python 1.0
 PortGroup           select 1.0
+PortGroup           github 1.0
 
+github.setup        rocky python2-trepan 0.6.4 release-
 name                py-trepan
-version             0.4.0
 categories-append   devel
 platforms           darwin
 supported_archs     noarch
@@ -18,12 +19,9 @@
 long_description    This is a rewrite of the Python debugger, pydb, \
                     itself a derivative of the stock Python debugger \
                     pdb.
-homepage            https://github.com/rocky/python2-trepan
 
-master_sites        https://pypi.python.org/packages/source/t/trepan
-distname            trepan-${version}
-checksums           rmd160  721be0e6e0f9d789f4bd80ca50422036fe801929 \
-                    sha256  f727b02672b943224101f790c4f7048dd6bec59c421790c7271ca7de30fc5294
+checksums           rmd160  f90e11b5a21b75b9a99608bc6c8a22c04f1bcd95 \
+                    sha256  2ceb287b87f710458a7951a1ecd75ff5987743d561fbc303a94bb022379ff095
 
 python.versions     27
 
@@ -34,12 +32,15 @@
                         port:py${python.version}-pyficache \
                         port:py${python.version}-pygments \
                         port:py${python.version}-tracer \
+                        port:py${python.version}-uncompyle6 \
+                        port:py${python.version}-pyficache \
                         port:trepan2_select
+
+    post-patch {
+        reinplace -W ${worksrcpath} "s,IPython.config,traitlet.config," trepan/processor/command/ipython.py
+    }
+
     select.group        trepan2
     select.file         ${filespath}/trepan${python.version}
     livecheck.type      none
-} else {
-    livecheck.type      regex
-    livecheck.url       [lindex ${master_sites} 0]
-    livecheck.regex     {trepan-(\d(?:\.\d+)+)}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160119/1ee6514f/attachment.html>


More information about the macports-changes mailing list