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

python.versions     27 35 36 37 38 39

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://joblib.readthedocs.io/

checksums           rmd160  7c277a69400d4db410e106515b8a84da13539af6 \
                    sha256  9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7 \
                    size    316131

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

    if {${python.version} <= 35} {
        version             0.14.1
        revision            0
        distname            ${python.rootname}-${version}
        checksums           rmd160  2229a675e794985fb2396ca5a4c50497da71f605 \
                            sha256  0630eea4f5664c463f23fbf5dcfc54a2bc6168902719fa8e19daf033022786c8 \
                            size    299621
    }

    livecheck.type      none
}
