[118336] trunk/dports/python/py-ipdb

g5pw at macports.org g5pw at macports.org
Mon Mar 31 05:00:31 PDT 2014


Revision: 118336
          https://trac.macports.org/changeset/118336
Author:   g5pw at macports.org
Date:     2014-03-31 05:00:31 -0700 (Mon, 31 Mar 2014)
Log Message:
-----------
python/py-ipdb:
  bomp to version 0.8
  add python34 subport
  move to github
  when python3 is used, executable is now named ipdb3

Modified Paths:
--------------
    trunk/dports/python/py-ipdb/Portfile
    trunk/dports/python/py-ipdb/files/ipdb31
    trunk/dports/python/py-ipdb/files/ipdb32
    trunk/dports/python/py-ipdb/files/ipdb33

Added Paths:
-----------
    trunk/dports/python/py-ipdb/files/ipdb34

Modified: trunk/dports/python/py-ipdb/Portfile
===================================================================
--- trunk/dports/python/py-ipdb/Portfile	2014-03-31 09:35:13 UTC (rev 118335)
+++ trunk/dports/python/py-ipdb/Portfile	2014-03-31 12:00:31 UTC (rev 118336)
@@ -2,14 +2,13 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 PortGroup           python 1.0
 PortGroup           select 1.0
 
-set realname        ipdb
-
-name                py-${realname}
-version             0.7
-revision            1
+github.setup        gotcha ipdb 0.8
+set realname        ${name}
+name                py-${name}
 license             GPL-2+
 platforms           darwin
 supported_archs     noarch
@@ -24,21 +23,11 @@
                     Allow interactive testing of threaded graphical toolkits.
 
 homepage            http://pypi.python.org/pypi/${realname}
-master_sites        http://pypi.python.org/packages/source/i/${realname}
-distname            ${realname}-${version}
 
-checksums           rmd160  4b8a28ba1b1ec05d1d1fb893315f9058a74d6261 \
-                    sha256  aedcc8190067f7abc404b95845ca5c8b1f5bde68c11be08939ddde0e4552a4cf
+python.versions     24 25 26 27 31 32 33 34
+checksums           rmd160  da5c97543e0e5ea667a820b9687c48174971e8d0 \
+                    sha256  5dcd14da3d0e99a864e35e9649cd9a1c8ec1de5c47b29b535484d43bbb182904
 
-python.versions     24 25 26 27 31 32 33
-
-subport py24-${realname} {
-    version             0.6
-    distname            ${realname}-${version}
-    checksums           rmd160  4c38aa7bb6bf35cf4ec2c9cd1703b42bc7bda261 \
-                        sha256  c3bca2e10e89254ee5f728a707226383a7b5deecdc406c5792a183d66eef6337
-}
-
 if {${name} ne ${subport}} {
     depends_lib-append      port:py${python.version}-ipython \
                             port:py${python.version}-setuptools
@@ -60,8 +49,4 @@
 "
 
     livecheck.type          none
-} else {
-    livecheck.type          regex
-    livecheck.url           http://pypi.python.org/packages/source/i/ipdb/
-    livecheck.regex         ${realname}-(\\d+(?:\\.\\d+)*)
 }

Modified: trunk/dports/python/py-ipdb/files/ipdb31
===================================================================
--- trunk/dports/python/py-ipdb/files/ipdb31	2014-03-31 09:35:13 UTC (rev 118335)
+++ trunk/dports/python/py-ipdb/files/ipdb31	2014-03-31 12:00:31 UTC (rev 118336)
@@ -1 +1 @@
-bin/ipdb-3.1
+bin/ipdb3-3.1

Modified: trunk/dports/python/py-ipdb/files/ipdb32
===================================================================
--- trunk/dports/python/py-ipdb/files/ipdb32	2014-03-31 09:35:13 UTC (rev 118335)
+++ trunk/dports/python/py-ipdb/files/ipdb32	2014-03-31 12:00:31 UTC (rev 118336)
@@ -1 +1 @@
-bin/ipdb-3.2
+bin/ipdb3-3.2

Modified: trunk/dports/python/py-ipdb/files/ipdb33
===================================================================
--- trunk/dports/python/py-ipdb/files/ipdb33	2014-03-31 09:35:13 UTC (rev 118335)
+++ trunk/dports/python/py-ipdb/files/ipdb33	2014-03-31 12:00:31 UTC (rev 118336)
@@ -1 +1 @@
-bin/ipdb-3.3
+bin/ipdb3-3.3

Added: trunk/dports/python/py-ipdb/files/ipdb34
===================================================================
--- trunk/dports/python/py-ipdb/files/ipdb34	                        (rev 0)
+++ trunk/dports/python/py-ipdb/files/ipdb34	2014-03-31 12:00:31 UTC (rev 118336)
@@ -0,0 +1 @@
+bin/ipdb3-3.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140331/bc8a10dd/attachment.html>


More information about the macports-changes mailing list