mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
972 B
Tcl
28 lines
972 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-jubatus-client
|
|
python.rootname jubatus
|
|
version 0.8.0
|
|
python.versions 27
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
|
|
description a Python client for jubatus, a highly distributed online machine learning system
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.python.org/pypi/${python.rootname}
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
|
|
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
|
|
}
|