# -*- 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-joblib
version             0.13.2
revision            0
categories-append   devel
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     27 34 35 36 37

maintainers         {stromnov @stromnov} openmaintainer

description         Lightweight pipelining: using Python functions as pipeline jobs.

long_description    Joblib is a set of tools to provide lightweight \
                    pipelining  in Python. In particular, joblib offers: \
                    transparent disk-caching of the output values and lazy \
                    re-evaluation (memoize pattern), easy simple parallel \
                    computing logging and tracing of the execution.

homepage            https://packages.python.org/joblib/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  64116ec0e9f568c95f1b16cb1c6a1138ad1b35c4 \
                    sha256  315d6b19643ec4afd4c41c671f9f2d65ea9d787da093487a81ead7b0bac94524 \
                    size    287438

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}