[86910] trunk/dports/python

hum at macports.org hum at macports.org
Sun Nov 6 16:33:58 PST 2011


Revision: 86910
          http://trac.macports.org/changeset/86910
Author:   hum at macports.org
Date:     2011-11-06 16:33:58 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
New port: py-jubatus-client 0.1.0 - a Python client for jubatus.

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

Added: trunk/dports/python/py-jubatus-client/Portfile
===================================================================
--- trunk/dports/python/py-jubatus-client/Portfile	                        (rev 0)
+++ trunk/dports/python/py-jubatus-client/Portfile	2011-11-07 00:33:58 UTC (rev 86910)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-jubatus-client
+version             0.1.0
+python.versions     26 27 31 32
+categories-append   devel
+platforms           darwin
+maintainers         hum openmaintainer
+license             LGPL-2.1
+
+homepage            https://github.com/jubatus/jubatus-python-client
+description         a Python client for jubatus
+long_description    ${description}
+
+master_sites        https://github.com/jubatus/jubatus-python-client/tarball/${version}
+distname            jubatus-jubatus-python-client-${version}-0-geadb60d
+checksums           rmd160  4b0c4ab167d6b30a440b36e9298cd35dc55e534e \
+                    sha256  f8d4ce73840898314d7434449c139741140c444bf127f85ff8db9149c1a52d7b
+
+worksrcdir          jubatus-jubatus-python-client-6b3a73d
+
+if {${subport} != ${name}} {
+    depends_lib-append  port:py-distribute
+}
+
+livecheck.type      regex
+livecheck.url       https://github.com/jubatus/jubatus-python-client/tags
+livecheck.regex     tarball\\/(\[0-9.\]+)


Property changes on: trunk/dports/python/py-jubatus-client/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/ca9af019/attachment.html>


More information about the macports-changes mailing list