[86924] trunk/dports/python/py-jubatus-client/Portfile

hum at macports.org hum at macports.org
Sun Nov 6 22:13:29 PST 2011


Revision: 86924
          http://trac.macports.org/changeset/86924
Author:   hum at macports.org
Date:     2011-11-06 22:13:26 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
py-jubatus-client: add dependency on py-msgpack; skip livecheck for subports.
See http://lists.macosforge.org/pipermail/macports-dev/2011-November/016711.html.

Modified Paths:
--------------
    trunk/dports/python/py-jubatus-client/Portfile

Modified: trunk/dports/python/py-jubatus-client/Portfile
===================================================================
--- trunk/dports/python/py-jubatus-client/Portfile	2011-11-07 06:08:41 UTC (rev 86923)
+++ trunk/dports/python/py-jubatus-client/Portfile	2011-11-07 06:13:26 UTC (rev 86924)
@@ -7,6 +7,7 @@
 name                py-jubatus-client
 version             0.1.0
 python.versions     26 27 31 32
+python.default_version 27
 categories-append   devel
 platforms           darwin
 maintainers         hum openmaintainer
@@ -24,9 +25,12 @@
 worksrcdir          jubatus-jubatus-python-client-6b3a73d
 
 if {${subport} != ${name}} {
-    depends_lib-append  port:py-distribute
+    depends_lib-append  port:py-distribute \
+                        port:py-msgpack
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       https://github.com/jubatus/jubatus-python-client/tags
+    livecheck.regex     tarball\\/(\[0-9.\]+)
 }
-
-livecheck.type      regex
-livecheck.url       https://github.com/jubatus/jubatus-python-client/tags
-livecheck.regex     tarball\\/(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/8af9d37d/attachment.html>


More information about the macports-changes mailing list