# -*- 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-joblib version 0.8.4 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 maintainers 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 http://packages.python.org/joblib/ master_sites https://pypi.python.org/packages/source/j/joblib/ distname joblib-${version} checksums rmd160 845dae00302d32128ccac2dec2b23c8b7d1f290b \ sha256 f185b87199525e0805281960f9f91c4f2e382e5834f05678cfcfa8ec666a4d2b if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/joblib/json livecheck.regex {joblib-(\d+(?:\.\d+)*[a-z]?)\.[tz]} }