You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
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-joblib
|
|
version 1.5.3
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
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 bc406b70702ff72610cb60ca5bd173234051915c \
|
|
sha256 8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3 \
|
|
size 331603
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
test.run yes
|
|
}
|