# -*- 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
name py-${real_name}-client
python.default_version 27
description a Python client for jubatus, a highly distributed online machine learning system
long_description ${description}
homepage https://pypi.python.org/pypi/${real_name}
master_sites pypi:j/${real_name}/
distname ${real_name}-${version}
checksums rmd160 3a1ecaba2197c1e8cafdf1fe16f9a8485c7865a6 \
sha256 14d23853d3a90b1114c4c523804f4e14434a30db00e9ae4800082ae64a3b4aa0
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-msgpack
livecheck.url https://pypi.python.org/pypi/${real_name}
livecheck.regex "${real_name}/(\\d+(?:\\.\\d+)*(-p\\d+)?)"