[85352] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Oct 12 17:35:42 PDT 2011


Revision: 85352
          http://trac.macports.org/changeset/85352
Author:   jmr at macports.org
Date:     2011-10-12 17:35:41 -0700 (Wed, 12 Oct 2011)
Log Message:
-----------
disable livecheck in subports of my python modules

Modified Paths:
--------------
    trunk/dports/python/py-altgraph/Portfile
    trunk/dports/python/py-bdist_mpkg/Portfile
    trunk/dports/python/py-dice3ds/Portfile
    trunk/dports/python/py-game/Portfile
    trunk/dports/python/py-macholib/Portfile
    trunk/dports/python/py-modulegraph/Portfile
    trunk/dports/python/py-opengl/Portfile
    trunk/dports/python/py-opengl-accelerate/Portfile
    trunk/dports/python/py-pil/Portfile
    trunk/dports/python/py-py2app/Portfile

Modified: trunk/dports/python/py-altgraph/Portfile
===================================================================
--- trunk/dports/python/py-altgraph/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-altgraph/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -32,8 +32,9 @@
 
 if {$subport != $name} {
     depends_lib     port:py${python.version}-distribute
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/altgraph/
+    livecheck.regex altgraph (0\.\[0-9.\]+)
 }
-
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/altgraph/
-livecheck.regex altgraph (0\.\[0-9.\]+)

Modified: trunk/dports/python/py-bdist_mpkg/Portfile
===================================================================
--- trunk/dports/python/py-bdist_mpkg/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-bdist_mpkg/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -38,8 +38,9 @@
                  ${destroot}${prefix}/bin/bdist_mpkg-${python.branch}
         }
     }
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/bdist_mpkg/
+    livecheck.regex bdist_mpkg (0\.\[0-9\]+\.\[0-9\]+)
 }
-
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/bdist_mpkg/
-livecheck.regex bdist_mpkg (0\.\[0-9\]+\.\[0-9\]+)

Modified: trunk/dports/python/py-dice3ds/Portfile
===================================================================
--- trunk/dports/python/py-dice3ds/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-dice3ds/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -32,8 +32,9 @@
         xinstall -m 644 -W ${worksrcpath} COPYING NEWS README THANKS TODO doc/doc.html \
             ${destroot}${prefix}/share/doc/${subport}
     }
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/Dice3DS/
+    livecheck.regex {Dice3DS ([0-9]\.[0-9]+(\.[0-9]+)?)}
 }
-
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/Dice3DS/
-livecheck.regex {Dice3DS ([0-9]\.[0-9]+(\.[0-9]+)?)}

Modified: trunk/dports/python/py-game/Portfile
===================================================================
--- trunk/dports/python/py-game/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-game/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -52,8 +52,9 @@
         depends_lib-append port:portmidi
         patchfiles-delete patch-disable_portmidi.diff
     }
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   ${homepage}download.shtml
+    livecheck.regex {<a href=".*/ftp/pygame\-([0-9\.]+)release\.tar\.gz">}
 }
-
-livecheck.type  regex
-livecheck.url   ${homepage}download.shtml
-livecheck.regex {<a href=".*/ftp/pygame\-([0-9\.]+)release\.tar\.gz">}

Modified: trunk/dports/python/py-macholib/Portfile
===================================================================
--- trunk/dports/python/py-macholib/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-macholib/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -33,8 +33,9 @@
 
 if {$subport != $name} {
     depends_lib     port:py${python.version}-modulegraph
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/macholib/
+    livecheck.regex {macholib ([0-9.]+)}
 }
-
-livecheck.type      regex
-livecheck.url       http://pypi.python.org/pypi/macholib/
-livecheck.regex     {macholib ([0-9.]+)}

Modified: trunk/dports/python/py-modulegraph/Portfile
===================================================================
--- trunk/dports/python/py-modulegraph/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-modulegraph/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -38,8 +38,9 @@
                  ${destroot}${prefix}/bin/modulegraph-${python.branch}
         }
     }
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/modulegraph
+    livecheck.regex {modulegraph ([0-9.]+)}
 }
-
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/modulegraph
-livecheck.regex {modulegraph ([0-9.]+)}

Modified: trunk/dports/python/py-opengl/Portfile
===================================================================
--- trunk/dports/python/py-opengl/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-opengl/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -37,8 +37,9 @@
         depends_lib-append port:py-ctypes
     }
     test.run        yes
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/PyOpenGL
+    livecheck.regex {PyOpenGL/([0-9.]+)"}
 }
-
-livecheck.type      regex
-livecheck.url       http://pypi.python.org/pypi/PyOpenGL
-livecheck.regex     {PyOpenGL/([0-9.]+)"}

Modified: trunk/dports/python/py-opengl-accelerate/Portfile
===================================================================
--- trunk/dports/python/py-opengl-accelerate/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-opengl-accelerate/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -26,8 +26,9 @@
 
 if {$subport != $name} {
     depends_lib     port:py${python.version}-numpy
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/PyOpenGL-accelerate
+    livecheck.regex {PyOpenGL-accelerate/([0-9.]+)"}
 }
-
-livecheck.type      regex
-livecheck.url       http://pypi.python.org/pypi/PyOpenGL-accelerate
-livecheck.regex     {PyOpenGL-accelerate/([0-9.]+)"}

Modified: trunk/dports/python/py-pil/Portfile
===================================================================
--- trunk/dports/python/py-pil/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-pil/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -42,8 +42,9 @@
         xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \
             ${destroot}${prefix}/share/doc/${subport}
     }
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   ${homepage}
+    livecheck.regex {Imaging-([0-9\.]+)\.tar\.gz}
 }
-
-livecheck.type  regex
-livecheck.url   ${homepage}
-livecheck.regex {Imaging-([0-9\.]+)\.tar\.gz}

Modified: trunk/dports/python/py-py2app/Portfile
===================================================================
--- trunk/dports/python/py-py2app/Portfile	2011-10-13 00:24:17 UTC (rev 85351)
+++ trunk/dports/python/py-py2app/Portfile	2011-10-13 00:35:41 UTC (rev 85352)
@@ -43,8 +43,9 @@
         move "${destroot}${prefix}/share/examples/${subport}/PyObjC/TinyTinyEdit/dist.€" \
              "${destroot}${prefix}/share/examples/${subport}/PyObjC/TinyTinyEdit/dist"
     }
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/py2app/
+    livecheck.regex py2app (0\.\[0-9\]+\.\[0-9\]+)
 }
-
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/py2app/
-livecheck.regex py2app (0\.\[0-9\]+\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111012/904de995/attachment-0001.html>


More information about the macports-changes mailing list